Uses of Interface
org.springframework.boot.ssl.SslOptions
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 SslOptions in org.springframework.boot.autoconfigure.ssl
-
Uses of SslOptions in org.springframework.boot.ssl
Modifier and TypeFieldDescriptionstatic final SslOptions
SslOptions.NONE
SslOptions
that returnsnull
results.Modifier and TypeMethodDescriptionSslBundle.getOptions()
ReturnSslOptions
that should be applied when establishing the SSL connection.static SslOptions
Factory method to create a newSslOptions
instance.static SslOptions
Factory method to create a newSslOptions
instance.Modifier and TypeMethodDescriptionstatic 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 SslOptions in org.springframework.boot.web.server