Package java.security.cert
Interface CertPathParameters
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
ExtendedPKIXBuilderParameters,ExtendedPKIXParameters,PKIXBuilderParameters,PKIXParameters
public interface CertPathParameters extends Cloneable
The interface specification for certification path algorithm parameters.
This interface is for grouping purposes of CertPath parameter
implementations.
-
Method Summary
-
Method Details
-
clone
Object clone()Clones thisCertPathParametersinstance.- Returns:
- the cloned instance.
-