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 变量和类型 类 描述 classPKIXRevocationCheckerAPKIXCertPathChecker用于使用PKIX算法检查证书的撤销状态。Methods in java.security.cert that return types with arguments of type PKIXCertPathChecker 变量和类型 方法 描述 List<PKIXCertPathChecker>PKIXParameters. getCertPathCheckers()返回List认证路径检查器。Methods in java.security.cert with parameters of type PKIXCertPathChecker 变量和类型 方法 描述 voidPKIXParameters. addCertPathChecker(PKIXCertPathChecker checker)将PKIXCertPathChecker添加到证书路径检查器列表中。Method parameters in java.security.cert with type arguments of type PKIXCertPathChecker 变量和类型 方法 描述 voidPKIXParameters. setCertPathCheckers(List<PKIXCertPathChecker> checkers)设置List其他证书路径检查程序。
-