public class PEMKeyPair
extends java.lang.Object
| Constructor and Description |
|---|
PEMKeyPair(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo,
org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.pkcs.PrivateKeyInfo |
getPrivateKeyInfo() |
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo |
getPublicKeyInfo() |