protected static enum LunaParametersECIES.LunaECIESType extends java.lang.Enum<LunaParametersECIES.LunaECIESType>
Enum Constant and Description |
---|
ECIES |
ECIES_EXT |
ECIES_EXT2 |
Modifier and Type | Method and Description |
---|---|
int |
getLevelCode() |
static LunaParametersECIES.LunaECIESType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LunaParametersECIES.LunaECIESType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LunaParametersECIES.LunaECIESType ECIES
public static final LunaParametersECIES.LunaECIESType ECIES_EXT
public static final LunaParametersECIES.LunaECIESType ECIES_EXT2
public static LunaParametersECIES.LunaECIESType[] values()
for (LunaParametersECIES.LunaECIESType c : LunaParametersECIES.LunaECIESType.values()) System.out.println(c);
public static LunaParametersECIES.LunaECIESType 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 int getLevelCode()
Copyright 2014-2018 SafeNet. All rights reserved.