|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.x509.SubjectKeyIdentifier
org.bouncycastle.x509.extension.SubjectKeyIdentifierStructure
public class SubjectKeyIdentifierStructure
A high level subject key identifier.
| Field Summary |
|---|
| Fields inherited from class org.bouncycastle.asn1.ASN1Encodable |
|---|
BER, DER |
| Constructor Summary | |
|---|---|
SubjectKeyIdentifierStructure(byte[] encodedValue)
Constructor which will take the byte[] returned from getExtensionValue() |
|
SubjectKeyIdentifierStructure(java.security.PublicKey pubKey)
|
|
| Method Summary |
|---|
| Methods inherited from class org.bouncycastle.asn1.x509.SubjectKeyIdentifier |
|---|
createSHA1KeyIdentifier, createTruncatedSHA1KeyIdentifier, getInstance, getInstance, getKeyIdentifier, toASN1Object |
| Methods inherited from class org.bouncycastle.asn1.ASN1Encodable |
|---|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubjectKeyIdentifierStructure(byte[] encodedValue)
throws java.io.IOException
encodedValue - a DER octet encoded string with the extension structure in it.
java.io.IOException - on parsing errors.
public SubjectKeyIdentifierStructure(java.security.PublicKey pubKey)
throws java.security.cert.CertificateParsingException
java.security.cert.CertificateParsingException
|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||