JavaTM 2 Platform
Standard Ed. 6

类 java.security.cert.PKIXCertPathChecker
的使用

使用 PKIXCertPathChecker 的软件包
java.security.cert 提供用于解析和管理证书、证书撤消列表 (CRL) 和证书路径的类和接口。 
 

java.security.certPKIXCertPathChecker 的使用
 

返回变量类型为 PKIXCertPathChecker 的类型的 java.security.cert 中的方法
 List<PKIXCertPathChecker> PKIXParameters.getCertPathCheckers()
          返回证书路径检查器的 List
 

参数类型为 PKIXCertPathCheckerjava.security.cert 中的方法
 void PKIXParameters.addCertPathChecker(PKIXCertPathChecker checker)
          向证书路径检查器列表中添加一个 PKIXCertPathChecker
 

类型变量类型为 PKIXCertPathCheckerjava.security.cert 中的方法参数
 void PKIXParameters.setCertPathCheckers(List<PKIXCertPathChecker> checkers)
          设置其他证书路径检查器的 List
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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