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
SslStoreBundle.of
(@Nullable KeyStore keyStore, @Nullable String keyStorePassword, @Nullable KeyStore trustStore) Factory method to create a newSslStoreBundle
instance.Methods in org.springframework.boot.ssl with parameters of type SslStoreBundleModifier and TypeMethodDescriptionstatic SslManagerBundle
SslManagerBundle.from
(@Nullable SslStoreBundle storeBundle, @Nullable SslBundleKey key) static SslBundle
SslBundle.of
(@Nullable SslStoreBundle stores) Factory method to create a newSslBundle
instance.static SslBundle
SslBundle.of
(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key) Factory method to create a newSslBundle
instance.static SslBundle
SslBundle.of
(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key, @Nullable SslOptions options) Factory method to create a newSslBundle
instance.static SslBundle
SslBundle.of
(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key, @Nullable SslOptions options, @Nullable String protocol) Factory method to create a newSslBundle
instance.static SslBundle
SslBundle.of
(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key, @Nullable SslOptions options, @Nullable String protocol, @Nullable 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