|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 CertStoreParameters 的軟體套件 | |
---|---|
java.security.cert | 提供用於解析和管理證書、證書撤消列表 (CRL) 和證書路徑的類別和介面。 |
java.security.cert 中 CertStoreParameters 的使用 |
---|
實作 CertStoreParameters 的 java.security.cert 中的類別 | |
---|---|
class |
CollectionCertStoreParameters
用作 Collection CertStore 演算法輸入的參數。 |
class |
LDAPCertStoreParameters
用作 LDAP CertStore 演算法的輸入的參數。 |
返回 CertStoreParameters 的 java.security.cert 中的方法 | |
---|---|
CertStoreParameters |
CertStore.getCertStoreParameters()
返回初始化此 CertStore 所用的參數。 |
參數型別為 CertStoreParameters 的 java.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 物件。 |
參數型別為 CertStoreParameters 的 java.security.cert 中的建構子 | |
---|---|
CertStore(CertStoreSpi storeSpi,
Provider provider,
String type,
CertStoreParameters params)
創建一個給定型別的 CertStore 物件,並在其中封裝給定提供者實作(SPI 物件)。 |
|
CertStoreSpi(CertStoreParameters params)
唯一的建構子。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。