JavaTM 2 Platform
Standard Ed. 6

類別 java.security.cert.CertStore
的使用

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

java.security.certCertStore 的使用
 

返回 CertStorejava.security.cert 中的方法
static CertStore CertStore.getInstance(String type, CertStoreParameters params)
          返回一個實作指定 CertStore 型別,並已使用指定參數初始化的 CertStore 物件。
static CertStore CertStore.getInstance(String type, CertStoreParameters params, Provider provider)
          返回一個實作指定 CertStore 型別的 CertStore 物件。
static CertStore CertStore.getInstance(String type, CertStoreParameters params, String provider)
          返回一個實作指定 CertStore 型別的 CertStore 物件。
 

返回變數型別為 CertStore 的型別的 java.security.cert 中的方法
 List<CertStore> PKIXParameters.getCertStores()
          返回用於尋找證書和 CRL 的不可變 CertStore List
 

參數型別為 CertStorejava.security.cert 中的方法
 void PKIXParameters.addCertStore(CertStore store)
          將 CertStore 添加到尋找證書和 CRL 所使用的 CertStore 列表末尾。
 

型別變數型別為 CertStorejava.security.cert 中的方法參數
 void PKIXParameters.setCertStores(List<CertStore> stores)
          設置在尋找證書和 CRL 時所使用的 CertStore 列表。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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