Uses of Interface
org.springframework.boot.ssl.SslStoreBundle
Package
Description
Auto-configuration for SSL bundles.
Management of trust material that can be used to establish an SSL connection.
SSL trust material provider for Java KeyStores.
SSL trust material provider for PEM-encoded certificates.
Support for embedded web servers.
-
Uses of SslStoreBundle in org.springframework.boot.autoconfigure.ssl
-
Uses of SslStoreBundle in org.springframework.boot.ssl
Modifier and TypeFieldDescriptionstatic final SslStoreBundle
SslStoreBundle.NONE
SslStoreBundle
that returnsnull
for each method.Modifier and TypeMethodDescriptionSslBundle.getStores()
Return theSslStoreBundle
that can be used to access this bundle's key and trust stores.static SslStoreBundle
Factory method to create a newSslStoreBundle
instance.Modifier and TypeMethodDescriptionstatic SslManagerBundle
SslManagerBundle.from
(SslStoreBundle storeBundle, SslBundleKey key) static SslBundle
SslBundle.of
(SslStoreBundle stores) Factory method to create a newSslBundle
instance.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 SslStoreBundle in org.springframework.boot.ssl.jks
-
Uses of SslStoreBundle in org.springframework.boot.ssl.pem
Modifier and TypeClassDescriptionclass
SslStoreBundle
backed by PEM-encoded certificates and private keys. -
Uses of SslStoreBundle in org.springframework.boot.web.server