Uses of Interface
org.springframework.boot.ssl.SslManagerBundle
Packages that use 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
Methods in org.springframework.boot.autoconfigure.ssl that return SslManagerBundle -
Uses of SslManagerBundle in org.springframework.boot.ssl
Methods in org.springframework.boot.ssl that return SslManagerBundleModifier and TypeMethodDescriptionstatic SslManagerBundle
SslManagerBundle.from
(TrustManager... trustManagers) Factory method to create a newSslManagerBundle
using the givenTrustManagers
and the defaultKeyManagerFactory
.static SslManagerBundle
SslManagerBundle.from
(TrustManagerFactory trustManagerFactory) Factory method to create a newSslManagerBundle
using the givenTrustManagerFactory
and the defaultKeyManagerFactory
.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.Methods in org.springframework.boot.ssl with parameters of type SslManagerBundleModifier 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
Methods in org.springframework.boot.web.server that return SslManagerBundle