public class SubjectKeyIdentifierStructure extends SubjectKeyIdentifier
BER, DER
Constructor and Description |
---|
SubjectKeyIdentifierStructure(byte[] encodedValue)
Constructor which will take the byte[] returned from getExtensionValue()
|
SubjectKeyIdentifierStructure(PublicKey pubKey) |
createSHA1KeyIdentifier, createTruncatedSHA1KeyIdentifier, getInstance, getInstance, getKeyIdentifier, toASN1Object
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public SubjectKeyIdentifierStructure(byte[] encodedValue) throws IOException
encodedValue
- a DER octet encoded string with the extension structure in it.IOException
- on parsing errors.public SubjectKeyIdentifierStructure(PublicKey pubKey) throws InvalidKeyException
InvalidKeyException
Copyright © 2015. All rights reserved.