Class X25519.KeyPair

  • Enclosing interface:
    X25519

    public static final class X25519.KeyPair
    extends java.lang.Object
    Keypair.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] privateKey  
      byte[] publicKey  
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyPair​(byte[] privateKey, byte[] publicKey)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • privateKey

        public final byte[] privateKey
      • publicKey

        public final byte[] publicKey
    • Constructor Detail

      • KeyPair

        public KeyPair​(byte[] privateKey,
                       byte[] publicKey)