public enum ZrtpKeyAgreement extends java.lang.Enum<ZrtpKeyAgreement>
Enum Constant | Description |
---|---|
Dh2K |
|
Dh3K |
|
Ec25 |
|
Ec38 |
|
Ec52 |
|
Hqc1 |
|
Hqc2 |
|
Hqc3 |
|
Invalid |
|
K255 |
|
K255Hqc128 |
|
K255Kyb512 |
|
K255Kyb512Hqc128 |
|
K448 |
|
K448Hqc256 |
|
K448Kyb1024 |
|
K448Kyb1024Hqc256 |
|
Kyb1 |
|
Kyb2 |
|
Kyb3 |
|
X255 |
|
X448 |
|
Modifier and Type | Field | Description |
---|---|---|
protected int |
mValue |
Modifier and Type | Method | Description |
---|---|---|
static ZrtpKeyAgreement |
fromInt(int value) |
|
protected static ZrtpKeyAgreement[] |
fromIntArray(int[] values) |
|
int |
toInt() |
|
protected static int[] |
toIntArray(ZrtpKeyAgreement[] values) |
|
static ZrtpKeyAgreement |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ZrtpKeyAgreement[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZrtpKeyAgreement Invalid
public static final ZrtpKeyAgreement Dh2K
public static final ZrtpKeyAgreement Dh3K
public static final ZrtpKeyAgreement Ec25
public static final ZrtpKeyAgreement Ec38
public static final ZrtpKeyAgreement Ec52
public static final ZrtpKeyAgreement X255
public static final ZrtpKeyAgreement X448
public static final ZrtpKeyAgreement K255
public static final ZrtpKeyAgreement K448
public static final ZrtpKeyAgreement Kyb1
public static final ZrtpKeyAgreement Kyb2
public static final ZrtpKeyAgreement Kyb3
public static final ZrtpKeyAgreement Hqc1
public static final ZrtpKeyAgreement Hqc2
public static final ZrtpKeyAgreement Hqc3
public static final ZrtpKeyAgreement K255Kyb512
public static final ZrtpKeyAgreement K255Hqc128
public static final ZrtpKeyAgreement K448Kyb1024
public static final ZrtpKeyAgreement K448Hqc256
public static final ZrtpKeyAgreement K255Kyb512Hqc128
public static final ZrtpKeyAgreement K448Kyb1024Hqc256
public static ZrtpKeyAgreement[] values()
for (ZrtpKeyAgreement c : ZrtpKeyAgreement.values()) System.out.println(c);
public static ZrtpKeyAgreement valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ZrtpKeyAgreement fromInt(int value) throws java.lang.RuntimeException
java.lang.RuntimeException
protected static ZrtpKeyAgreement[] fromIntArray(int[] values) throws java.lang.RuntimeException
java.lang.RuntimeException
protected static int[] toIntArray(ZrtpKeyAgreement[] values) throws java.lang.RuntimeException
java.lang.RuntimeException
public int toInt()