JavaTM 2 Platform
Standard Ed. 6

類別 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. 6

提交錯誤或意見

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