This marker interface defines the type, but not the content, of the parameters object that is passed to the CertStore.getInstance( ) methods. It does not define any methods of its own and simply requires that all implementing classes be cloneable. Use one of the concrete implementations of this class for CertStore objects of type "LDAP" and "Collection".
public interfaceCertStoreParameters extends Cloneable { // Public Instance Methods Object
clone ( ); }
CollectionCertStoreParameters, LDAPCertStoreParameters
CertStore.{CertStore( ), getInstance( )}, CertStoreSpi.CertStoreSpi( )
CertStore.getCertStoreParameters( )