Package java.security.cert
Interface CertPathParameters
-
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
ExtendedPKIXBuilderParameters,ExtendedPKIXParameters,PKIXBuilderParameters,PKIXExtendedBuilderParameters,PKIXExtendedParameters,PKIXParameters
public interface CertPathParameters extends Cloneable
The interface specification for certification path algorithm parameters.This interface is for grouping purposes of
CertPathparameter implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectclone()Clones thisCertPathParametersinstance.
-
-
-
Method Detail
-
clone
Object clone()
Clones thisCertPathParametersinstance.- Returns:
- the cloned instance.
-
-