| Bouncy Castle Cryptography Library 1.39 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodableorg.bouncycastle.asn1.x509.SubjectKeyIdentifierorg.bouncycastle.x509.extension.SubjectKeyIdentifierStructurepublic class SubjectKeyIdentifierStructureextends SubjectKeyIdentifierField 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 CertificateParsingExceptionpublic SubjectKeyIdentifierStructure(byte[] encodedValue)
throws IOExceptionConstructor which will take the byte[] returned from getExtensionValue()
- Parameters:
encodedValue- a DER octet encoded string with the extension structure in it.