Package java.security.cert
Interface CertPathParameters
-
- All Superinterfaces:
java.lang.Cloneable
- All Known Implementing Classes:
PKIXBuilderParameters,PKIXParameters
public interface CertPathParameters extends java.lang.CloneableA specification of certification path algorithm parameters. The purpose of this interface is to group (and provide type safety for) allCertPathparameter specifications. AllCertPathparameter specifications must implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectclone()Makes a copy of thisCertPathParameters.
-