Class KeypairGenResult


  • public class KeypairGenResult
    extends Object
    Abstract class of the result of Keypair generation.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • KeypairGenResult

        public KeypairGenResult​(org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKey,
                                org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKey)
    • Method Detail

      • getPrivateKey

        public org.bouncycastle.asn1.pkcs.PrivateKeyInfo getPrivateKey()
      • getPublicKey

        public org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getPublicKey()