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 变量和类型 类 描述 class
PKIXCertPathBuilderResult
此类表示PKIX证书路径构建器算法的成功结果。class
PKIXCertPathValidatorResult
此类表示PKIX证书路径验证算法的成功结果。Methods in java.security.cert that return CertPathValidatorResult 变量和类型 方法 描述 abstract CertPathValidatorResult
CertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params)
使用指定的算法参数集验证指定的证书路径。CertPathValidatorResult
CertPathValidator. validate(CertPath certPath, CertPathParameters params)
使用指定的算法参数集验证指定的证书路径。
-