JavaTM 2 Platform
Standard Ed. 5.0

类 java.security.cert.CertStoreException
的使用

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

java.security.certCertStoreException 的使用
 

抛出 CertStoreExceptionjava.security.cert 中的方法
abstract  Collection<? extends Certificate> CertStoreSpi.engineGetCertificates(CertSelector selector)
          返回与指定选择器匹配的 CertificateCollection
abstract  Collection<? extends CRL> CertStoreSpi.engineGetCRLs(CRLSelector selector)
          返回与指定选择器匹配的 CRLCollection
 Collection<? extends Certificate> CertStore.getCertificates(CertSelector selector)
          返回与指定选择器匹配的 CertificateCollection
 Collection<? extends CRL> CertStore.getCRLs(CRLSelector selector)
          返回与指定选择器匹配的 CRLCollection
 


JavaTM 2 Platform
Standard Ed. 5.0

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

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