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 Modifier and Type Class 描述 class
PKIXCertPathChecker
对X509Certificate
执行一个或多个检查的抽象类。class
PKIXRevocationChecker
APKIXCertPathChecker
用于使用PKIX算法检查证书的撤销状态。Methods in java.security.cert that return CertPathChecker Modifier and Type 方法 描述 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.
-