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 aCertStoreinstance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectclone()Clones thisCertStoreParametersinstance.
-
-
-
Method Detail
-
clone
Object clone()
Clones thisCertStoreParametersinstance.- Returns:
- the cloned instance.
-
-