public final class DhGroup extends ExpandableStringEnum<DhGroup>
Modifier and Type | Field and Description |
---|---|
static DhGroup |
DHGROUP1
Static value DHGroup1 for DhGroup.
|
static DhGroup |
DHGROUP14
Static value DHGroup14 for DhGroup.
|
static DhGroup |
DHGROUP2
Static value DHGroup2 for DhGroup.
|
static DhGroup |
DHGROUP2048
Static value DHGroup2048 for DhGroup.
|
static DhGroup |
DHGROUP24
Static value DHGroup24 for DhGroup.
|
static DhGroup |
ECP256
Static value ECP256 for DhGroup.
|
static DhGroup |
ECP384
Static value ECP384 for DhGroup.
|
static DhGroup |
NONE
Static value None for DhGroup.
|
Constructor and Description |
---|
DhGroup() |
Modifier and Type | Method and Description |
---|---|
static DhGroup |
fromString(String name)
Creates or finds a DhGroup from its string representation.
|
static Collection<DhGroup> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final DhGroup NONE
public static final DhGroup DHGROUP1
public static final DhGroup DHGROUP2
public static final DhGroup DHGROUP14
public static final DhGroup DHGROUP2048
public static final DhGroup ECP256
public static final DhGroup ECP384
public static final DhGroup DHGROUP24
public static DhGroup fromString(String name)
name
- a name to look forpublic static Collection<DhGroup> values()
Copyright © 2019. All rights reserved.