Uses of Package
org.springframework.boot.ssl
Packages that use org.springframework.boot.ssl
Package
Description
Auto-configuration for RabbitMQ.
Auto-configuration for Cassandra.
Auto-configuration for Couchbase.
Auto-configuration for Spring Data Redis.
Auto-configuration for Elasticsearch client.
Auto-configuration for Apache Kafka.
Auto-configuration for MongoDB.
Auto-configuration for SSL bundles.
Auto-configuration for web clients.
Auto-configuration for Spring Framework's functional web client.
Classes related to the auto-configuration of a reactive web server.
Classes related to the auto-configuration of a servlet web server.
Service connection support for Docker Compose.
Client-side HTTP support classes.
Support for providing information about an application.
Reactor Netty based RSocket server implementation.
Support for RSocket servers.
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.
General support for service connections in tests.
Web client utilities.
Support for embedded web servers.
Reactive web server implementation backed by Netty.
Reactive and servlet web server implementations backed by Tomcat.
Reactive and servlet web server implementations backed by Undertow.
Web Services client utilities.
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.autoconfigure.amqpClassDescriptionA bundle of trust material that can be used to establish an SSL connection.A managed set of
SslBundle
instances that can be retrieved by name. -
Classes in org.springframework.boot.ssl used by org.springframework.boot.autoconfigure.cassandraClassDescriptionA bundle of trust material that can be used to establish an SSL connection.
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.autoconfigure.couchbaseClassDescriptionA bundle of trust material that can be used to establish an SSL connection.
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.autoconfigure.data.redisClassDescriptionA bundle of trust material that can be used to establish an SSL connection.
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.autoconfigure.elasticsearchClassDescriptionA bundle of trust material that can be used to establish an SSL connection.
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.autoconfigure.kafkaClassDescriptionA bundle of trust material that can be used to establish an SSL connection.A managed set of
SslBundle
instances that can be retrieved by name. -
Classes in org.springframework.boot.ssl used by org.springframework.boot.autoconfigure.mongoClassDescriptionA bundle of trust material that can be used to establish an SSL connection.A managed set of
SslBundle
instances that can be retrieved by name. -
Classes in org.springframework.boot.ssl used by org.springframework.boot.autoconfigure.sslClassDescriptionA bundle of trust material that can be used to establish an SSL connection.A reference to a single key obtained via
SslBundle
.Interface that can be used to register anSslBundle
for a given 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. -
Classes in org.springframework.boot.ssl used by org.springframework.boot.autoconfigure.web.clientClassDescriptionException indicating that an
SslBundle
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. -
Classes in org.springframework.boot.ssl used by org.springframework.boot.autoconfigure.web.reactive.function.clientClassDescriptionException indicating that an
SslBundle
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. -
-
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.docker.compose.service.connectionClassDescriptionA bundle of trust material that can be used to establish an SSL connection.
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.http.clientClassDescriptionA bundle of trust material that can be used to establish an SSL connection.
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.info
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.rsocket.nettyClassDescriptionA bundle of trust material that can be used to establish an SSL connection.A managed set of
SslBundle
instances that can be retrieved by name. -
Classes in org.springframework.boot.ssl used by org.springframework.boot.rsocket.server
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.sslClassDescriptionException indicating that an
SslBundle
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. -
Classes in org.springframework.boot.ssl used by org.springframework.boot.ssl.jksClassDescriptionA bundle of key and trust stores that can be used to establish an SSL connection.
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.ssl.pemClassDescriptionA bundle of key and trust stores that can be used to establish an SSL connection.
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.testcontainers.service.connectionClassDescriptionA bundle of trust material that can be used to establish an SSL connection.
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.web.clientClassDescriptionA bundle of trust material that can be used to establish an SSL connection.
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.web.serverClassDescriptionException indicating that an
SslBundle
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
.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. -
Classes in org.springframework.boot.ssl used by org.springframework.boot.web.server.reactive.nettyClassDescriptionA bundle of trust material that can be used to establish an SSL connection.
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.web.server.tomcatClassDescriptionA bundle of trust material that can be used to establish an SSL connection.
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.web.server.undertowClassDescriptionA bundle of trust material that can be used to establish an SSL connection.
-
Classes in org.springframework.boot.ssl used by org.springframework.boot.webservices.clientClassDescriptionA bundle of trust material that can be used to establish an SSL connection.