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 Modifier and Type 方法 描述 abstract List<CertPathValidatorException>
PKIXRevocationChecker. getSoftFailExceptions()
返回一个列表,其中包含当设置了SOFT_FAIL
选项时撤销检查器忽略的异常。Methods in java.security.cert that throw CertPathValidatorException Modifier and Type 方法 描述 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)
使用指定的算法参数集验证指定的认证路径。
-