JavaTM 2 Platform
Standard Ed. 6

java.security.cert
介面 CertPathValidatorResult

所有父級介面:
Cloneable
所有已知實作類別:
PKIXCertPathBuilderResult, PKIXCertPathValidatorResult

public interface CertPathValidatorResult
extends Cloneable

證書路徑驗證器演算法的結果的規範。

此介面的目的是對所有證書路徑驗證器結果進行分組(並為之提供型別安全)。CertPathValidator.validate 方法返回的所有結果必須實作此介面。

從以下版本開始:
1.4
另請參見:
CertPathValidator

方法摘要
 Object clone()
          對此 CertPathValidatorResult 進行複製。
 

方法詳細資訊

clone

Object clone()
對此 CertPathValidatorResult 進行複製。對副本的更改不會影響原件,反之亦然。

返回:
CertPathValidatorResult 的副本

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only