Class PEMKeyPair

java.lang.Object
org.bouncycastle.openssl.PEMKeyPair

public class PEMKeyPair extends Object
  • Constructor Details

    • PEMKeyPair

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

    • getPrivateKeyInfo

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

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