@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-25T18:29:08.145Z") public enum TLSSecurityPolicy extends java.lang.Enum<TLSSecurityPolicy>
Enum Constant and Description |
---|
TLS_1_0
Cipher suite TLS 1.0.
|
TLS_1_2
Cipher suite TLS 1.2.
|
Modifier and Type | Method and Description |
---|---|
static TLSSecurityPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TLSSecurityPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TLSSecurityPolicy TLS_1_0
public static final TLSSecurityPolicy TLS_1_2
public static TLSSecurityPolicy[] values()
for (TLSSecurityPolicy c : TLSSecurityPolicy.values()) System.out.println(c);
public static TLSSecurityPolicy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null