インターフェースの使用
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(KeyStoreSE keyStore, StringSE keyStorePassword, KeyStoreSE trustStore) 新しいSslStoreBundleインスタンスを作成するファクトリメソッド。型 SslStoreBundle のパラメーターを持つ org.springframework.boot.ssl のメソッド修飾子と型メソッド説明static SslManagerBundleSslManagerBundle.from(SslStoreBundle storeBundle, SslBundleKey key) static SslBundleSslBundle.of(SslStoreBundle stores) 新しいSslBundleインスタンスを作成するファクトリメソッド。static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key) 新しいSslBundleインスタンスを作成するファクトリメソッド。static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options) 新しいSslBundleインスタンスを作成するファクトリメソッド。static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options, StringSE protocol) 新しいSslBundleインスタンスを作成するファクトリメソッド。static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options, StringSE protocol, 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 使用