public enum DHGroupResponse extends Enum<DHGroupResponse>
Modifier and Type | Method and Description |
---|---|
static DHGroupResponse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DHGroupResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DHGroupResponse DH2
public static final DHGroupResponse DH5
public static final DHGroupResponse DH14
public static final DHGroupResponse DH15
public static final DHGroupResponse DH16
public static DHGroupResponse[] values()
for (DHGroupResponse c : DHGroupResponse.values()) System.out.println(c);
public static DHGroupResponse 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 nullCopyright © 2019 iland Internet Solutions, Corp. All rights reserved.