public class SubjectKeyIdentifierStructure extends SubjectKeyIdentifier
| Constructor and Description |
|---|
SubjectKeyIdentifierStructure(byte[] encodedValue)
Deprecated.
Constructor which will take the byte[] returned from getExtensionValue()
|
SubjectKeyIdentifierStructure(java.security.PublicKey pubKey)
Deprecated.
|
createSHA1KeyIdentifier, createTruncatedSHA1KeyIdentifier, fromExtensions, getInstance, getInstance, getKeyIdentifier, toASN1Primitiveequals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic SubjectKeyIdentifierStructure(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 SubjectKeyIdentifierStructure(java.security.PublicKey pubKey)
throws java.security.InvalidKeyException
java.security.InvalidKeyException