|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.AuthorityKeyIdentifier
org.bouncycastle.x509.extension.AuthorityKeyIdentifierStructure
public class AuthorityKeyIdentifierStructure
A high level authority key identifier.
| Constructor Summary | |
|---|---|
AuthorityKeyIdentifierStructure(byte[] encodedValue)
Deprecated. Constructor which will take the byte[] returned from getExtensionValue() |
|
AuthorityKeyIdentifierStructure(Extension extension)
Deprecated. Constructor which will take an extension |
|
AuthorityKeyIdentifierStructure(java.security.PublicKey pubKey)
Deprecated. Create an AuthorityKeyIdentifier using just the hash of the public key. |
|
AuthorityKeyIdentifierStructure(java.security.cert.X509Certificate certificate)
Deprecated. Create an AuthorityKeyIdentifier using the passed in certificate's public key, issuer and serial number. |
|
AuthorityKeyIdentifierStructure(X509Extension extension)
Deprecated. use constructor that takes Extension |
|
| Method Summary |
|---|
| Methods inherited from class org.bouncycastle.asn1.x509.AuthorityKeyIdentifier |
|---|
fromExtensions, getAuthorityCertIssuer, getAuthorityCertSerialNumber, getInstance, getInstance, getKeyIdentifier, toASN1Primitive, toString |
| Methods inherited from class org.bouncycastle.asn1.ASN1Object |
|---|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuthorityKeyIdentifierStructure(byte[] encodedValue)
throws java.io.IOException
encodedValue - a DER octet encoded string with the extension structure in it.
java.io.IOException - on parsing errors.public AuthorityKeyIdentifierStructure(X509Extension extension)
extension - a X509Extension object containing an AuthorityKeyIdentifier.public AuthorityKeyIdentifierStructure(Extension extension)
extension - a X509Extension object containing an AuthorityKeyIdentifier.
public AuthorityKeyIdentifierStructure(java.security.cert.X509Certificate certificate)
throws java.security.cert.CertificateParsingException
certificate - the certificate providing the information.
java.security.cert.CertificateParsingException - if there is a problem processing the certificate
public AuthorityKeyIdentifierStructure(java.security.PublicKey pubKey)
throws java.security.InvalidKeyException
pubKey - the key to generate the hash from.
java.security.InvalidKeyException - if there is a problem using the key.
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||