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 StringDEFAULT_KEYSTORE_PASSWORDDeprecated.Default key store passphrasestatic StringDEFAULT_KEYSTORE_TYPEDeprecated.Default key store typestatic StringDEFAULT_PROTOCOLDeprecated.Default secure transport protocolstatic StringDEFAULT_SECURE_RANDOM_ALGORITHMDeprecated.Default secure random generator algorithm
-
-
-
Field Detail
-
DEFAULT_PROTOCOL
static final String DEFAULT_PROTOCOL
Deprecated.Default secure transport protocol- See Also:
- Constant Field Values
-
DEFAULT_KEYSTORE_TYPE
static final String DEFAULT_KEYSTORE_TYPE
Deprecated.Default key store type- See Also:
- Constant Field Values
-
DEFAULT_KEYSTORE_PASSWORD
static final String DEFAULT_KEYSTORE_PASSWORD
Deprecated.Default key store passphrase- See Also:
- Constant Field Values
-
DEFAULT_SECURE_RANDOM_ALGORITHM
static final String DEFAULT_SECURE_RANDOM_ALGORITHM
Deprecated.Default secure random generator algorithm- See Also:
- Constant Field Values
-
-