Whole document tree
java.security.cert
|
Constructor Summary | |
X509CRLEntry()
|
Method Summary | |
boolean |
equals(Object other)
Compares this CRL entry for equality with the given object. |
abstract byte[] |
getEncoded()
Returns the ASN.1 DER-encoded form of this CRL Entry, that is the inner SEQUENCE. |
abstract Date |
getRevocationDate()
Gets the revocation date from this X509CRLEntry, the revocationDate. |
abstract BigInteger |
getSerialNumber()
Gets the serial number from this X509CRLEntry, the userCertificate. |
abstract boolean |
hasExtensions()
Returns true if this CRL entry has extensions. |
int |
hashCode()
Returns a hashcode value for this CRL entry from its encoded form. |
abstract String |
toString()
Returns a string representation of this CRL entry. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.security.cert.X509Extension |
getCriticalExtensionOIDs, getExtensionValue, getNonCriticalExtensionOIDs, hasUnsupportedCriticalExtension |
Constructor Detail |
public X509CRLEntry()
Method Detail |
public boolean equals(Object other)
other
object is an
instanceof
X509CRLEntry
, then
its encoded form (the inner SEQUENCE) is retrieved and compared
with the encoded form of this CRL entry.other
- the object to test for equality with this CRL entry.public int hashCode()
public abstract byte[] getEncoded() throws CRLException
CRLException
- if an encoding error occurs.public abstract BigInteger getSerialNumber()
public abstract Date getRevocationDate()
public abstract boolean hasExtensions()
public abstract String toString()
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.