接口的使用
org.springframework.boot.ssl.SslManagerBundle
使用SslManagerBundle的程序包
程序包
说明
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中SslManagerBundle的使用
-
org.springframework.boot.ssl中SslManagerBundle的使用
修饰符和类型方法说明static SslManagerBundle
SslManagerBundle.from
(SslStoreBundle storeBundle, SslBundleKey key) SslBundle.getManagers()
static SslManagerBundle
SslManagerBundle.of
(KeyManagerFactory keyManagerFactory, TrustManagerFactory trustManagerFactory) Factory method to create a newSslManagerBundle
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中SslManagerBundle的使用