|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CRLSelector
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
.
CertStore
,
CertSelector
,
X509CRLSelector
Method Summary | |
---|---|
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. |
Method Detail |
---|
Object clone()
boolean match(CRL crl)
crl
- The certificate revocation list to test.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |