java.lang.Object
ch.qos.logback.core.net.ssl.SSLContextFactoryBean
ch.qos.logback.core.net.ssl.SSLConfiguration
A configuration for an
SSLContext
.
- Author:
- Carl Harris
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the SSL parameters configuration.void
setParameters
(SSLParametersConfiguration parameters) Sets the SSL parameters configuration.Methods inherited from class ch.qos.logback.core.net.ssl.SSLContextFactoryBean
createContext, getKeyManagerFactory, getKeyStore, getProtocol, getProvider, getSecureRandom, getTrustManagerFactory, getTrustStore, setKeyManagerFactory, setKeyStore, setProtocol, setProvider, setSecureRandom, setTrustManagerFactory, setTrustStore
-
Constructor Details
-
SSLConfiguration
public SSLConfiguration()
-
-
Method Details
-
getParameters
Gets the SSL parameters configuration.- Returns:
- parameters configuration; if no parameters object was configured, a default parameters object is returned
-
setParameters
Sets the SSL parameters configuration.- Parameters:
parameters
- the parameters configuration to set
-