public abstract class X509CRLEntry extends java.lang.Object implements X509Extension
| Constructor and Description |
|---|
X509CRLEntry()
Creates a new X509CRLEntry
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other)
Compares this X509CRLEntry to other.
|
abstract byte[] |
getEncoded()
Gets the DER ASN.1 encoded format for this CRL Entry,
the inner SEQUENCE.
|
abstract java.util.Date |
getRevocationDate()
Gets the revocation date in revocationDate for
this X509CRLEntry.
|
abstract java.math.BigInteger |
getSerialNumber()
Gets the serial number for userCertificate in
this X509CRLEntry.
|
abstract boolean |
hasExtensions()
Checks if this X509CRLEntry has extensions.
|
int |
hashCode()
Returns a hash code for this X509CRLEntry in its encoded
form.
|
abstract java.lang.String |
toString()
Returns a string that represents this X509CRLEntry.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCriticalExtensionOIDs, getExtensionValue, getNonCriticalExtensionOIDs, hasUnsupportedCriticalExtensionpublic X509CRLEntry()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - An Object to test for equalityObject.hashCode()public int hashCode()
hashCode in class java.lang.ObjectObject.equals(Object),
System.identityHashCode(Object)public abstract byte[] getEncoded() throws CRLException
CRLException - if an error occurspublic abstract java.math.BigInteger getSerialNumber()
public abstract java.util.Date getRevocationDate()
public abstract boolean hasExtensions()
public abstract java.lang.String toString()
toString in class java.lang.ObjectObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)