Uses of Enum
software.amazon.awssdk.crt.io.TlsCipherPreference
Packages that use TlsCipherPreference
-
Uses of TlsCipherPreference in software.amazon.awssdk.crt.io
Fields in software.amazon.awssdk.crt.io declared as TlsCipherPreferenceModifier and TypeFieldDescriptionTlsContextOptions.tlsCipherPreferenceSets the TLS Cipher Preferences that can be negotiated and used during the TLS Connection.Methods in software.amazon.awssdk.crt.io that return TlsCipherPreferenceModifier and TypeMethodDescriptionTlsContext.getCipherPreference()Returns theTlsCipherPreferenceconfigured on this context.static TlsCipherPreferenceReturns 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 TlsCipherPreferenceModifier and TypeMethodDescriptionstatic 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 configurationTlsContextOptions.withCipherPreference(TlsCipherPreference cipherPref) Sets the ciphers that the TlsContext will be able to use