Uses of Class
java.security.cert.CertPathValidatorException
-
Packages that use CertPathValidatorException 软件包 描述 java.security.cert 提供用于解析和管理证书,证书吊销列表(CRL)和证书路径的类和接口。 -
-
Uses of CertPathValidatorException in java.security.cert
Methods in java.security.cert that return types with arguments of type CertPathValidatorException 变量和类型 方法 描述 abstract List<CertPathValidatorException>
PKIXRevocationChecker. getSoftFailExceptions()
返回一个列表,其中包含设置SOFT_FAIL
选项时吊销检查程序忽略的异常。Methods in java.security.cert that throw CertPathValidatorException 变量和类型 方法 描述 void
CertPathChecker. check(Certificate cert)
使用其内部状态对指定证书执行检查。void
PKIXCertPathChecker. check(Certificate cert)
使用其内部状态对指定证书执行检查。abstract void
PKIXCertPathChecker. check(Certificate cert, Collection<String> unresolvedCritExts)
使用其内部状态对指定证书执行检查,并从表示未解决的关键扩展的指定OID字符串集合中删除它处理的所有关键扩展。abstract CertPathValidatorResult
CertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params)
使用指定的算法参数集验证指定的证书路径。void
CertPathChecker. init(boolean forward)
初始化此CertPathChecker
的内部状态。abstract void
PKIXCertPathChecker. init(boolean forward)
初始化此PKIXCertPathChecker
的内部状态。CertPathValidatorResult
CertPathValidator. validate(CertPath certPath, CertPathParameters params)
使用指定的算法参数集验证指定的证书路径。
-