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

Quick Search    Search Deep

Uses of Class
java.security.cert.CertStoreException

Uses of CertStoreException in java.security.cert
 

Methods in java.security.cert that throw CertStoreException
abstract  java.util.Collection CertStoreSpi.engineGetCertificates(CertSelector selector)
          Get the certificates from this store, filtering them through the specified CertSelector.
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.getCertificates(CertSelector selector)
          Get a collection of certificates from this CertStore, optionally filtered by the specified CertSelector.
 java.util.Collection CertStore.getCRLs(CRLSelector selector)
          Get a collection of certificate revocation lists from this CertStore, optionally filtered by the specified CRLSelector.