org.bouncycastle.x509.extension
Class SubjectKeyIdentifierStructure
- DEREncodable
public class SubjectKeyIdentifierStructure
A high level subject key identifier.
SubjectKeyIdentifierStructure
public SubjectKeyIdentifierStructure(PublicKey pubKey)
throws CertificateParsingException
SubjectKeyIdentifierStructure
public SubjectKeyIdentifierStructure(byte[] encodedValue)
throws IOException
Constructor which will take the byte[] returned from getExtensionValue()
encodedValue
- a DER octet encoded string with the extension structure in it.