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