public static enum ZrtpCodes.InfoCodes extends Enum<ZrtpCodes.InfoCodes>
| Enum Constant and Description |
|---|
InfoCommitDHGenerated |
InfoDH1DHGenerated |
InfoHelloReceived |
InfoInitConf1Received |
InfoInitDH1Received |
InfoRespCommitReceived |
InfoRespConf2Received |
InfoRespDH2Received |
InfoRSMatchFound |
InfoSecureStateOff |
InfoSecureStateOn |
| Modifier and Type | Method and Description |
|---|---|
static ZrtpCodes.InfoCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZrtpCodes.InfoCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZrtpCodes.InfoCodes InfoHelloReceived
public static final ZrtpCodes.InfoCodes InfoCommitDHGenerated
public static final ZrtpCodes.InfoCodes InfoRespCommitReceived
public static final ZrtpCodes.InfoCodes InfoDH1DHGenerated
public static final ZrtpCodes.InfoCodes InfoInitDH1Received
public static final ZrtpCodes.InfoCodes InfoRespDH2Received
public static final ZrtpCodes.InfoCodes InfoInitConf1Received
public static final ZrtpCodes.InfoCodes InfoRespConf2Received
public static final ZrtpCodes.InfoCodes InfoRSMatchFound
public static final ZrtpCodes.InfoCodes InfoSecureStateOn
public static final ZrtpCodes.InfoCodes InfoSecureStateOff
public static ZrtpCodes.InfoCodes[] values()
for (ZrtpCodes.InfoCodes c : ZrtpCodes.InfoCodes.values()) System.out.println(c);
public static ZrtpCodes.InfoCodes 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. All rights reserved.