Uses of Interface
org.springframework.boot.ssl.SslOptions
Packages that use 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
Methods in org.springframework.boot.autoconfigure.ssl that return SslOptions -
Uses of SslOptions in org.springframework.boot.ssl
Fields in org.springframework.boot.ssl declared as SslOptionsModifier and TypeFieldDescriptionstatic final SslOptions
SslOptions.NONE
SslOptions
that returnsnull
results.Methods in org.springframework.boot.ssl that return SslOptionsModifier 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.Methods in org.springframework.boot.ssl with parameters of type SslOptionsModifier 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
Methods in org.springframework.boot.web.server that return SslOptions