Uses of Class
ch.qos.logback.core.net.ssl.KeyStoreFactoryBean
Package
Description
Contains classes that create and configure a JSSE SSLContext needed
for secure transport of logging events by SSLSocketAppender.
-
Uses of KeyStoreFactoryBean in ch.qos.logback.core.net.ssl
Modifier and TypeMethodDescriptionSSLContextFactoryBean.getKeyStore()
Gets the key store configuration.SSLContextFactoryBean.getTrustStore()
Gets the trust store configuration.Modifier and TypeMethodDescriptionvoid
SSLContextFactoryBean.setKeyStore
(KeyStoreFactoryBean keyStore) Sets the key store configuration.void
SSLContextFactoryBean.setTrustStore
(KeyStoreFactoryBean trustStore) Sets the trust store configuration.