|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個 下一個 | 框架 無框架 | |||||||||
| 使用 CRLSelector 的軟體套件 | |
|---|---|
| java.security.cert | 提供用於解析和管理證書、證書撤消列表 (CRL) 和證書路徑的類別和介面。 |
| java.security.cert 中 CRLSelector 的使用 |
|---|
| 實作 CRLSelector 的 java.security.cert 中的類別 | |
|---|---|
class |
X509CRLSelector
選擇與所有指定標準相比對的 X509CRL 的 CRLSelector。 |
| 參數型別為 CRLSelector 的 java.security.cert 中的方法 | |
|---|---|
abstract Collection<? extends CRL> |
CertStoreSpi.engineGetCRLs(CRLSelector selector)
返回與指定選擇器比對的 CRL 的 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。