API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.cert. X509CRLEntry View Source
Author(s)
Hemma Prafullchandra
Since
Version
1.17 05/11/17
Serial
Hierarchy
 Object
      X509CRLEntry
Implements
 X509Extension
Subclasses
Description
publicabstract abstract class X509CRLEntry
  Abstract class for a revoked certificate in a CRL (Certificate Revocation List).
See also:    X509CRL X509Extension
Constructors
public X509CRLEntry ()
Methods
Hide/Show inherited methods
public boolean equals (Object other)
  Compares this CRL entry for equality with the given object.
public X500Principal getCertificateIssuer ()
  Get the issuer of the X509Certificate described by this entry.
publicabstract byte getEncoded () throws CRLException
  Returns the ASN.1 DER-encoded form of this CRL Entry, that is the inner SEQUENCE.
publicabstract Date getRevocationDate ()
  Gets the revocation date from this X509CRLEntry, the revocationDate.
publicabstract BigInteger getSerialNumber ()
  Gets the serial number from this X509CRLEntry, the userCertificate.
publicabstract boolean hasExtensions ()
  Returns true if this CRL entry has extensions.
public int hashCode ()
  Returns a hashcode value for this CRL entry from its encoded form.
publicabstract String toString ()
  Returns a string representation of this CRL entry.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar