Uses of Class
software.amazon.awssdk.crt.io.TlsCipherPreference
-
Packages that use TlsCipherPreference Package Description software.amazon.awssdk.crt.io -
-
Uses of TlsCipherPreference in software.amazon.awssdk.crt.io
Fields in software.amazon.awssdk.crt.io declared as TlsCipherPreference Modifier and Type Field Description TlsCipherPreferenceTlsContextOptions. tlsCipherPreferenceSets the TLS Cipher Preferences that can be negotiated and used during the TLS Connection.Methods in software.amazon.awssdk.crt.io that return TlsCipherPreference Modifier and Type Method Description static TlsCipherPreferenceTlsCipherPreference. valueOf(String name)Returns the enum constant of this type with the specified name.static TlsCipherPreference[]TlsCipherPreference. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.io with parameters of type TlsCipherPreference Modifier and Type Method Description static booleanTlsContextOptions. isCipherPreferenceSupported(TlsCipherPreference cipherPref)Returns whether or not the current platform can be configured to a specific TlsCipherPreference.voidTlsContextOptions. setCipherPreference(TlsCipherPreference cipherPref)Sets the TLS cipher preferences to use in contexts using this configurationTlsContextOptionsTlsContextOptions. withCipherPreference(TlsCipherPreference cipherPref)Sets the ciphers that the TlsContext will be able to use
-