接口的使用
org.springframework.boot.ssl.SslBundleKey
使用SslBundleKey的程序包
程序包
说明
Auto-configuration for SSL bundles.
Management of trust material that can be used to establish an SSL connection.
Support for embedded web servers.
-
org.springframework.boot.autoconfigure.ssl中SslBundleKey的使用
-
org.springframework.boot.ssl中SslBundleKey的使用
修饰符和类型方法说明SslBundle.getKey()
Return a reference to the key that should be used for this bundle orNONE
.static SslBundleKey
Factory method to create a newSslBundleKey
instance.static SslBundleKey
Factory method to create a newSslBundleKey
instance.参数类型为SslBundleKey的org.springframework.boot.ssl中的方法修饰符和类型方法说明static SslManagerBundle
SslManagerBundle.from
(SslStoreBundle storeBundle, SslBundleKey key) static SslBundle
SslBundle.of
(SslStoreBundle stores, SslBundleKey key) Factory method to create a newSslBundle
instance.static SslBundle
SslBundle.of
(SslStoreBundle stores, SslBundleKey key, SslOptions options) Factory method to create a newSslBundle
instance.static SslBundle
SslBundle.of
(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol) Factory method to create a newSslBundle
instance.static SslBundle
SslBundle.of
(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol, SslManagerBundle managers) Factory method to create a newSslBundle
instance. -
org.springframework.boot.web.server中SslBundleKey的使用