Class KeyPair


  • public class KeyPair
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyPair​(Key publicKey, Key secretKey)  
    • Constructor Detail

      • KeyPair

        public KeyPair​(Key publicKey,
                       Key secretKey)
    • Method Detail

      • getSecretKey

        public Key getSecretKey()
      • getPublicKey

        public Key getPublicKey()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object