インターフェースの使用
org.springframework.boot.ssl.SslStoreBundle
SslStoreBundle を使用するパッケージ
パッケージ
説明
SSL バンドルの自動構成。
SSL 接続の確立に使用できるトラストマテリアルの管理。
Java KeyStores の SSL トラストマテリアルプロバイダー。
PEM でエンコードされた証明書の SSL トラストマテリアルプロバイダー。
組み込み Web サーバーのサポート。
org.springframework.boot.autoconfigure.ssl 内の SslStoreBundle 使用
org.springframework.boot.ssl 内の SslStoreBundle 使用
SslStoreBundle として宣言されている org.springframework.boot.ssl のフィールドSslStoreBundle を返す org.springframework.boot.ssl のメソッド修飾子と型メソッド説明SslBundle.getStores()このバンドルのキーストアとトラストストアにアクセスするために使用できるSslStoreBundleを返します。static SslStoreBundleSslStoreBundle.of(@Nullable KeyStoreSE keyStore, @Nullable StringSE keyStorePassword, @Nullable KeyStoreSE trustStore) 新しいSslStoreBundleインスタンスを作成するファクトリメソッド。型 SslStoreBundle のパラメーターを持つ org.springframework.boot.ssl のメソッド修飾子と型メソッド説明static SslManagerBundleSslManagerBundle.from(@Nullable SslStoreBundle storeBundle, @Nullable SslBundleKey key) static SslBundleSslBundle.of(@Nullable SslStoreBundle stores) 新しいSslBundleインスタンスを作成するファクトリメソッド。static SslBundleSslBundle.of(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key) 新しいSslBundleインスタンスを作成するファクトリメソッド。static SslBundleSslBundle.of(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key, @Nullable SslOptions options) 新しいSslBundleインスタンスを作成するファクトリメソッド。static SslBundleSslBundle.of(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key, @Nullable SslOptions options, @Nullable StringSE protocol) 新しいSslBundleインスタンスを作成するファクトリメソッド。static SslBundleSslBundle.of(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key, @Nullable SslOptions options, @Nullable StringSE protocol, @Nullable SslManagerBundle managers) 新しいSslBundleインスタンスを作成するファクトリメソッド。org.springframework.boot.ssl.jks 内の SslStoreBundle 使用
SslStoreBundle を実装している org.springframework.boot.ssl.jks のクラスorg.springframework.boot.ssl.pem 内の SslStoreBundle 使用
SslStoreBundle を実装している org.springframework.boot.ssl.pem のクラスorg.springframework.boot.web.server 内の SslStoreBundle 使用