X509Extensionpublic abstract class X509CRLEntry extends Object implements X509Extension
| Constructor | Description |
|---|---|
X509CRLEntry() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract byte[] |
getEncoded() |
|
abstract Date |
getRevocationDate() |
|
abstract BigInteger |
getSerialNumber() |
|
abstract boolean |
hasExtensions() |
|
abstract String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCriticalExtensionOIDs, getExtensionValue, getNonCriticalExtensionOIDs, hasUnsupportedCriticalExtensionpublic abstract byte[] getEncoded()
throws CRLException
CRLExceptionpublic abstract Date getRevocationDate()
public abstract BigInteger getSerialNumber()
public abstract boolean hasExtensions()