org.bouncycastle.x509.extension
public class SubjectKeyIdentifierStructure extends SubjectKeyIdentifier
| Constructor Summary | |
|---|---|
| SubjectKeyIdentifierStructure(byte[] encodedValue)
Constructor which will take the byte[] returned from getExtensionValue()
| |
| SubjectKeyIdentifierStructure(PublicKey pubKey) | |
Parameters: encodedValue a DER octet encoded string with the extension structure in it.
Throws: IOException on parsing errors.