No examples for this method.
Frequently called with: [Clear]
-1
| java.security.cert.CRLSelector |
Known Indirect Subclasses
|
The interface specification for determining whether a CRL meets some criteria to select CRL objects among a set of CRLs.
The implementations of this interface are typically used to define the criteria for selecting CRLs from a CertStore.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Clones this
CRLSelector instance.
|
||||||||||
|
|
Checks whether the defined criteria of this instance match the specified CRL.
|
||||||||||
Clones this CRLSelector instance.
Checks whether the defined criteria of this instance match the specified CRL.
| crl | the CRL to be evaluated. |
|---|
true if the CRL matches the criteria, false otherwise.