Uses of Interface
org.springframework.boot.ssl.SslManagerBundle
Package
Description
Auto-configuration for SSL bundles.
Management of trust material that can be used to establish an SSL connection.
Support for embedded web servers.
-
Uses of SslManagerBundle in org.springframework.boot.autoconfigure.ssl
-
Uses of SslManagerBundle in org.springframework.boot.ssl
Modifier and TypeMethodDescriptionstatic SslManagerBundle
SslManagerBundle.from
(SslStoreBundle storeBundle, SslBundleKey key) SslBundle.getManagers()
static SslManagerBundle
SslManagerBundle.of
(KeyManagerFactory keyManagerFactory, TrustManagerFactory trustManagerFactory) Factory method to create a newSslManagerBundle
instance.Modifier and TypeMethodDescriptionstatic SslBundle
SslBundle.of
(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol, SslManagerBundle managers) Factory method to create a newSslBundle
instance. -
Uses of SslManagerBundle in org.springframework.boot.web.server