JavaTM 2
Platform
Std. Ed. v1.4.0

インタフェース
java.security.cert.CertStoreParameters の使用

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, String provider)
          指定したプロバイダが提供し、指定したパラメータで初期化される、指定した CertStore を実装する CertStore オブジェクトを返します。
static CertStore CertStore.getInstance(String type, CertStoreParameters params, Provider provider)
          指定したプロバイダが提供し、指定したパラメータで初期化される、指定した CertStore を実装する CertStore オブジェクトを返します。
 

CertStoreParameters 型のパラメータを持つ java.security.cert のコンストラクタ
CertStoreSpi(CertStoreParameters params)
          唯一のコンストラクタです。
CertStore(CertStoreSpi storeSpi, Provider provider, String type, CertStoreParameters params)
          指定された型の CertStore オブジェクトを作成し、指定されたプロバイダの実装 (SPI オブジェクト) をそこにカプセル化します。
 


JavaTM 2
Platform
Std. Ed. v1.4.0

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.