インターフェース SslStoreBundle
- すべての既知の実装クラス:
JksSslStoreBundle, PemSslStoreBundle
public interface SslStoreBundle
SSL 接続の確立に使用できるキーとトラストストアのバンドル。
- 導入:
- 3.1.0
- 作成者:
- Scott Frederick
- 関連事項:
フィールドのサマリー
フィールドメソッドのサマリー
修飾子と型メソッド説明@Nullable KeyStoreSEトラストマテリアルまたはnullから生成されたキーストアを返します。@Nullable StringSEキーストアまたはnull内のキーのパスワードを返します。@Nullable KeyStoreSEトラストマテリアルまたはnullから生成されたトラストストアを返します。static SslStoreBundleof(@Nullable KeyStoreSE keyStore, @Nullable StringSE keyStorePassword, @Nullable KeyStoreSE trustStore) 新しいSslStoreBundleインスタンスを作成するファクトリメソッド。
フィールドの詳細
NONE
メソッドごとにnullを返すSslStoreBundle。
メソッドの詳細
getKeyStore
getKeyStorePassword
getTrustStore
of
static SslStoreBundle of(@Nullable KeyStoreSE keyStore, @Nullable StringSE keyStorePassword, @Nullable KeyStoreSE trustStore) 新しいSslStoreBundleインスタンスを作成するファクトリメソッド。- パラメーター:
keyStore- キーストアまたはnullkeyStorePassword- キーストアのパスワードまたはnulltrustStore- トラストストアまたはnull- 戻り値:
- 新しい
SslStoreBundleインスタンス