Class Types.Keypair

  • Enclosing interface:
    Types

    public static class Types.Keypair
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Keypair​(byte[] publicKey, byte[] secretKey)  
    • Method Summary

      Modifier and Type Method Description
      byte[] getPublicKey()  
      byte[] getSecretKey()  
      • Methods inherited from class java.lang.Object

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

      • Keypair

        public Keypair​(byte[] publicKey,
                       byte[] secretKey)
    • Method Detail

      • getPublicKey

        public byte[] getPublicKey()
      • getSecretKey

        public byte[] getSecretKey()