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