public static enum ZrtpCodes.ZrtpErrorCodes extends Enum<ZrtpCodes.ZrtpErrorCodes>
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static ZrtpCodes.ZrtpErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZrtpCodes.ZrtpErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZrtpCodes.ZrtpErrorCodes MalformedPacket
public static final ZrtpCodes.ZrtpErrorCodes CriticalSWError
public static final ZrtpCodes.ZrtpErrorCodes UnsuppZRTPVersion
public static final ZrtpCodes.ZrtpErrorCodes HelloCompMismatch
public static final ZrtpCodes.ZrtpErrorCodes UnsuppHashType
public static final ZrtpCodes.ZrtpErrorCodes UnsuppCiphertype
public static final ZrtpCodes.ZrtpErrorCodes UnsuppPKExchange
public static final ZrtpCodes.ZrtpErrorCodes UnsuppSRTPAuthTag
public static final ZrtpCodes.ZrtpErrorCodes UnsuppSASScheme
public static final ZrtpCodes.ZrtpErrorCodes NoSharedSecret
public static final ZrtpCodes.ZrtpErrorCodes DHErrorWrongPV
public static final ZrtpCodes.ZrtpErrorCodes DHErrorWrongHVI
public static final ZrtpCodes.ZrtpErrorCodes SASuntrustedMiTM
public static final ZrtpCodes.ZrtpErrorCodes ConfirmHMACWrong
public static final ZrtpCodes.ZrtpErrorCodes NonceReused
public static final ZrtpCodes.ZrtpErrorCodes EqualZIDHello
public static final ZrtpCodes.ZrtpErrorCodes GoClearNotAllowed
public static final ZrtpCodes.ZrtpErrorCodes IgnorePacket
public static ZrtpCodes.ZrtpErrorCodes[] values()
for (ZrtpCodes.ZrtpErrorCodes c : ZrtpCodes.ZrtpErrorCodes.values()) System.out.println(c);
public static ZrtpCodes.ZrtpErrorCodes 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.