public static enum DHOperations.KeyType extends Enum<DHOperations.KeyType>
Enum Constant and Description |
---|
authKeyChange |
privKeyChange |
Modifier and Type | Method and Description |
---|---|
static DHOperations.KeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DHOperations.KeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DHOperations.KeyType authKeyChange
public static final DHOperations.KeyType privKeyChange
public static DHOperations.KeyType[] values()
for (DHOperations.KeyType c : DHOperations.KeyType.values()) System.out.println(c);
public static DHOperations.KeyType 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 © 2020 SNMP4J.org. All rights reserved.