java.security.cert

Interface CertStoreParameters

public interface CertStoreParameters extends Cloneable

Parameters used when creating instances of {@link 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.

See Also: LDAPCertStoreParameters CollectionCertStoreParameters

Method Summary
Objectclone()
Create a copy of these parameters.

Method Detail

clone

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

Returns: The copy.