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(since="2022-01-27") public class SSLConfiguration extends SSLContextFactoryBean
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.A configuration for anSSLContext
.
-
-
Constructor Summary
Constructors Constructor Description SSLConfiguration()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SSLParametersConfiguration
getParameters()
Deprecated.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
-
-
-
-
Method Detail
-
getParameters
public SSLParametersConfiguration getParameters()
Deprecated.Gets the SSL parameters configuration.- Returns:
- parameters configuration; if no parameters object was configured, a default parameters object is returned
-
setParameters
public void setParameters(SSLParametersConfiguration parameters)
Deprecated.Sets the SSL parameters configuration.- Parameters:
parameters
- the parameters configuration to set
-
-