Package java.security.cert
Interface CertStoreParameters
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
CollectionCertStoreParameters,LDAPCertStoreParameters
public interface CertStoreParameters extends Cloneable
The marker interface specifying the parameters used to initialize a
CertStore instance.-
Method Summary
-
Method Details
-
clone
Object clone()Clones thisCertStoreParametersinstance.- Returns:
- the cloned instance.
-