Module java.base

Interface CertPathValidatorResult

所有超级接口:
Cloneable
所有已知实现类:
PKIXCertPathBuilderResult, PKIXCertPathValidatorResult

public interface CertPathValidatorResult extends Cloneable
证书路径验证器算法结果的规范说明。

此接口的目的是对所有证书路径验证器结果进行分组(并提供类型安全性)。CertPathValidator.validate 方法返回的所有结果都必须实现此接口。

自:
1.4
参见:
  • Method Summary

    Modifier and Type
    Method
    Description
    clone()
    复制此CertPathValidatorResult
  • Method Details

    • clone

      Object clone()
      复制此CertPathValidatorResult。对副本的更改不会影响原始副本,反之亦然。
      返回:
      CertPathValidatorResult的副本