インタフェース
java.security.cert.CertStoreParametersの使用
CertStoreParametersを使用するパッケージ
-
java.security.certでのCertStoreParametersの使用
CertStoreParametersを実装しているjava.security.certのクラス修飾子と型クラス説明class
CollectionCertStore
アルゴリズムの入力で使用されるパラメータです。class
LDAPCertStore
アルゴリズムの入力で使用されるパラメータです。class
CertStore
アルゴリズムの入力として使用されるパラメータ。URIに含まれる情報を使用して証明書とCRLを取得します。型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のコンストラクタ修飾子コンストラクタ説明protected
CertStore(CertStoreSpi storeSpi, Provider provider, String type, CertStoreParameters params)
指定されたタイプのCertStore
オブジェクトを作成し、指定されたプロバイダの実装(SPIオブジェクト)をそこにカプセル化します。CertStoreSpi(CertStoreParameters params)
唯一のコンストラクタです。