Uses of Class
ch.qos.logback.core.net.ssl.TrustManagerFactoryFactoryBean
Package
Description
Contains classes that create and configure a JSSE SSLContext needed
for secure transport of logging events by SSLSocketAppender.
-
Uses of TrustManagerFactoryFactoryBean in ch.qos.logback.core.net.ssl
Modifier and TypeMethodDescriptionSSLContextFactoryBean.getTrustManagerFactory()
Gets the trust manager factory configuration.Modifier and TypeMethodDescriptionvoid
SSLContextFactoryBean.setTrustManagerFactory
(TrustManagerFactoryFactoryBean trustManagerFactory) Sets the trust manager factory configuration.