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

Quick Search    Search Deep

Uses of Interface
java.security.cert.CRLSelector

Uses of CRLSelector in java.security.cert
 

Classes in java.security.cert that implement CRLSelector
 class X509CRLSelector
          A class for matching X.509 certificate revocation lists by criteria.
 

Methods in java.security.cert with parameters of type CRLSelector
abstract  java.util.Collection CertStoreSpi.engineGetCRLs(CRLSelector selector)
          Get the certificate revocation list from this store, filtering them through the specified CRLSelector.
 java.util.Collection CertStore.getCRLs(CRLSelector selector)
          Get a collection of certificate revocation lists from this CertStore, optionally filtered by the specified CRLSelector.