public class

SubjectKeyIdentifierStructure

extends SubjectKeyIdentifier
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.x509.SubjectKeyIdentifier
       ↳ org.bouncycastle.x509.extension.SubjectKeyIdentifierStructure

Class Overview

A high level subject key identifier.

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
SubjectKeyIdentifierStructure(byte[] encodedValue)
Constructor which will take the byte[] returned from getExtensionValue()
SubjectKeyIdentifierStructure(PublicKey pubKey)
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.x509.SubjectKeyIdentifier
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public SubjectKeyIdentifierStructure (byte[] encodedValue)

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.

public SubjectKeyIdentifierStructure (PublicKey pubKey)