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 描述 classPKIXCertPathChecker对X509Certificate执行一个或多个检查的抽象类。classPKIXRevocationCheckerAPKIXCertPathChecker用于使用PKIX算法检查证书的撤销状态。Methods in java.security.cert that return CertPathChecker Modifier and Type 方法 描述 CertPathCheckerCertPathBuilderSpi. engineGetRevocationChecker()返回此实现用于检查证书的撤销状态的CertPathChecker。CertPathCheckerCertPathValidatorSpi. engineGetRevocationChecker()返回此实现用于检查证书的吊销状态的CertPathChecker。CertPathCheckerCertPathBuilder. getRevocationChecker()返回CertPathChecker封装的CertPathBuilderSpi实现用于检查证书的撤销状态。CertPathCheckerCertPathValidator. getRevocationChecker()Returns aCertPathCheckerthat the encapsulatedCertPathValidatorSpiimplementation uses to check the revocation status of certificates.
-