public final class DhGroup extends Object
| 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.
|
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 DhGroup(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/