Bouncy Castle Cryptography Library 1.33 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.x509.SubjectKeyIdentifier
org.bouncycastle.x509.extension.SubjectKeyIdentifierStructure
public class SubjectKeyIdentifierStructure
extends SubjectKeyIdentifier
Field Summary |
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable | |
BER , DER |
Constructor Summary | |
| |
|
Method Summary |
Methods inherited from class org.bouncycastle.asn1.x509.SubjectKeyIdentifier | |
getInstance , getInstance , getKeyIdentifier , toASN1Object |
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable | |
equals , getDEREncoded , getDERObject , getEncoded , getEncoded , hashCode , toASN1Object |
public SubjectKeyIdentifierStructure(PublicKey pubKey) throws CertificateParsingException
public SubjectKeyIdentifierStructure(byte[] encodedValue) throws IOException
Constructor which will take the byte[] returned from getExtensionValue()
- Parameters:
encodedValue
- a DER octet encoded string with the extension structure in it.