Uses of Package
ch.qos.logback.core.net.ssl
-
Packages that use ch.qos.logback.core.net.ssl Package Description ch.qos.logback.access.net ch.qos.logback.access.net.server Provides a robust appender that serves logging events to remote clientsch.qos.logback.classic.net Contains classes used to log through a networkch.qos.logback.classic.net.server Provides a robust logging serverch.qos.logback.core.net Contains the base classes used by logback to log to remote destinations.ch.qos.logback.core.net.server Contains the base classes used by logback to serve logging events to remote peers.ch.qos.logback.core.net.ssl Contains classes that create and configure a JSSE SSLContext needed for secure transport of logging events by SSLSocketAppender. -
Classes in ch.qos.logback.core.net.ssl used by ch.qos.logback.access.net Class Description SSLComponent A interface used to identify components that have an SSL configuration. -
Classes in ch.qos.logback.core.net.ssl used by ch.qos.logback.access.net.server Class Description SSLComponent A interface used to identify components that have an SSL configuration. -
Classes in ch.qos.logback.core.net.ssl used by ch.qos.logback.classic.net Class Description SSLComponent A interface used to identify components that have an SSL configuration.SSLConfiguration A configuration for anSSLContext
. -
Classes in ch.qos.logback.core.net.ssl used by ch.qos.logback.classic.net.server Class Description SSLComponent A interface used to identify components that have an SSL configuration.SSLConfiguration A configuration for anSSLContext
. -
Classes in ch.qos.logback.core.net.ssl used by ch.qos.logback.core.net Class Description SSLComponent A interface used to identify components that have an SSL configuration.SSLConfiguration A configuration for anSSLContext
. -
Classes in ch.qos.logback.core.net.ssl used by ch.qos.logback.core.net.server Class Description SSLComponent A interface used to identify components that have an SSL configuration.SSLConfiguration A configuration for anSSLContext
. -
Classes in ch.qos.logback.core.net.ssl used by ch.qos.logback.core.net.ssl Class Description KeyManagerFactoryFactoryBean A factory bean for a JSSEKeyManagerFactory
.KeyStoreFactoryBean A factory bean for a JCAKeyStore
.SecureRandomFactoryBean A factory bean for a JCASecureRandom
generator.SSLConfigurable An object that has configurable SSL parameters.SSLConfiguration A configuration for anSSLContext
.SSLContextFactoryBean A factory bean for a JSSESSLContext
.SSLParametersConfiguration A configuration of SSL parameters for anSSLEngine
.TrustManagerFactoryFactoryBean A factory bean for a JSSETrustManagerFactory
.