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 | Method and Description |
---|---|
KeyStoreFactoryBean |
SSLContextFactoryBean.getKeyStore()
Gets the key store configuration.
|
KeyStoreFactoryBean |
SSLContextFactoryBean.getTrustStore()
Gets the trust store configuration.
|
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.
|
Copyright © 2005–2016 QOS.ch. All rights reserved.