Uses of Class
com.oracle.bmc.jms.model.TlsVersions
-
Packages that use TlsVersions Package Description com.oracle.bmc.jms.model -
-
Uses of TlsVersions in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return TlsVersions Modifier and Type Method 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.Methods in com.oracle.bmc.jms.model that return types with arguments of type TlsVersions Modifier and Type Method Description List<TlsVersions>
PostInstallationActionSettings. getDisabledTlsVersions()
The following post JRE installation actions are supported by the field: - Disable TLS 1.0 , TLS 1.1Method parameters in com.oracle.bmc.jms.model with type arguments of type TlsVersions Modifier and Type Method 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.1Constructor parameters in com.oracle.bmc.jms.model with type arguments of type TlsVersions Constructor Description PostInstallationActionSettings(List<TlsVersions> disabledTlsVersions, Boolean shouldReplaceCertificatesOperatingSystem, MinimumKeySizeSettings minimumKeySizeSettings, Boolean addLoggingHandler, GlobalLoggingLevel globalLoggingLevel, Proxies proxies)
Deprecated.
-