java.lang.Object | |
↳ | java.security.cert.CRL |
Known Direct Subclasses |
This class represents Certificate Revocation Lists (CRLs) maintained by a certificate authority. They are used to indicate that a given Certificate has expired and consequently has become invalid.
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates a new certificate revocation list of the specified type.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the type of this CRL.
|
||||||||||
|
Returns whether the specified certificate is revoked by this CRL.
|
||||||||||
|
Returns the string representation of this instance.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Creates a new certificate revocation list of the specified type.
type | the type for the CRL. |
---|
Returns the type of this CRL.
Returns whether the specified certificate is revoked by this CRL.
cert | the certificate to check. |
---|
true
if the certificate is revoked by this CRL, otherwise
false
.
Returns the string representation of this instance.