Class SubjectKeyIdentifierStructure

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.SubjectKeyIdentifier
org.bouncycastle.x509.extension.SubjectKeyIdentifierStructure
All Implemented Interfaces:
ASN1Encodable

public class SubjectKeyIdentifierStructure
extends SubjectKeyIdentifier
Deprecated.
use JcaX509ExtensionUtils andSubjectKeyIdentifier.getInstance()
A high level subject key identifier.
  • Constructor Details

    • SubjectKeyIdentifierStructure

      public SubjectKeyIdentifierStructure​(byte[] encodedValue) throws IOException
      Deprecated.
      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.
    • SubjectKeyIdentifierStructure

      public SubjectKeyIdentifierStructure​(PublicKey pubKey) throws InvalidKeyException
      Deprecated.
      Throws:
      InvalidKeyException