|
|||||||||
接口 java.security.cert.CertPathValidatorResult
的使用
使用 CertPathValidatorResult 的软件包 | |
---|---|
java.security.cert | 提供用于解析和管理证书、证书撤消列表 (CRL) 和证书路径的类和接口。 |
java.security.cert 中 CertPathValidatorResult 的使用 |
---|
实现 CertPathValidatorResult 的 java.security.cert 中的类 | |
---|---|
class |
PKIXCertPathBuilderResult 此类表示 PKIX 证书路径生成器算法执行成功时所返回的结果。 |
class |
PKIXCertPathValidatorResult 此类表示 PKIX 证书路径验证算法执行成功时所返回的结果。 |
返回 CertPathValidatorResult 的 java.security.cert 中的方法 | |
---|---|
abstract CertPathValidatorResult |
CertPathValidatorSpi.engineValidate(CertPath certPath, CertPathParameters params) 使用指定的算法参数集验证指定的证书路径。 |
CertPathValidatorResult |
CertPathValidator.validate(CertPath certPath, CertPathParameters params) 使用指定的算法参数集验证指定的证书路径。 |
所有类
|
|||||||||