DhGroup Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. DhGroup
- com.
- com.
public final class DhGroup
extends ExpandableStringEnum<DhGroup>
The DH Groups used in IKE Phase 1 for initial SA.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Dh |
DHGROUP1
Static value DHGroup1 for Dh |
static final
Dh |
DHGROUP14
Static value DHGroup14 for Dh |
static final
Dh |
DHGROUP2
Static value DHGroup2 for Dh |
static final
Dh |
DHGROUP2048
Static value DHGroup2048 for Dh |
static final
Dh |
DHGROUP24
Static value DHGroup24 for Dh |
static final
Dh |
ECP256
Static value ECP256 for Dh |
static final
Dh |
ECP384
Static value ECP384 for Dh |
static final
Dh |
NONE
Static value None for Dh |
Constructor Summary
Constructor | Description |
---|---|
DhGroup() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Dh |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Dh |
fromString(String name)
Creates or finds a Dh |
static
Collection<Dh |
values()
Gets known Dh |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DHGROUP1
public static final DhGroup DHGROUP1
Static value DHGroup1 for DhGroup.
DHGROUP14
public static final DhGroup DHGROUP14
Static value DHGroup14 for DhGroup.
DHGROUP2
public static final DhGroup DHGROUP2
Static value DHGroup2 for DhGroup.
DHGROUP2048
public static final DhGroup DHGROUP2048
Static value DHGroup2048 for DhGroup.
DHGROUP24
public static final DhGroup DHGROUP24
Static value DHGroup24 for DhGroup.
ECP256
public static final DhGroup ECP256
Static value ECP256 for DhGroup.
ECP384
public static final DhGroup ECP384
Static value ECP384 for DhGroup.
NONE
public static final DhGroup NONE
Static value None for DhGroup.
Constructor Details
DhGroup
@Deprecated
public DhGroup()
Deprecated
Creates a new instance of DhGroup value.
Method Details
fromString
public static DhGroup fromString(String name)
Creates or finds a DhGroup from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DhGroup values.
Returns:
Applies to
Azure SDK for Java