public static enum PhaseTwoConfigDetails.PfsDhGroup extends Enum<PhaseTwoConfigDetails.PfsDhGroup> implements BmcEnum
The Diffie-Hellman group used for PFS, if PFS is enabled.
Enum Constant and Description |
---|
Group14 |
Group19 |
Group2 |
Group20 |
Group24 |
Group5 |
Modifier and Type | Method and Description |
---|---|
static PhaseTwoConfigDetails.PfsDhGroup |
create(String key) |
String |
getValue() |
static PhaseTwoConfigDetails.PfsDhGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhaseTwoConfigDetails.PfsDhGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhaseTwoConfigDetails.PfsDhGroup Group2
public static final PhaseTwoConfigDetails.PfsDhGroup Group5
public static final PhaseTwoConfigDetails.PfsDhGroup Group14
public static final PhaseTwoConfigDetails.PfsDhGroup Group19
public static final PhaseTwoConfigDetails.PfsDhGroup Group20
public static final PhaseTwoConfigDetails.PfsDhGroup Group24
public static PhaseTwoConfigDetails.PfsDhGroup[] values()
for (PhaseTwoConfigDetails.PfsDhGroup c : PhaseTwoConfigDetails.PfsDhGroup.values()) System.out.println(c);
public static PhaseTwoConfigDetails.PfsDhGroup 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 PhaseTwoConfigDetails.PfsDhGroup create(String key)
Copyright © 2016–2024. All rights reserved.