|
For the latest news and information visit The GNU Crypto project |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.cert.X509CRLEntry
gnu.crypto.pki.X509CRLEntryImpl
A single entry in a X.509 certificate revocation list.
X509CRL
Constructor Summary | |
---|---|
(package private) |
X509CRLEntryImpl(int version,
DERReader encoded)
Create a new X.509 certificate revocation list entry from the given input stream and CRL version number. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
Set |
getCriticalExtensionOIDs()
|
byte[] |
getEncoded()
|
Extension |
getExtension(OID oid)
Returns the extension object for the given object identifier. |
Collection |
getExtensions()
|
byte[] |
getExtensionValue(String oid)
|
Set |
getNonCriticalExtensionOIDs()
|
Date |
getRevocationDate()
|
BigInteger |
getSerialNumber()
|
boolean |
hasExtensions()
|
int |
hashCode()
|
boolean |
hasUnsupportedCriticalExtension()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
X509CRLEntryImpl(int version, DERReader encoded) throws CRLException, IOException
version
- The CRL version.encoded
- The stream of DER bytes.
CRLException
- If the ASN.1 structure is invalid.
IOException
- If the bytes cannot be read.Method Detail |
public boolean equals(Object o)
public int hashCode()
public byte[] getEncoded() throws CRLException
CRLException
public BigInteger getSerialNumber()
public Date getRevocationDate()
public boolean hasExtensions()
public String toString()
public boolean hasUnsupportedCriticalExtension()
hasUnsupportedCriticalExtension
in interface X509Extension
public Set getCriticalExtensionOIDs()
getCriticalExtensionOIDs
in interface X509Extension
public Set getNonCriticalExtensionOIDs()
getNonCriticalExtensionOIDs
in interface X509Extension
public byte[] getExtensionValue(String oid)
getExtensionValue
in interface X509Extension
public Extension getExtension(OID oid)
GnuPKIExtension
getExtension
in interface GnuPKIExtension
oid
- The OID of the extension to get.
public Collection getExtensions()
getExtensions
in interface GnuPKIExtension
|
For the latest news and information visit The GNU Crypto project |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |