public enum SrtpSuite extends java.lang.Enum<SrtpSuite>
Enum Constant | Description |
---|---|
AEADAES128GCM |
|
AEADAES256GCM |
|
AES192CMHMACSHA132 |
|
AES192CMHMACSHA180 |
|
AES256CMHMACSHA132 |
|
AES256CMHMACSHA180 |
|
AESCM128HMACSHA132 |
|
AESCM128HMACSHA180 |
|
Invalid |
|
Modifier and Type | Field | Description |
---|---|---|
protected int |
mValue |
Modifier and Type | Method | Description |
---|---|---|
static SrtpSuite |
fromInt(int value) |
|
protected static SrtpSuite[] |
fromIntArray(int[] values) |
|
int |
toInt() |
|
protected static int[] |
toIntArray(SrtpSuite[] values) |
|
static SrtpSuite |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SrtpSuite[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SrtpSuite AESCM128HMACSHA180
public static final SrtpSuite AESCM128HMACSHA132
public static final SrtpSuite AES192CMHMACSHA180
public static final SrtpSuite AES192CMHMACSHA132
public static final SrtpSuite AES256CMHMACSHA180
public static final SrtpSuite AES256CMHMACSHA132
public static final SrtpSuite AEADAES128GCM
public static final SrtpSuite AEADAES256GCM
public static final SrtpSuite Invalid
public static SrtpSuite[] values()
for (SrtpSuite c : SrtpSuite.values()) System.out.println(c);
public static SrtpSuite 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 SrtpSuite fromInt(int value) throws java.lang.RuntimeException
java.lang.RuntimeException
protected static SrtpSuite[] fromIntArray(int[] values) throws java.lang.RuntimeException
java.lang.RuntimeException
protected static int[] toIntArray(SrtpSuite[] values) throws java.lang.RuntimeException
java.lang.RuntimeException
public int toInt()