Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.security.cert
Interface CRLSelector  view CRLSelector download CRLSelector.java

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.
 

Method Detail

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.