Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static TlsVersions |
TlsVersions.create(String key) |
static TlsVersions |
TlsVersions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TlsVersions[] |
TlsVersions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<TlsVersions> |
PostInstallationActionSettings.getDisabledTlsVersions()
The following post JRE installation actions are supported by the field: - Disable TLS 1.0 ,
TLS 1.1
|
Modifier and Type | Method and Description |
---|---|
PostInstallationActionSettings.Builder |
PostInstallationActionSettings.Builder.disabledTlsVersions(List<TlsVersions> disabledTlsVersions)
The following post JRE installation actions are supported by the field: - Disable TLS 1.0
, TLS 1.1
|
Constructor and Description |
---|
PostInstallationActionSettings(List<TlsVersions> disabledTlsVersions,
Boolean shouldReplaceCertificatesOperatingSystem,
MinimumKeySizeSettings minimumKeySizeSettings,
Boolean addLoggingHandler,
GlobalLoggingLevel globalLoggingLevel,
Proxies proxies)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.