java.lang.Object | |
↳ | java.security.cert.X509CRLEntry |
Abstract base class for entries in a certificate revocation list (CRL).
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
X509CRLEntry instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns whether the specified object equals to this instance.
| |||||||||||
Returns the issuer of the revoked certificate.
| |||||||||||
Returns this entry in ASN.1 DER encoded form.
| |||||||||||
Returns the date when the certificate is revoked.
| |||||||||||
Returns the serial number of the revoked certificate.
| |||||||||||
Returns whether this CRL entry has extensions.
| |||||||||||
Returns the hashcode of this instance.
| |||||||||||
Returns a string representation of this instance.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.security.cert.X509Extension
|
Returns whether the specified object equals to this instance.
other | the object to compare. |
---|
true
if the specified object equals to this instance,
otherwise false
.
Returns the issuer of the revoked certificate.
null
if the
issuer is equal to the CRL issuer.
Returns this entry in ASN.1 DER encoded form.
CRLException | if encoding fails. |
---|
Returns the date when the certificate is revoked.
Returns the serial number of the revoked certificate.
Returns whether this CRL entry has extensions.
true
is this CRL entry has extensions, otherwise false
.
Returns the hashcode of this instance.
Returns a string representation of this instance.