Uses of Class
ch.qos.logback.core.net.ssl.KeyStoreFactoryBean
-
Packages that use KeyStoreFactoryBean Package Description ch.qos.logback.core.net.ssl 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 KeyStoreFactoryBean Modifier and Type Field Description private KeyStoreFactoryBeanSSLContextFactoryBean. keyStoreprivate KeyStoreFactoryBeanSSLContextFactoryBean. trustStoreMethods in ch.qos.logback.core.net.ssl that return KeyStoreFactoryBean Modifier and Type Method Description KeyStoreFactoryBeanSSLContextFactoryBean. getKeyStore()Gets the key store configuration.KeyStoreFactoryBeanSSLContextFactoryBean. getTrustStore()Gets the trust store configuration.private KeyStoreFactoryBeanSSLContextFactoryBean. keyStoreFromSystemProperties(java.lang.String property)Constructs a key store factory bean using JSSE system properties.Methods in ch.qos.logback.core.net.ssl with parameters of type KeyStoreFactoryBean Modifier and Type Method Description voidSSLContextFactoryBean. setKeyStore(KeyStoreFactoryBean keyStore)Sets the key store configuration.voidSSLContextFactoryBean. setTrustStore(KeyStoreFactoryBean trustStore)Sets the trust store configuration.
-