public abstract class X509CRLEntry extends Object implements X509Extension
Constructor and Description |
---|
X509CRLEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Default object equality (is identity).
|
X500Principal |
getCertificateIssuer() |
abstract byte[] |
getEncoded() |
abstract Date |
getRevocationDate() |
abstract BigInteger |
getSerialNumber() |
abstract boolean |
hasExtensions() |
int |
hashCode()
The (default) object hashcode: for transient objects this is simply the
address of the instance in memory, for persistent objects it is the
address at which the instance was first created (maybe in a previous
activation of the VM).
|
abstract String |
toString()
Default String representation: overriden by many classes.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCriticalExtensionOIDs, getExtensionValue, getNonCriticalExtensionOIDs, hasUnsupportedCriticalExtension
public boolean equals(Object other)
Object
public int hashCode()
Object
public abstract byte[] getEncoded() throws CRLException
CRLException
public abstract Date getRevocationDate()
public abstract BigInteger getSerialNumber()
public abstract boolean hasExtensions()
public abstract String toString()
Object
public X500Principal getCertificateIssuer()