public static enum PolicyConfig.CipherGroup extends Enum<PolicyConfig.CipherGroup> implements BmcEnum
The set cipher group for the configured TLS protocol. This sets the configuration for the TLS
connections between clients and edge nodes only. - DEFAULT: Cipher group supports TLS
1.0, TLS 1.1, TLS 1.2, TLS 1.3 protocols. It has the following ciphers enabled: ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:!DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA
Enum Constant and Description |
---|
Default |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static PolicyConfig.CipherGroup |
create(String key) |
String |
getValue() |
static PolicyConfig.CipherGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyConfig.CipherGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyConfig.CipherGroup Default
public static final PolicyConfig.CipherGroup UnknownEnumValue
public static PolicyConfig.CipherGroup[] values()
for (PolicyConfig.CipherGroup c : PolicyConfig.CipherGroup.values()) System.out.println(c);
public static PolicyConfig.CipherGroup valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static PolicyConfig.CipherGroup create(String key)
Copyright © 2016–2024. All rights reserved.