Uses of Class
ch.qos.logback.core.net.ssl.KeyStoreFactoryBean
Packages that use 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
Fields in ch.qos.logback.core.net.ssl declared as KeyStoreFactoryBeanModifier and TypeFieldDescriptionprivate KeyStoreFactoryBean
SSLContextFactoryBean.keyStore
private KeyStoreFactoryBean
SSLContextFactoryBean.trustStore
Methods in ch.qos.logback.core.net.ssl that return KeyStoreFactoryBeanModifier and TypeMethodDescriptionSSLContextFactoryBean.getKeyStore()
Gets the key store configuration.SSLContextFactoryBean.getTrustStore()
Gets the trust store configuration.private KeyStoreFactoryBean
SSLContextFactoryBean.keyStoreFromSystemProperties
(String property) Constructs a key store factory bean using JSSE system properties.Methods in ch.qos.logback.core.net.ssl with parameters of type KeyStoreFactoryBeanModifier and TypeMethodDescriptionvoid
SSLContextFactoryBean.setKeyStore
(KeyStoreFactoryBean keyStore) Sets the key store configuration.void
SSLContextFactoryBean.setTrustStore
(KeyStoreFactoryBean trustStore) Sets the trust store configuration.