All Superinterfaces:
Cloneable
All Known Implementing Classes:
PKIXBuilderParameters , PKIXParameters
public interface CertPathParameters
extends Cloneable
A specification of certification path algorithm parameters.
The purpose of this interface is to group (and provide type safety for)
all CertPath parameter specifications. All
CertPath parameter specifications must implement this
interface.
Since:
1.4
See Also:
Method Summary
All Methods Instance Methods Abstract Methods
Makes a copy of this CertPathParameters.
Method Details
clone
Makes a copy of this CertPathParameters. Changes to the
copy will not affect the original and vice versa.
Returns:
a copy of this CertPathParameters
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2025, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy . DRAFT 17.0.16-internal+0-adhoc..BuildJDK17x86-64linuxPersonal