| java.lang.Object | |
| ↳ | java.security.cert.CRL |
|
|
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.
See also:
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
Creates a new certificate revocation list of the specified type.
| Parameters | |
|---|---|
type |
String:
the type for the CRL.
|
Returns the type of this CRL.
| Returns | |
|---|---|
String |
the type of this CRL. |
Returns whether the specified certificate is revoked by this CRL.
| Parameters | |
|---|---|
cert |
Certificate:
the certificate to check. |
| Returns | |
|---|---|
boolean |
true if the certificate is revoked by this CRL, otherwise
false.
|
Returns the string representation of this instance.
| Returns | |
|---|---|
String |
the string representation of this instance. |