API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.cert. CertStoreSpi View Source
Author(s)
Steve Hanna
Since
1.4
Version
1.8 11/17/05
Serial
Hierarchy
 Object
      CertStoreSpi
Implements
Subclasses
Description
publicabstract abstract class CertStoreSpi
  The Service Provider Interface (SPI) for the CertStore class.
See also:   
Constructors
public CertStoreSpi (CertStoreParameters params) throws InvalidAlgorithmParameterException
  The sole constructor.
Methods
Hide/Show inherited methods
publicabstract Collection<Certificate> engineGetCertificates (CertSelector selector) throws CertStoreException
  Returns a Collection of Certificates that match the specified selector.
publicabstract Collection<CRL> engineGetCRLs (CRLSelector selector) throws CertStoreException
  Returns a Collection of CRLs that match the specified selector.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar