Package org.bouncycastle.openssl
Class PEMKeyPair
- java.lang.Object
-
- org.bouncycastle.openssl.PEMKeyPair
-
public class PEMKeyPair extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PEMKeyPair(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo, org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.pkcs.PrivateKeyInfo
getPrivateKeyInfo()
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
getPublicKeyInfo()
-