public static enum ZrtpConstants.SupportedAuthLengths extends Enum<ZrtpConstants.SupportedAuthLengths>
| Modifier and Type | Field and Description |
|---|---|
ZrtpConstants.SupportedAuthAlgos |
algo |
int |
length |
byte[] |
name |
| Modifier and Type | Method and Description |
|---|---|
static ZrtpConstants.SupportedAuthLengths |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZrtpConstants.SupportedAuthLengths[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZrtpConstants.SupportedAuthLengths SK32
public static final ZrtpConstants.SupportedAuthLengths HS32
public static final ZrtpConstants.SupportedAuthLengths SK64
public static final ZrtpConstants.SupportedAuthLengths HS80
public final byte[] name
public final ZrtpConstants.SupportedAuthAlgos algo
public final int length
public static ZrtpConstants.SupportedAuthLengths[] values()
for (ZrtpConstants.SupportedAuthLengths c : ZrtpConstants.SupportedAuthLengths.values()) System.out.println(c);
public static ZrtpConstants.SupportedAuthLengths 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.