Package | Description |
---|---|
software.amazon.awssdk.crt.io |
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)
Sets the TLS Cipher Preferences that can be negotiated and used during the TLS Connection.
|
TlsContextOptions |
TlsContextOptions.withCipherPreference(TlsCipherPreference cipherPref)
.with() methods
|
Copyright © 2019. All rights reserved.