Stay organized with collections
Save and categorize content based on your preferences.
CertPathValidatorResult
public
interface
CertPathValidatorResult
implements
Cloneable
java.security.cert.CertPathValidatorResult
|
Known indirect subclasses
|
A specification of the result of a certification path validator algorithm.
The purpose of this interface is to group (and provide type safety
for) all certification path validator results. All results returned
by the CertPathValidator.validate
method must implement this interface.
Summary
Public methods |
abstract
Object
|
clone()
Makes a copy of this CertPathValidatorResult .
|
Public methods
clone
public abstract Object clone ()
Makes a copy of this CertPathValidatorResult
. Changes to the
copy will not affect the original and vice versa.
Returns |
Object |
a copy of this CertPathValidatorResult |
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,["# CertPathValidatorResult\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nSummary: [Methods](#pubmethods) \n\nCertPathValidatorResult\n=======================\n\n\n`\npublic\n\n\ninterface\nCertPathValidatorResult\n`\n\n\n`\n\n\nimplements\n\n`[Cloneable](/reference/java/lang/Cloneable)`\n\n\n`\n\n|--------------------------------------------|\n| java.security.cert.CertPathValidatorResult |\n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known indirect subclasses [PKIXCertPathBuilderResult](/reference/java/security/cert/PKIXCertPathBuilderResult), [PKIXCertPathValidatorResult](/reference/java/security/cert/PKIXCertPathValidatorResult) |------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------| | [PKIXCertPathBuilderResult](/reference/java/security/cert/PKIXCertPathBuilderResult) | This class represents the successful result of the PKIX certification path builder algorithm. | | [PKIXCertPathValidatorResult](/reference/java/security/cert/PKIXCertPathValidatorResult) | This class represents the successful result of the PKIX certification path validation algorithm. | |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nA specification of the result of a certification path validator algorithm.\n\n\nThe purpose of this interface is to group (and provide type safety\nfor) all certification path validator results. All results returned\nby the [CertPathValidator.validate](/reference/java/security/cert/CertPathValidator#validate(java.security.cert.CertPath,%20java.security.cert.CertPathParameters))\nmethod must implement this interface. \n**See also:**\n\n- [CertPathValidator](/reference/java/security/cert/CertPathValidator)\n\nSummary\n-------\n\n| ### Public methods ||\n|---------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|\n| ` abstract `[Object](/reference/java/lang/Object) | ` `[clone](/reference/java/security/cert/CertPathValidatorResult#clone())`() ` Makes a copy of this `CertPathValidatorResult`. |\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 `CertPathValidatorResult`. 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 `CertPathValidatorResult` \u003cbr /\u003e |"]]