Bouncy Castle Cryptography Library 1.47

org.bouncycastle.x509.extension
Class SubjectKeyIdentifierStructure

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.x509.SubjectKeyIdentifier
          extended by org.bouncycastle.x509.extension.SubjectKeyIdentifierStructure
All Implemented Interfaces:
ASN1Encodable

Deprecated. use JcaX509ExtensionUtils andSubjectKeyIdentifier.getInstance()

public class SubjectKeyIdentifierStructure
extends SubjectKeyIdentifier

A high level subject key identifier.


Constructor Summary
SubjectKeyIdentifierStructure(byte[] encodedValue)
          Deprecated. Constructor which will take the byte[] returned from getExtensionValue()
SubjectKeyIdentifierStructure(java.security.PublicKey pubKey)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.bouncycastle.asn1.x509.SubjectKeyIdentifier
createSHA1KeyIdentifier, createTruncatedSHA1KeyIdentifier, getInstance, getInstance, getKeyIdentifier, toASN1Primitive
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
 
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
Deprecated. 
Constructor which will take the byte[] returned from getExtensionValue()

Parameters:
encodedValue - a DER octet encoded string with the extension structure in it.
Throws:
java.io.IOException - on parsing errors.

SubjectKeyIdentifierStructure

public SubjectKeyIdentifierStructure(java.security.PublicKey pubKey)
                              throws java.security.InvalidKeyException
Deprecated. 
Throws:
java.security.InvalidKeyException

Bouncy Castle Cryptography Library 1.47