public interface CertPathParameters extends Cloneable
CertPath parameter specifications. All
CertPath parameter specifications must implement this
interface.CertPathValidator.validate(CertPath, CertPathParameters),
CertPathBuilder.build(CertPathParameters)| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Makes a copy of this
CertPathParameters. |
Object clone()
CertPathParameters. Changes to the
copy will not affect the original and vice versa.CertPathParameters