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

Quick Search    Search Deep

java.security.cert
Interface CertStoreParameters  view CertStoreParameters download CertStoreParameters.java

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
CollectionCertStoreParameters, LDAPCertStoreParameters

public interface CertStoreParameters
extends java.lang.Cloneable

Parameters used when creating instances of CertStore. This class does not define any methods (except a required cloneable interface) and is provided only to provide type safety for implementations. Concrete implementations implement this interface in accord with thier own needs.


Method Summary
 java.lang.Object clone()
          Create a copy of these parameters.
 

Method Detail

clone

public java.lang.Object clone()
Create a copy of these parameters.