public class OpenSSLX509CRLEntry extends X509CRLEntry
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getCriticalExtensionOIDs() |
byte[] |
getEncoded() |
byte[] |
getExtensionValue(String oid) |
Set<String> |
getNonCriticalExtensionOIDs() |
Date |
getRevocationDate() |
BigInteger |
getSerialNumber() |
boolean |
hasExtensions() |
boolean |
hasUnsupportedCriticalExtension() |
String |
toString() |
equals, getCertificateIssuer, getRevocationReason, hashCodepublic byte[] getExtensionValue(String oid)
public boolean hasUnsupportedCriticalExtension()
public byte[] getEncoded()
throws CRLException
getEncoded in class X509CRLEntryCRLExceptionpublic BigInteger getSerialNumber()
getSerialNumber in class X509CRLEntrypublic Date getRevocationDate()
getRevocationDate in class X509CRLEntrypublic boolean hasExtensions()
hasExtensions in class X509CRLEntrypublic String toString()
toString in class X509CRLEntry