|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 CertPathParameters 的软件包 | |
---|---|
java.security.cert | 提供用于解析和管理证书、证书撤消列表 (CRL) 和证书路径的类和接口。 |
javax.net.ssl | 提供用于安全套接字包的类。 |
java.security.cert 中 CertPathParameters 的使用 |
---|
实现 CertPathParameters 的 java.security.cert 中的类 | |
---|---|
class |
PKIXBuilderParameters 用作 PKIX CertPathBuilder 算法的输入的参数。 |
class |
PKIXParameters 用作 PKIX CertPathValidator 算法的输入的参数。 |
参数类型为 CertPathParameters 的 java.security.cert 中的方法 | |
---|---|
CertPathBuilderResult |
CertPathBuilder.build(CertPathParameters params) 尝试使用指定的算法参数集构建一个证书路径。 |
abstract CertPathBuilderResult |
CertPathBuilderSpi.engineBuild(CertPathParameters params) 尝试使用指定的算法参数集构建一个证书路径。 |
abstract CertPathValidatorResult |
CertPathValidatorSpi.engineValidate(CertPath certPath, CertPathParameters params) 使用指定的算法参数集验证指定的证书路径。 |
CertPathValidatorResult |
CertPathValidator.validate(CertPath certPath, CertPathParameters params) 使用指定的算法参数集验证指定的证书路径。 |
javax.net.ssl 中 CertPathParameters 的使用 |
---|
返回 CertPathParameters 的 javax.net.ssl 中的方法 | |
---|---|
CertPathParameters |
CertPathTrustManagerParameters.getParameters() 返回此类封装的 CertPathParameters 的副本。 |
参数类型为 CertPathParameters 的 javax.net.ssl 中的构造方法 | |
---|---|
CertPathTrustManagerParameters(CertPathParameters parameters) 根据指定的 parameters 构造新的 CertPathTrustManagerParameters。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。