public enum ChapMode extends Enum<ChapMode>
Enum Constant and Description |
---|
MD5 |
MS_CHAP_LM |
MS_CHAP_NT |
MS_CHAP_V2 |
Modifier and Type | Method and Description |
---|---|
static ChapMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChapMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChapMode MD5
public static final ChapMode MS_CHAP_LM
public static final ChapMode MS_CHAP_NT
public static final ChapMode MS_CHAP_V2
public static ChapMode[] values()
for (ChapMode c : ChapMode.values()) System.out.println(c);
public static ChapMode 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 © 2022 KOBIL Systems GmbH. All rights reserved.