インタフェース
java.security.cert.CertStoreParametersの使用
CertStoreParametersを使用するパッケージ
-
java.security.certでのCertStoreParametersの使用
CertStoreParametersを実装しているjava.security.certのクラス修飾子と型クラス説明classCollectionCertStoreアルゴリズムの入力で使用されるパラメータです。classLDAPCertStoreアルゴリズムの入力で使用されるパラメータです。classCertStoreアルゴリズムの入力として使用されるパラメータ。URIに含まれる情報を使用して証明書とCRLを取得します。型CertStoreParametersのパラメータを持つjava.security.certのメソッド修飾子と型メソッド説明static CertStoreCertStore.getInstance(String type, CertStoreParameters params)指定したCertStore型を実装し、指定したパラメータで初期化されるCertStoreを返します。static CertStoreCertStore.getInstance(String type, CertStoreParameters params, String provider)指定されたCertStoreタイプを実装するCertStoreオブジェクトを返します。static CertStoreCertStore.getInstance(String type, CertStoreParameters params, Provider provider)指定されたCertStoreタイプを実装するCertStoreオブジェクトを返します。型CertStoreParametersのパラメータを持つjava.security.certのコンストラクタ修飾子コンストラクタ説明protectedCertStore(CertStoreSpi storeSpi, Provider provider, String type, CertStoreParameters params)指定されたタイプのCertStoreオブジェクトを作成し、指定されたプロバイダの実装(SPIオブジェクト)をそこにカプセル化します。CertStoreSpi(CertStoreParameters params)唯一のコンストラクタです。