Uses of Interface
org.springframework.boot.ssl.SslStoreBundle
Packages that use 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
Methods in org.springframework.boot.autoconfigure.ssl that return SslStoreBundle -
Uses of SslStoreBundle in org.springframework.boot.ssl
Fields in org.springframework.boot.ssl declared as SslStoreBundleModifier and TypeFieldDescriptionstatic final SslStoreBundle
SslStoreBundle.NONE
SslStoreBundle
that returnsnull
for each method.Methods in org.springframework.boot.ssl that return SslStoreBundleModifier 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.Methods in org.springframework.boot.ssl with parameters of type SslStoreBundleModifier 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
Classes in org.springframework.boot.ssl.jks that implement SslStoreBundle -
Uses of SslStoreBundle in org.springframework.boot.ssl.pem
Classes in org.springframework.boot.ssl.pem that implement SslStoreBundleModifier and TypeClassDescriptionclass
SslStoreBundle
backed by PEM-encoded certificates and private keys. -
Uses of SslStoreBundle in org.springframework.boot.web.server
Methods in org.springframework.boot.web.server that return SslStoreBundle