Uses of Class
java.security.cert.PKIXCertPathChecker
-
Packages that use PKIXCertPathChecker 软件包 描述 java.security.cert 提供用于解析和管理证书,证书撤销列表(CRL)和认证路径的类和接口。 -
-
Uses of PKIXCertPathChecker in java.security.cert
Subclasses of PKIXCertPathChecker in java.security.cert Modifier and Type Class 描述 class
PKIXRevocationChecker
APKIXCertPathChecker
用于使用PKIX算法检查证书的撤销状态。Methods in java.security.cert that return types with arguments of type PKIXCertPathChecker Modifier and Type 方法 描述 List<PKIXCertPathChecker>
PKIXParameters. getCertPathCheckers()
返回认证路径检查器的List
。Methods in java.security.cert with parameters of type PKIXCertPathChecker Modifier and Type 方法 描述 void
PKIXParameters. addCertPathChecker(PKIXCertPathChecker checker)
在认证路径检查列表中添加一个PKIXCertPathChecker
。Method parameters in java.security.cert with type arguments of type PKIXCertPathChecker Modifier and Type 方法 描述 void
PKIXParameters. setCertPathCheckers(List<PKIXCertPathChecker> checkers)
设置一个额外的认证路径检查器List
。
-