java.lang.Object | |||
java.security.cert.CRL | |||
java.security.cert.X509CRL | X509Extension |
X509CRL() |
boolean | equals(Object other) | |||||
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison. | ||||||
abstract | byte[] | getEncoded() | ||||
abstract | Principal | getIssuerDN() | ||||
X500Principal | getIssuerX500Principal() | |||||
abstract | Date | getNextUpdate() | ||||
X509CRLEntry | getRevokedCertificate(X509Certificate certificate) | |||||
abstract | X509CRLEntry | getRevokedCertificate(BigInteger serialNumber) | ||||
abstract | Set<? extends X509CRLEntry> | getRevokedCertificates() | ||||
abstract | String | getSigAlgName() | ||||
abstract | String | getSigAlgOID() | ||||
abstract | byte[] | getSigAlgParams() | ||||
abstract | byte[] | getSignature() | ||||
abstract | byte[] | getTBSCertList() | ||||
abstract | Date | getThisUpdate() | ||||
abstract | int | getVersion() | ||||
int | hashCode() | |||||
Returns an integer hash code for the receiver. | ||||||
abstract | void | verify(PublicKey key) | ||||
abstract | void | verify(PublicKey key, String sigProvider) |
other | Object the object to compare with this object. |
---|
true
if the object is the same as this
object false
if it is different from this object.CRLException |
---|
CRLException |
---|
true
when passed to .equals
must
answer the same value for this method.
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |