JavaTM Platform
Standard Ed. 6

类 java.security.cert.CertStore
的使用

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

java.security.certCertStore 的使用
 

返回 CertStorejava.security.cert 中的方法
static CertStore CertStore.getInstance(String type, CertStoreParameters params)
          返回一个实现指定 CertStore 类型,并已使用指定参数初始化的 CertStore 对象。
static CertStore CertStore.getInstance(String type, CertStoreParameters params, Provider provider)
          返回一个实现指定 CertStore 类型的 CertStore 对象。
static CertStore CertStore.getInstance(String type, CertStoreParameters params, String provider)
          返回一个实现指定 CertStore 类型的 CertStore 对象。
 

返回变量类型为 CertStore 的类型的 java.security.cert 中的方法
 List<CertStore> PKIXParameters.getCertStores()
          返回用于查找证书和 CRL 的不可变 CertStore List
 

参数类型为 CertStorejava.security.cert 中的方法
 void PKIXParameters.addCertStore(CertStore store)
          将 CertStore 添加到查找证书和 CRL 所使用的 CertStore 列表末尾。
 

类型变量类型为 CertStorejava.security.cert 中的方法参数
 void PKIXParameters.setCertStores(List<CertStore> stores)
          设置在查找证书和 CRL 时所使用的 CertStore 列表。
 


JavaTM Platform
Standard Ed. 6

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

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