public interface CRLSelector extends Cloneable
CRLs.
The implementations of this interface are typically used to define the
criteria for selecting CRLs from a CertStore.
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clones this
CRLSelector instance. |
boolean |
match(CRL crl)
Checks whether the defined criteria of this instance match the specified
CRL.
|
Object clone()
CRLSelector instance.boolean match(CRL crl)
crl - the CRL to be evaluated.true if the CRL matches the criteria, false
otherwise.