public static enum ZrtpCodes.WarningCodes extends Enum<ZrtpCodes.WarningCodes>
| Enum Constant and Description |
|---|
WarningCRCmismatch |
WarningDHAESmismatch |
WarningDHShort |
WarningGoClearReceived |
WarningNoExpectedRSMatch |
WarningNoRSMatch |
WarningSRTPauthError |
WarningSRTPreplayError |
| Modifier and Type | Method and Description |
|---|---|
static ZrtpCodes.WarningCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZrtpCodes.WarningCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZrtpCodes.WarningCodes WarningDHAESmismatch
public static final ZrtpCodes.WarningCodes WarningGoClearReceived
public static final ZrtpCodes.WarningCodes WarningDHShort
public static final ZrtpCodes.WarningCodes WarningNoRSMatch
public static final ZrtpCodes.WarningCodes WarningCRCmismatch
public static final ZrtpCodes.WarningCodes WarningSRTPauthError
public static final ZrtpCodes.WarningCodes WarningSRTPreplayError
public static final ZrtpCodes.WarningCodes WarningNoExpectedRSMatch
public static ZrtpCodes.WarningCodes[] values()
for (ZrtpCodes.WarningCodes c : ZrtpCodes.WarningCodes.values()) System.out.println(c);
public static ZrtpCodes.WarningCodes 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.