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