Package org.springframework.boot.ssl
package org.springframework.boot.ssl
Management of trust material that can be used to establish an SSL connection.
-
ClassDescriptionDefault
SslBundleRegistry
implementation.Exception indicating that anSslBundle
was referenced with a name that does not match any registered bundle.A bundle of trust material that can be used to establish an SSL connection.A reference to a single key obtained viaSslBundle
.Interface that can be used to register anSslBundle
for a given name.A managed set ofSslBundle
instances that can be retrieved by name.A bundle of key and trust managers that can be used to establish an SSL connection.Configuration options that should be applied when establishing an SSL connection.A bundle of key and trust stores that can be used to establish an SSL connection.