gnu.crypto.pki
class X509CRLEntryImpl extends X509CRLEntry implements GnuPKIExtension
See Also: X509CRL
| Constructor Summary | |
|---|---|
| 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) |
| Collection | getExtensions() |
| byte[] | getExtensionValue(String oid) |
| Set | getNonCriticalExtensionOIDs() |
| Date | getRevocationDate() |
| BigInteger | getSerialNumber() |
| boolean | hasExtensions() |
| int | hashCode() |
| boolean | hasUnsupportedCriticalExtension() |
| String | toString() |
Parameters: version The CRL version. encoded The stream of DER bytes.
Throws: CRLException If the ASN.1 structure is invalid. IOException If the bytes cannot be read.