Uses of Interface
org.springframework.boot.ssl.SslBundleKey
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 SslBundleKey in org.springframework.boot.autoconfigure.ssl
-
Uses of SslBundleKey in org.springframework.boot.ssl
Modifier and TypeFieldDescriptionstatic final SslBundleKey
SslBundleKey.NONE
SslBundleKey
that returns no values.Modifier and TypeMethodDescriptionSslBundle.getKey()
Return a reference to the key that should be used for this bundle orNONE
.static SslBundleKey
Factory method to create a newSslBundleKey
instance.static SslBundleKey
Factory method to create a newSslBundleKey
instance.Modifier and TypeMethodDescriptionstatic SslManagerBundle
SslManagerBundle.from
(SslStoreBundle storeBundle, SslBundleKey key) static SslBundle
SslBundle.of
(SslStoreBundle stores, SslBundleKey key) Factory method to create a newSslBundle
instance.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. -
Uses of SslBundleKey in org.springframework.boot.web.server