接口的使用
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()ReturnSslOptionsthat should be applied when establishing the SSL connection.static SslOptionsFactory method to create a newSslOptionsinstance.static SslOptionsFactory method to create a newSslOptionsinstance.参数类型为SslOptions的org.springframework.boot.ssl中的方法修饰符和类型方法说明static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol, SslManagerBundle managers) Factory method to create a newSslBundleinstance. -
org.springframework.boot.web.server中SslOptions的使用