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