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 TlsCipherPreference
TlsContextOptions. tlsCipherPreference
Sets 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 TlsCipherPreference
TlsCipherPreference. 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 boolean
TlsContextOptions. isCipherPreferenceSupported(TlsCipherPreference cipherPref)
Returns whether or not the current platform can be configured to a specific TlsCipherPreference.void
TlsContextOptions. setCipherPreference(TlsCipherPreference cipherPref)
Sets the TLS cipher preferences to use in contexts using this configurationTlsContextOptions
TlsContextOptions. withCipherPreference(TlsCipherPreference cipherPref)
Sets the ciphers that the TlsContext will be able to use
-