public static enum LunaECIESParameterSpec.DH_PRIMITIVE extends java.lang.Enum<LunaECIESParameterSpec.DH_PRIMITIVE>
Modifier and Type | Method and Description |
---|---|
static LunaECIESParameterSpec.DH_PRIMITIVE |
get(long code) |
long |
getCode() |
static LunaECIESParameterSpec.DH_PRIMITIVE |
valueOf(java.lang.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(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 long getCode()
public static LunaECIESParameterSpec.DH_PRIMITIVE get(long code)
Copyright 2014-2018 SafeNet. All rights reserved.