public AuthorityKeyIdentifierStructure(byte[] encodedValue) throws IOException(Code)
Constructor which will take the byte[] returned from getExtensionValue()
Parameters: encodedValue - a DER octet encoded string with the extension structure in it. throws: IOException - on parsing errors.
Create an AuthorityKeyIdentifier using the passed in certificate's public
key, issuer and serial number.
Parameters: certificate - the certificate providing the information. throws: CertificateParsingException - if there is a problem processing the certificate
Create an AuthorityKeyIdentifier using just the hash of the
public key.
Parameters: pubKey - the key to generate the hash from. throws: InvalidKeyException - if there is a problem using the key.
Methods inherited from org.bouncycastle.asn1.x509.AuthorityKeyIdentifier