Bouncy Castle Cryptography 1.27

org.bouncycastle.x509.extension
Class SubjectKeyIdentifierStructure

java.lang.Object
  extended byorg.bouncycastle.asn1.ASN1Encodable
      extended byorg.bouncycastle.asn1.x509.SubjectKeyIdentifier
          extended byorg.bouncycastle.x509.extension.SubjectKeyIdentifierStructure
All Implemented Interfaces:
DEREncodable

public class SubjectKeyIdentifierStructure
extends SubjectKeyIdentifier

A high level subject key identifier.


Constructor Summary
SubjectKeyIdentifierStructure(byte[] encodedValue)
           
SubjectKeyIdentifierStructure(java.security.PublicKey pubKey)
           
 
Methods inherited from class org.bouncycastle.asn1.x509.SubjectKeyIdentifier
getInstance, getInstance, getKeyIdentifier, toASN1Object
 
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable
equals, getDERObject, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectKeyIdentifierStructure

public SubjectKeyIdentifierStructure(byte[] encodedValue)
                              throws java.io.IOException

SubjectKeyIdentifierStructure

public SubjectKeyIdentifierStructure(java.security.PublicKey pubKey)
                              throws CertificateParsingException

Bouncy Castle Cryptography 1.27