JavaTM 2 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 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only