CRLSelector


CRLSelector java.security.cert

Java 1.4 cloneable

This interface defines an API for determining whether a CRL object meets some criteria. Implementations are used to specify critera by which a CRL objects should be selected from a CertStore . The match( ) method should examine the CRL it is passed and return true if it "matches" based on whatever criteria the implementation defines. See X509CRLSelector for an implementation that works with X.509 certificates. See CertSelector for a similar interface for use when selecting Certificate objects from a CertStore .

Figure 14-64. java.security.cert.CRLSelector

 public interface  CRLSelector  extends Cloneable {  // Public Instance Methods  Object  clone  ( );        boolean  match  (CRL  crl  );   } 

Implementations

X509CRLSelector

Passed To

CertStore.getCRLs( ) , CertStoreSpi.engineGetCRLs( )



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net