X509Extension
public 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, wait
getCriticalExtensionOIDs, getExtensionValue, getNonCriticalExtensionOIDs, hasUnsupportedCriticalExtension
public abstract byte[] getEncoded() throws CRLException
CRLException
public abstract Date getRevocationDate()
public abstract BigInteger getSerialNumber()
public abstract boolean hasExtensions()