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 |
---|---|
SSLParametersConfiguration |
SSLConfiguration.getParameters()
Gets the SSL parameters configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
SSLConfiguration.setParameters(SSLParametersConfiguration parameters)
Sets the SSL parameters configuration.
|
Constructor and Description |
---|
ConfigurableSSLServerSocketFactory(SSLParametersConfiguration parameters,
javax.net.ssl.SSLServerSocketFactory delegate)
Creates a new factory.
|
ConfigurableSSLSocketFactory(SSLParametersConfiguration parameters,
javax.net.ssl.SSLSocketFactory delegate)
Creates a new factory.
|