JavaTM 2 Platform
Standard Ed. 6

java.security.cert
介面 CertPathParameters

所有父級介面:
Cloneable
所有已知實作類別:
PKIXBuilderParameters, PKIXParameters

public interface CertPathParameters
extends Cloneable

證書路徑演算法參數的規範。此介面的目的是對所有 CertPath 參數規範進行分組(並為之提供型別安全)。所有 CertPath 參數規範必須實作此介面。

從以下版本開始:
1.4
另請參見:
CertPathValidator.validate(CertPath, CertPathParameters), CertPathBuilder.build(CertPathParameters)

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

方法詳細資訊

clone

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

返回:
CertPathParameters 的副本

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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