Package ch.qos.logback.core.net.ssl
Class SSLConfiguration
java.lang.Object
ch.qos.logback.core.net.ssl.SSLContextFactoryBean
ch.qos.logback.core.net.ssl.SSLConfiguration
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
A configuration for an
SSLContext
.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the SSL parameters configuration.void
setParameters
(SSLParametersConfiguration parameters) Deprecated.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()Deprecated.
-
-
Method Details
-
getParameters
Deprecated.Gets the SSL parameters configuration.- Returns:
- parameters configuration; if no parameters object was configured, a default parameters object is returned
-
setParameters
Deprecated.Sets the SSL parameters configuration.- Parameters:
parameters
- the parameters configuration to set
-