JavaTM Platform
Standard Ed. 6

接口 java.security.cert.CertPathParameters
的使用

使用 CertPathParameters 的软件包
java.security.cert 提供用于解析和管理证书、证书撤消列表 (CRL) 和证书路径的类和接口。 
javax.net.ssl 提供用于安全套接字包的类。 
 

java.security.certCertPathParameters 的使用
 

实现 CertPathParametersjava.security.cert 中的类
 class PKIXBuilderParameters
          用作 PKIX CertPathBuilder 算法的输入的参数。
 class PKIXParameters
          用作 PKIX CertPathValidator 算法的输入的参数。
 

参数类型为 CertPathParametersjava.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.sslCertPathParameters 的使用
 

返回 CertPathParametersjavax.net.ssl 中的方法
 CertPathParameters CertPathTrustManagerParameters.getParameters()
          返回此类封装的 CertPathParameters 的副本。
 

参数类型为 CertPathParametersjavax.net.ssl 中的构造方法
CertPathTrustManagerParameters(CertPathParameters parameters)
          根据指定的 parameters 构造新的 CertPathTrustManagerParameters。
 


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策