public
interfaceCertStoreParameters
extends
Cloneable
Overview
Inheritance
Members
Usage
Source
Books
Since1.4
Version1.12 05/05/07
Author(s)Steve Hanna
A specification of CertStore parameters.
The purpose of this interface is to group (and provide type safety for)
all CertStore parameter specifications. All
CertStore parameter specifications must implement this
interface.
Typically, a CertStoreParameters object is passed as a parameter
to one of the CertStore.getInstance methods.
The getInstance method returns a CertStore that
is used for retrieving Certificates and CRLs. The
CertStore that is returned is initialized with the specified
parameters. The type of parameters needed may vary between different types
of CertStores.
CertStoreparameters.The purpose of this interface is to group (and provide type safety for) all
CertStoreparameter specifications. AllCertStoreparameter specifications must implement this interface.Typically, a
CertStoreParametersobject is passed as a parameter to one of the CertStore.getInstance methods. ThegetInstancemethod returns aCertStorethat is used for retrievingCertificates andCRLs. TheCertStorethat is returned is initialized with the specified parameters. The type of parameters needed may vary between different types ofCertStores.