JavaTM 2 Platform
Standard Ed. 6

介面 java.security.cert.CRLSelector
的使用

使用 CRLSelector 的軟體套件
java.security.cert 提供用於解析和管理證書、證書撤消列表 (CRL) 和證書路徑的類別和介面。 
 

java.security.certCRLSelector 的使用
 

實作 CRLSelectorjava.security.cert 中的類別
 class X509CRLSelector
          選擇與所有指定標準相比對的 X509CRLCRLSelector
 

參數型別為 CRLSelectorjava.security.cert 中的方法
abstract  Collection<? extends CRL> CertStoreSpi.engineGetCRLs(CRLSelector selector)
          返回與指定選擇器比對的 CRLCollection
 Collection<? extends CRL> CertStore.getCRLs(CRLSelector selector)
          返回與指定選擇器比對的 CRLCollection
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only