软件包 | 描述 |
---|---|
java.security.cert |
提供用于解析和管理证书的类和接口,证书撤销列表(CRL),认证路径。
|
Modifier and Type | Method and Description |
---|---|
abstract List<CertPathValidatorException> |
PKIXRevocationChecker.getSoftFailExceptions()
返回一个列表包含例外,被撤销检查时忽略了
SOFT_FAIL 选项设置。
|
Modifier and Type | Method and Description |
---|---|
void |
CertPathChecker.check(Certificate cert)
使用其内部状态在指定的证书上执行检查(s)。
|
void |
PKIXCertPathChecker.check(Certificate cert)
使用其内部状态在指定的证书上执行检查(s)。
|
abstract void |
PKIXCertPathChecker.check(Certificate cert, Collection<String> unresolvedCritExts)
执行检查(S)在指定的证书使用其内部状态和删除任何重要的扩展,它处理从指定集合的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)
使用指定的算法参数集来验证指定的证书路径。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.