|
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。