インターフェースの使用
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()このバンドルまたはSslBundleKey.NONEに使用するキーへの参照を返します。static SslBundleKey新しいSslBundleKeyインスタンスを作成するファクトリメソッド。static SslBundleKey新しいSslBundleKeyインスタンスを作成するファクトリメソッド。型 SslBundleKey のパラメーターを持つ org.springframework.boot.ssl のメソッド修飾子と型メソッド説明static SslManagerBundleSslManagerBundle.from(@Nullable SslStoreBundle storeBundle, @Nullable SslBundleKey key) static SslBundleSslBundle.of(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key) 新しいSslBundleインスタンスを作成するファクトリメソッド。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 内の SslBundleKey 使用