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