protected static enum DhParameter.DhParameterField extends Enum<DhParameter.DhParameterField> implements EnumType
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static DhParameter.DhParameterField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DhParameter.DhParameterField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DhParameter.DhParameterField P
public static final DhParameter.DhParameterField G
public static final DhParameter.DhParameterField Q
public static DhParameter.DhParameterField[] values()
for (DhParameter.DhParameterField c : DhParameter.DhParameterField.values()) System.out.println(c);
public static DhParameter.DhParameterField 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 © 2014–2022 The Apache Software Foundation. All rights reserved.