Uses of Interface
java.security.cert.CertPathChecker
-
Packages that use CertPathChecker 软件包 描述 java.security.cert 提供用于解析和管理证书,证书吊销列表(CRL)和证书路径的类和接口。 -
-
Uses of CertPathChecker in java.security.cert
Classes in java.security.cert that implement CertPathChecker 变量和类型 类 描述 class
PKIXCertPathChecker
对X509Certificate
执行一次或多次检查的抽象类。class
PKIXRevocationChecker
APKIXCertPathChecker
用于使用PKIX算法检查证书的撤销状态。Methods in java.security.cert that return CertPathChecker 变量和类型 方法 描述 CertPathChecker
CertPathBuilderSpi. engineGetRevocationChecker()
返回此实现用于检查证书的撤销状态的CertPathChecker
。CertPathChecker
CertPathValidatorSpi. engineGetRevocationChecker()
返回此实现用于检查证书的吊销状态的CertPathChecker
。CertPathChecker
CertPathBuilder. getRevocationChecker()
返回CertPathChecker
需要进行封装CertPathBuilderSpi
实现使用检查证书的吊销状态。CertPathChecker
CertPathValidator. getRevocationChecker()
Returns aCertPathChecker
that the encapsulatedCertPathValidatorSpi
implementation uses to check the revocation status of certificates.
-