Class Types.PairInfo

  • Direct Known Subclasses:
    PairCodec.DecodeResult
    Enclosing interface:
    Types

    public static class Types.PairInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected byte[] publicKey  
      protected byte[] secretKey  
      protected byte[] seed  
    • Constructor Summary

      Constructors 
      Constructor Description
      PairInfo()  
    • Method Summary

      Modifier and Type Method Description
      byte[] getPublicKey()  
      byte[] getSecretKey()  
      byte[] getSeed()  
      void setPublicKey​(byte[] publicKey)  
      void setSecretKey​(byte[] secretKey)  
      void setSeed​(byte[] seed)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • publicKey

        protected byte[] publicKey
      • secretKey

        protected byte[] secretKey
      • seed

        protected byte[] seed
    • Constructor Detail

      • PairInfo

        public PairInfo()
    • Method Detail

      • getPublicKey

        public byte[] getPublicKey()
      • setPublicKey

        public void setPublicKey​(byte[] publicKey)
      • getSecretKey

        public byte[] getSecretKey()
      • setSecretKey

        public void setSecretKey​(byte[] secretKey)
      • getSeed

        public byte[] getSeed()
      • setSeed

        public void setSeed​(byte[] seed)