Uses of Package
ch.qos.logback.core.net.ssl

Packages that use ch.qos.logback.core.net.ssl
ch.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.core.net
SSLComponent
          A interface used to identify components that have an SSL configuration.
SSLConfiguration
          A configuration for an SSLContext.
 

Classes in ch.qos.logback.core.net.ssl used by ch.qos.logback.core.net.server
SSLComponent
          A interface used to identify components that have an SSL configuration.
SSLConfiguration
          A configuration for an SSLContext.
 

Classes in ch.qos.logback.core.net.ssl used by ch.qos.logback.core.net.ssl
KeyManagerFactoryFactoryBean
          A factory bean for a JSSE KeyManagerFactory.
KeyStoreFactoryBean
          A factory bean for a JCA KeyStore.
SecureRandomFactoryBean
          A factory bean for a JCA SecureRandom generator.
SSLConfigurable
          An object that has configurable SSL parameters.
SSLConfiguration
          A configuration for an SSLContext.
SSLContextFactoryBean
          A factory bean for a JSSE SSLContext.
SSLParametersConfiguration
          A configuration of SSL parameters for an SSLEngine.
TrustManagerFactoryFactoryBean
          A factory bean for a JSSE TrustManagerFactory.
 



Copyright © 2005-2014 QOS.ch. All Rights Reserved.