Class PEMKeyPair


  • public class PEMKeyPair
    extends Object
    • Constructor Detail

      • PEMKeyPair

        public PEMKeyPair​(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo,
                          org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo)
    • Method Detail

      • getPrivateKeyInfo

        public org.bouncycastle.asn1.pkcs.PrivateKeyInfo getPrivateKeyInfo()
      • getPublicKeyInfo

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