public static enum LunaECIESParameterSpec.DH_PRIMITIVE extends Enum<LunaECIESParameterSpec.DH_PRIMITIVE>
| Modifier and Type | Method and Description |
|---|---|
static LunaECIESParameterSpec.DH_PRIMITIVE |
get(long code) |
long |
getCode() |
static LunaECIESParameterSpec.DH_PRIMITIVE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LunaECIESParameterSpec.DH_PRIMITIVE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LunaECIESParameterSpec.DH_PRIMITIVE ECDH
public static final LunaECIESParameterSpec.DH_PRIMITIVE ECDHC
public static LunaECIESParameterSpec.DH_PRIMITIVE[] values()
for (LunaECIESParameterSpec.DH_PRIMITIVE c : LunaECIESParameterSpec.DH_PRIMITIVE.values()) System.out.println(c);
public static LunaECIESParameterSpec.DH_PRIMITIVE 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 nullpublic long getCode()
public static LunaECIESParameterSpec.DH_PRIMITIVE get(long code)
Copyright 2014-2016 SafeNet Inc