抛出 CertPathValidatorException 的 java.security.cert 中的方法 |
abstract void |
PKIXCertPathChecker.check(Certificate cert, Collection<String> unresolvedCritExts) 使用其内部状态对指定的证书进行检查,并且将其处理的那些关键扩展从表示未解析的关键扩展的指定 OID 字符串集合中移除。 |
abstract CertPathValidatorResult |
CertPathValidatorSpi.engineValidate(CertPath certPath, CertPathParameters params) 使用指定的算法参数集验证指定的证书路径。 |
abstract void |
PKIXCertPathChecker.init(boolean forward) 初始化此 PKIXCertPathChecker 的内部状态。 |
CertPathValidatorResult |
CertPathValidator.validate(CertPath certPath, CertPathParameters params) 使用指定的算法参数集验证指定的证书路径。 |