接口的使用
org.springframework.boot.ssl.SslOptions
使用SslOptions的程序包
程序包
说明
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中SslOptions的使用
-
org.springframework.boot.ssl中SslOptions的使用
修饰符和类型方法说明SslBundle.getOptions()
ReturnSslOptions
that should be applied when establishing the SSL connection.static SslOptions
Factory method to create a newSslOptions
instance.static SslOptions
Factory method to create a newSslOptions
instance.参数类型为SslOptions的org.springframework.boot.ssl中的方法修饰符和类型方法说明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中SslOptions的使用