Bouncy Castle Cryptography Library 1.79

org.bouncycastle.openssl
Class PEMKeyPair

java.lang.Object
  |
  +--org.bouncycastle.openssl.PEMKeyPair

public class PEMKeyPair
extends java.lang.Object


Constructor Summary
PEMKeyPair(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo, org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo)
           
 
Method Summary
 org.bouncycastle.asn1.pkcs.PrivateKeyInfo getPrivateKeyInfo()
           
 org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getPublicKeyInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

Bouncy Castle Cryptography Library 1.79