Uses of Interface
java.security.cert.CertPathValidatorResult
-
Packages that use CertPathValidatorResult 软件包 描述 java.security.cert 提供用于解析和管理证书,证书撤销列表(CRL)和认证路径的类和接口。 -
-
Uses of CertPathValidatorResult in java.security.cert
Classes in java.security.cert that implement CertPathValidatorResult Modifier and Type Class 描述 classPKIXCertPathBuilderResult此类表示PKIX认证路径构建器算法的成功结果。classPKIXCertPathValidatorResult该类代表PKIX认证路径验证算法的成功结果。Methods in java.security.cert that return CertPathValidatorResult Modifier and Type 方法 描述 abstract CertPathValidatorResultCertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params)使用指定的算法参数集验证指定的认证路径。CertPathValidatorResultCertPathValidator. validate(CertPath certPath, CertPathParameters params)使用指定的算法参数集验证指定的认证路径。
-