インターフェースの使用
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 SslManagerBundle
SslManagerBundle.from
(TrustManagerSE... trustManagers) static SslManagerBundle
SslManagerBundle.from
(TrustManagerFactorySE trustManagerFactory) static SslManagerBundle
SslManagerBundle.from
(SslStoreBundle storeBundle, SslBundleKey key) SslBundle.getManagers()
static SslManagerBundle
SslManagerBundle.of
(KeyManagerFactorySE keyManagerFactory, TrustManagerFactorySE trustManagerFactory) 新しいSslManagerBundle
インスタンスを作成するファクトリメソッド。型 SslManagerBundle のパラメーターを持つ org.springframework.boot.ssl のメソッド修飾子と型メソッド説明static SslBundle
SslBundle.of
(SslStoreBundle stores, SslBundleKey key, SslOptions options, StringSE protocol, SslManagerBundle managers) 新しいSslBundle
インスタンスを作成するファクトリメソッド。org.springframework.boot.web.server 内の SslManagerBundle 使用