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