public enum IntroductionPointKeyword extends Enum<IntroductionPointKeyword>
| Enum Constant and Description |
|---|
INTRO_AUTHENTICATION |
INTRODUCTION_POINT |
IP_ADDRESS |
ONION_KEY |
ONION_PORT |
SERVICE_AUTHENTICATION |
SERVICE_KEY |
UNKNOWN_KEYWORD |
| Modifier and Type | Method and Description |
|---|---|
static IntroductionPointKeyword |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntroductionPointKeyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntroductionPointKeyword SERVICE_AUTHENTICATION
public static final IntroductionPointKeyword INTRODUCTION_POINT
public static final IntroductionPointKeyword IP_ADDRESS
public static final IntroductionPointKeyword ONION_PORT
public static final IntroductionPointKeyword ONION_KEY
public static final IntroductionPointKeyword SERVICE_KEY
public static final IntroductionPointKeyword INTRO_AUTHENTICATION
public static final IntroductionPointKeyword UNKNOWN_KEYWORD
public static IntroductionPointKeyword[] values()
for (IntroductionPointKeyword c : IntroductionPointKeyword.values()) System.out.println(c);
public static IntroductionPointKeyword 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 © 2015. All rights reserved.