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 SslStoreBundleSslStoreBundle.NONESslStoreBundlethat returnsnullfor each method.Methods in org.springframework.boot.ssl that return SslStoreBundleModifier and TypeMethodDescriptionSslBundle.getStores()Return theSslStoreBundlethat can be used to access this bundle's key and trust stores.static SslStoreBundleSslStoreBundle.of(@Nullable KeyStore keyStore, @Nullable String keyStorePassword, @Nullable KeyStore trustStore) Factory method to create a newSslStoreBundleinstance.Methods in org.springframework.boot.ssl with parameters of type SslStoreBundleModifier and TypeMethodDescriptionstatic SslManagerBundleSslManagerBundle.from(@Nullable SslStoreBundle storeBundle, @Nullable SslBundleKey key) static SslBundleSslBundle.of(@Nullable SslStoreBundle stores) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.of(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.of(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key, @Nullable SslOptions options) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.of(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key, @Nullable SslOptions options, @Nullable String protocol) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.of(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key, @Nullable SslOptions options, @Nullable String protocol, @Nullable SslManagerBundle managers) Factory method to create a newSslBundleinstance. -
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 TypeClassDescriptionclassSslStoreBundlebacked 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