Uses of Interface
org.springframework.boot.ssl.SslBundleKey
Packages that use 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
Methods in org.springframework.boot.autoconfigure.ssl that return SslBundleKey -
Uses of SslBundleKey in org.springframework.boot.ssl
Fields in org.springframework.boot.ssl declared as SslBundleKeyModifier and TypeFieldDescriptionstatic final SslBundleKey
SslBundleKey.NONE
SslBundleKey
that returns no values.Methods in org.springframework.boot.ssl that return SslBundleKeyModifier 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.Methods in org.springframework.boot.ssl with parameters of type SslBundleKeyModifier 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
Methods in org.springframework.boot.web.server that return SslBundleKey