java.security.cert
Interface CertPathParameters

All Superinterfaces:
Cloneable
All Known Implementing Classes:
PKIXBuilderParameters, PKIXParameters

public interface CertPathParameters
extends Cloneable

Parameters for generating and validating certificate paths. 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:
CertPathBuilder, CertPathValidator

Method Summary
 Object clone()
          Makes a copy of this CertPathParameters instance.
 

Method Detail

clone

Object clone()
Makes a copy of this CertPathParameters instance.

Returns:
The copy.