|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Information>
externalInformationPort.Information
public enum Information
Enumeration used to identify different types of information, that can be
received and/or provided using an ExternalInformationPort
component.
Information| Enum Constant Summary | |
|---|---|
INTER_MIX_IV
Initialization vector used to encrypt data between this mix and its predecessor. |
|
INTER_MIX_KEY
Key used to encrypt data between this mix and its predecessor. |
|
NEXT_MIX_ADDRESS
The next mix' address. |
|
NEXT_MIX_INFO_PORT
Port number the next mix' InformationProvider runs on. |
|
NOT_AVAILABLE
Indicates that the requested Information is not available. |
|
PUBLIC_KEY
This mix' public key. |
|
| Field Summary | |
|---|---|
private int |
identifier
Identifieing number for this Information (automatically
generated). |
| Method Summary | |
|---|---|
int |
getIdentifier()
Returns this Information's identifieing number. |
static Information |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Information[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Information PUBLIC_KEY
public static final Information INTER_MIX_KEY
public static final Information INTER_MIX_IV
public static final Information NEXT_MIX_ADDRESS
public static final Information NEXT_MIX_INFO_PORT
InformationProvider runs on.
public static final Information NOT_AVAILABLE
Information is not available.
| Field Detail |
|---|
private int identifier
Information (automatically
generated).
| Method Detail |
|---|
public static Information[] values()
for (Information c : Information.values()) System.out.println(c);
public static Information valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic int getIdentifier()
Information's identifieing number.
Information's identifieing number.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||