|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.pkix.PKIXIdentity
Holder class for public/private key based identity information.
Constructor Summary | |
PKIXIdentity(org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo,
X509CertificateHolder[] certificateHolders)
|
Method Summary | |
X509CertificateHolder |
getCertificate()
Return the certificate associated with the private key info. |
org.bouncycastle.asn1.pkcs.PrivateKeyInfo |
getPrivateKeyInfo()
Return the private key info for this identity. |
RecipientId |
getRecipientId()
Return a RecipientId for the identity's (private key, certificate) pair. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PKIXIdentity(org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo, X509CertificateHolder[] certificateHolders)
Method Detail |
public org.bouncycastle.asn1.pkcs.PrivateKeyInfo getPrivateKeyInfo()
public X509CertificateHolder getCertificate()
public RecipientId getRecipientId()
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |