インターフェースの使用
org.springframework.boot.ssl.SslManagerBundle
SslManagerBundle を使用するパッケージ
パッケージ
説明
SSL バンドルの自動構成。
SSL 接続の確立に使用できるトラストマテリアルの管理。
組み込み Web サーバーのサポート。
org.springframework.boot.autoconfigure.ssl 内の SslManagerBundle 使用
org.springframework.boot.ssl 内の SslManagerBundle 使用
SslManagerBundle を返す org.springframework.boot.ssl のメソッド修飾子と型メソッド説明static SslManagerBundleSslManagerBundle.from(SslStoreBundle storeBundle, SslBundleKey key) SslBundle.getManagers()static SslManagerBundleSslManagerBundle.of(KeyManagerFactorySE keyManagerFactory, TrustManagerFactorySE trustManagerFactory) 新しいSslManagerBundleインスタンスを作成するファクトリメソッド。型 SslManagerBundle のパラメーターを持つ org.springframework.boot.ssl のメソッド修飾子と型メソッド説明static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options, StringSE protocol, SslManagerBundle managers) 新しいSslBundleインスタンスを作成するファクトリメソッド。org.springframework.boot.web.server 内の SslManagerBundle 使用