| 
JavaTM 2 Platform Standard Ed. 6  | 
|||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 CertStoreException 的软件包 | |
|---|---|
| java.security.cert | 提供用于解析和管理证书、证书撤消列表 (CRL) 和证书路径的类和接口。 | 
| java.security.cert 中 CertStoreException 的使用 | 
|---|
| 抛出 CertStoreException 的 java.security.cert 中的方法 | |
|---|---|
abstract  Collection<? extends Certificate> | 
CertStoreSpi.engineGetCertificates(CertSelector selector)
返回与指定选择器匹配的 Certificate 的 Collection。 | 
abstract  Collection<? extends CRL> | 
CertStoreSpi.engineGetCRLs(CRLSelector selector)
返回与指定选择器匹配的 CRL 的 Collection。 | 
 Collection<? extends Certificate> | 
CertStore.getCertificates(CertSelector selector)
返回与指定选择器匹配的 Certificate 的 Collection。 | 
 Collection<? extends CRL> | 
CertStore.getCRLs(CRLSelector selector)
返回与指定选择器匹配的 CRL 的 Collection。 | 
  | 
JavaTM 2 Platform Standard Ed. 6  | 
|||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。