Package | Description |
---|---|
software.amazon.awssdk.crt.io |
Modifier and Type | Field and Description |
---|---|
TlsCipherPreference |
TlsContextOptions.tlsCipherPreference
Sets the TLS Cipher Preferences that can be negotiated and used during the
TLS Connection.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
TlsContextOptions |
TlsContextOptions.withCipherPreference(TlsCipherPreference cipherPref)
Sets the ciphers that the TlsContext will be able to use
|
Copyright © 2020. All rights reserved.