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

    Modifier and Type Method Description
    Object clone()
    Clones this CertStoreParameters instance.
  • Method Details

    • clone

      Object clone()
      Clones this CertStoreParameters instance.
      Returns:
      the cloned instance.