public static enum ZrtpCodes.SevereCodes extends Enum<ZrtpCodes.SevereCodes>
| Enum Constant and Description |
|---|
SevereCannotSend |
SevereCommitHMACFailed |
SevereDH1HMACFailed |
SevereDH2HMACFailed |
SevereHelloHMACFailed |
SevereNoTimer |
SevereProtocolError |
SevereSecurityException |
SevereTooMuchRetries |
| Modifier and Type | Method and Description |
|---|---|
static ZrtpCodes.SevereCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZrtpCodes.SevereCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZrtpCodes.SevereCodes SevereHelloHMACFailed
public static final ZrtpCodes.SevereCodes SevereCommitHMACFailed
public static final ZrtpCodes.SevereCodes SevereDH1HMACFailed
public static final ZrtpCodes.SevereCodes SevereDH2HMACFailed
public static final ZrtpCodes.SevereCodes SevereCannotSend
public static final ZrtpCodes.SevereCodes SevereProtocolError
public static final ZrtpCodes.SevereCodes SevereNoTimer
public static final ZrtpCodes.SevereCodes SevereTooMuchRetries
public static final ZrtpCodes.SevereCodes SevereSecurityException
public static ZrtpCodes.SevereCodes[] values()
for (ZrtpCodes.SevereCodes c : ZrtpCodes.SevereCodes.values()) System.out.println(c);
public static ZrtpCodes.SevereCodes 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.