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.sslMethods in org.springframework.boot.autoconfigure.ssl that return SslBundleKey
- 
Uses of SslBundleKey in org.springframework.boot.sslFields in org.springframework.boot.ssl declared as SslBundleKeyModifier and TypeFieldDescriptionstatic final SslBundleKeySslBundleKey.NONESslBundleKeythat 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 orSslBundleKey.NONE.static SslBundleKeyFactory method to create a newSslBundleKeyinstance.static SslBundleKeyFactory method to create a newSslBundleKeyinstance.Methods in org.springframework.boot.ssl with parameters of type SslBundleKeyModifier and TypeMethodDescriptionstatic SslManagerBundleSslManagerBundle.from(@Nullable SslStoreBundle storeBundle, @Nullable SslBundleKey key) 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 SslBundleKey in org.springframework.boot.web.serverMethods in org.springframework.boot.web.server that return SslBundleKey