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 方法 描述 voidCertPathChecker. check(Certificate cert)使用其内部状态对指定的证书执行检查。voidPKIXCertPathChecker. check(Certificate cert)使用其内部状态对指定的证书执行检查。abstract voidPKIXCertPathChecker. check(Certificate cert, Collection<String> unresolvedCritExts)使用其内部状态对指定证书执行检查,并从指定的OID字符串集合中删除其处理的任何关键扩展,这些扩展代表未解决的关键扩展。abstract CertPathValidatorResultCertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params)使用指定的算法参数集验证指定的认证路径。voidCertPathChecker. init(boolean forward)初始化此CertPathChecker的内部状态。abstract voidPKIXCertPathChecker. init(boolean forward)初始化这个PKIXCertPathChecker的内部状态。CertPathValidatorResultCertPathValidator. validate(CertPath certPath, CertPathParameters params)使用指定的算法参数集验证指定的认证路径。
-