|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.cert.X509ExtensionUtils | +--org.bouncycastle.cert.bc.BcX509ExtensionUtils
Constructor Summary | |
BcX509ExtensionUtils()
Create a utility class pre-configured with a SHA-1 digest calculator based on the BC implementation. |
|
BcX509ExtensionUtils(DigestCalculator calculator)
|
Method Summary | |
org.bouncycastle.asn1.x509.AuthorityKeyIdentifier |
createAuthorityKeyIdentifier(org.bouncycastle.crypto.params.AsymmetricKeyParameter publicKey)
|
org.bouncycastle.asn1.x509.SubjectKeyIdentifier |
createSubjectKeyIdentifier(org.bouncycastle.crypto.params.AsymmetricKeyParameter publicKey)
Return a RFC 3280 type 1 key identifier. |
Methods inherited from class org.bouncycastle.cert.X509ExtensionUtils |
createAuthorityKeyIdentifier, createAuthorityKeyIdentifier, createAuthorityKeyIdentifier, createSubjectKeyIdentifier, createTruncatedSubjectKeyIdentifier |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BcX509ExtensionUtils()
public BcX509ExtensionUtils(DigestCalculator calculator)
Method Detail |
public org.bouncycastle.asn1.x509.AuthorityKeyIdentifier createAuthorityKeyIdentifier(org.bouncycastle.crypto.params.AsymmetricKeyParameter publicKey) throws java.io.IOException
public org.bouncycastle.asn1.x509.SubjectKeyIdentifier createSubjectKeyIdentifier(org.bouncycastle.crypto.params.AsymmetricKeyParameter publicKey) throws java.io.IOException
publicKey
- the key object containing the key identifier is to be based on.
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |