java.security.cert
public abstract class X509CRLEntry extends Object implements X509Extension
Constructor and Description |
---|
X509CRLEntry() |
Modifier and Type | Method and 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()