インターフェースの使用
org.springframework.boot.ssl.SslOptions
SslOptions を使用するパッケージ
パッケージ
説明
SSL バンドルの自動構成。
SSL 接続の確立に使用できるトラストマテリアルの管理。
組み込み Web サーバーのサポート。
org.springframework.boot.autoconfigure.ssl 内の SslOptions 使用
org.springframework.boot.ssl 内の SslOptions 使用
SslOptions として宣言されている org.springframework.boot.ssl のフィールドSslOptions を返す org.springframework.boot.ssl のメソッド修飾子と型メソッド説明SslBundle.getOptions()SSL 接続を確立するときに適用されるSslOptionsを返します。static SslOptions新しいSslOptionsインスタンスを作成するファクトリメソッド。static SslOptions新しいSslOptionsインスタンスを作成するファクトリメソッド。型 SslOptions のパラメーターを持つ org.springframework.boot.ssl のメソッド修飾子と型メソッド説明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.web.server 内の SslOptions 使用