| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private KeyStoreFactoryBean |
SSLContextFactoryBean.keyStore |
private KeyStoreFactoryBean |
SSLContextFactoryBean.trustStore |
| Modifier and Type | Method and Description |
|---|---|
KeyStoreFactoryBean |
SSLContextFactoryBean.getKeyStore()
Gets the key store configuration.
|
KeyStoreFactoryBean |
SSLContextFactoryBean.getTrustStore()
Gets the trust store configuration.
|
private KeyStoreFactoryBean |
SSLContextFactoryBean.keyStoreFromSystemProperties(java.lang.String property)
Constructs a key store factory bean using JSSE system properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SSLContextFactoryBean.setKeyStore(KeyStoreFactoryBean keyStore)
Sets the key store configuration.
|
void |
SSLContextFactoryBean.setTrustStore(KeyStoreFactoryBean trustStore)
Sets the trust store configuration.
|