- All Superinterfaces:
- java.lang.Cloneable
- All Known Implementing Classes:
- X509CRLSelector
- public interface CRLSelector
- extends java.lang.Cloneable
A generic interface to classes that match certificate revocation
lists (CRLs) to some given criteria. Implementations of this
interface are useful for finding CRL objects in a CertStore.
|
Method Summary |
java.lang.Object |
clone()
Returns a clone of this instance. |
boolean |
match(CRL crl)
Match a given certificate revocation list to this selector's
criteria, returning true if it matches, false otherwise. |
clone
public java.lang.Object clone()
- Returns a clone of this instance.
match
public boolean match(CRL crl)
- Match a given certificate revocation list to this selector's
criteria, returning true if it matches, false otherwise.