public static enum ZrtpStateClass.ZrtpStates extends Enum<ZrtpStateClass.ZrtpStates>
| Enum Constant and Description |
|---|
AckDetected |
AckSent |
CommitSent |
Detect |
Initial |
numberOfStates |
SecureState |
WaitClearAck |
WaitCommit |
WaitConfAck |
WaitConfirm1 |
WaitConfirm2 |
WaitDHPart2 |
WaitErrorAck |
| Modifier and Type | Method and Description |
|---|---|
static ZrtpStateClass.ZrtpStates |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZrtpStateClass.ZrtpStates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZrtpStateClass.ZrtpStates Initial
public static final ZrtpStateClass.ZrtpStates Detect
public static final ZrtpStateClass.ZrtpStates AckDetected
public static final ZrtpStateClass.ZrtpStates AckSent
public static final ZrtpStateClass.ZrtpStates WaitCommit
public static final ZrtpStateClass.ZrtpStates CommitSent
public static final ZrtpStateClass.ZrtpStates WaitDHPart2
public static final ZrtpStateClass.ZrtpStates WaitConfirm1
public static final ZrtpStateClass.ZrtpStates WaitConfirm2
public static final ZrtpStateClass.ZrtpStates WaitConfAck
public static final ZrtpStateClass.ZrtpStates WaitClearAck
public static final ZrtpStateClass.ZrtpStates SecureState
public static final ZrtpStateClass.ZrtpStates WaitErrorAck
public static final ZrtpStateClass.ZrtpStates numberOfStates
public static ZrtpStateClass.ZrtpStates[] values()
for (ZrtpStateClass.ZrtpStates c : ZrtpStateClass.ZrtpStates.values()) System.out.println(c);
public static ZrtpStateClass.ZrtpStates 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.