| 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
CRL
s.
The implementations of this interface are typically used to define the
criteria for selecting
CRL
s 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.