gnu.crypto.pki
Class X509CRLEntryImpl
X509CRLEntry
gnu.crypto.pki.X509CRLEntryImpl
- GnuPKIExtension, X509Extension
(package private) class X509CRLEntryImpl
extends X509CRLEntry
A single entry in a X.509 certificate revocation list.
X509CRLEntryImpl(int version, DERReader encoded) - Create a new X.509 certificate revocation list entry from the given
input stream and CRL version number.
|
X509CRLEntryImpl
(package private) X509CRLEntryImpl(int version,
DERReader encoded)
throws CRLException,
IOException
Create a new X.509 certificate revocation list entry from the given
input stream and CRL version number.
version
- The CRL version.encoded
- The stream of DER bytes.
equals
public boolean equals(Object o)
getCriticalExtensionOIDs
public Set getCriticalExtensionOIDs()
getEncoded
public byte[] getEncoded()
throws CRLException
getExtension
public Extension getExtension(OID oid)
Returns the extension object for the given object identifier.
- getExtension in interface GnuPKIExtension
oid
- The OID of the extension to get.
- The extension, or null if there is no such extension.
getExtensionValue
public byte[] getExtensionValue(String oid)
getNonCriticalExtensionOIDs
public Set getNonCriticalExtensionOIDs()
getRevocationDate
public Date getRevocationDate()
getSerialNumber
public BigInteger getSerialNumber()
hasExtensions
public boolean hasExtensions()
hasUnsupportedCriticalExtension
public boolean hasUnsupportedCriticalExtension()
hashCode
public int hashCode()
toString
public String toString()
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.