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