Stay organized with collections
Save and categorize content based on your preferences.
CertPathParameters
public
interface
CertPathParameters
implements
Cloneable
java.security.cert.CertPathParameters
|
Known indirect subclasses
|
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.
Summary
Public methods |
abstract
Object
|
clone()
Makes a copy of this CertPathParameters .
|
Public methods
clone
public abstract Object clone ()
Makes a copy of this CertPathParameters
. Changes to the
copy will not affect the original and vice versa.
Returns |
Object |
a copy of this CertPathParameters |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# CertPathParameters\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nSummary: [Methods](#pubmethods) \n\nCertPathParameters\n==================\n\n\n`\npublic\n\n\ninterface\nCertPathParameters\n`\n\n\n`\n\n\nimplements\n\n`[Cloneable](/reference/java/lang/Cloneable)`\n\n\n`\n\n|---------------------------------------|\n| java.security.cert.CertPathParameters |\n\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known indirect subclasses [PKIXBuilderParameters](/reference/java/security/cert/PKIXBuilderParameters), [PKIXParameters](/reference/java/security/cert/PKIXParameters) |------------------------------------------------------------------------------|----------------------------------------------------------------------| | [PKIXBuilderParameters](/reference/java/security/cert/PKIXBuilderParameters) | Parameters used as input for the PKIX `CertPathBuilder` algorithm. | | [PKIXParameters](/reference/java/security/cert/PKIXParameters) | Parameters used as input for the PKIX `CertPathValidator` algorithm. | |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nA specification of certification path algorithm parameters.\nThe purpose of this interface is to group (and provide type safety for)\nall `CertPath` parameter specifications. All\n`CertPath` parameter specifications must implement this\ninterface. \n**See also:**\n\n- [CertPathValidator.validate(CertPath, CertPathParameters)](/reference/java/security/cert/CertPathValidator#validate(java.security.cert.CertPath,%20java.security.cert.CertPathParameters))\n- [CertPathBuilder.build(CertPathParameters)](/reference/java/security/cert/CertPathBuilder#build(java.security.cert.CertPathParameters))\n\nSummary\n-------\n\n| ### Public methods ||\n|---------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|\n| ` abstract `[Object](/reference/java/lang/Object) | ` `[clone](/reference/java/security/cert/CertPathParameters#clone())`() ` Makes a copy of this `CertPathParameters`. |\n\nPublic methods\n--------------\n\n### clone\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic abstract Object clone ()\n```\n\nMakes a copy of this `CertPathParameters`. Changes to the\ncopy will not affect the original and vice versa.\n\n\u003cbr /\u003e\n\n| Returns ||\n|---------------------------------------|--------------------------------------------|\n| [Object](/reference/java/lang/Object) | a copy of this `CertPathParameters` \u003cbr /\u003e |"]]