com.digt.trusted.x509.extension
Class AuthorityKeyIdentifierExtension

java.lang.Object
  extended by com.digt.trusted.asn1.ASN1Encodable
      extended by com.digt.trusted.asn1.x509.AuthorityKeyIdentifier
          extended by com.digt.trusted.x509.extension.AuthorityKeyIdentifierExtension
All Implemented Interfaces:
DEREncodable

public class AuthorityKeyIdentifierExtension
extends AuthorityKeyIdentifier

A high level authority key identifier.


Constructor Summary
AuthorityKeyIdentifierExtension(byte[] encodedValue)
           
AuthorityKeyIdentifierExtension(java.security.cert.X509Certificate certificate)
           
 
Method Summary
 
Methods inherited from class com.digt.trusted.asn1.x509.AuthorityKeyIdentifier
getAuthorityCertIssuer, getAuthorityCertSerialNumber, getInstance, getInstance, getKeyIdentifier, toASN1Object, toString
 
Methods inherited from class com.digt.trusted.asn1.ASN1Encodable
equals, getDERObject, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorityKeyIdentifierExtension

public AuthorityKeyIdentifierExtension(byte[] encodedValue)
                                throws java.io.IOException
Throws:
java.io.IOException

AuthorityKeyIdentifierExtension

public AuthorityKeyIdentifierExtension(java.security.cert.X509Certificate certificate)
                                throws java.security.cert.CertificateParsingException
Throws:
java.security.cert.CertificateParsingException