Package ch.qos.logback.core.net.ssl
Interface SSL
-
@Deprecated(since="2022-01-27") public interface SSL
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.Various constants used by the SSL implementation.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_KEYSTORE_PASSWORD
Deprecated.Default key store passphrasestatic java.lang.String
DEFAULT_KEYSTORE_TYPE
Deprecated.Default key store typestatic java.lang.String
DEFAULT_PROTOCOL
Deprecated.Default secure transport protocolstatic java.lang.String
DEFAULT_SECURE_RANDOM_ALGORITHM
Deprecated.Default secure random generator algorithm
-
-
-
Field Detail
-
DEFAULT_PROTOCOL
static final java.lang.String DEFAULT_PROTOCOL
Deprecated.Default secure transport protocol- See Also:
- Constant Field Values
-
DEFAULT_KEYSTORE_TYPE
static final java.lang.String DEFAULT_KEYSTORE_TYPE
Deprecated.Default key store type- See Also:
- Constant Field Values
-
DEFAULT_KEYSTORE_PASSWORD
static final java.lang.String DEFAULT_KEYSTORE_PASSWORD
Deprecated.Default key store passphrase- See Also:
- Constant Field Values
-
DEFAULT_SECURE_RANDOM_ALGORITHM
static final java.lang.String DEFAULT_SECURE_RANDOM_ALGORITHM
Deprecated.Default secure random generator algorithm- See Also:
- Constant Field Values
-
-