public static enum LunaECIESParameterSpec.KDF extends Enum<LunaECIESParameterSpec.KDF>
| Enum Constant and Description |
|---|
NULL |
RIPEMD160 |
RIPEMD160_NIST |
SHA1 |
SHA1_NIST |
SHA224 |
SHA224_NIST |
SHA256 |
SHA256_NIST |
SHA384 |
SHA384_NIST |
SHA512 |
SHA512_NIST |
| Modifier and Type | Method and Description |
|---|---|
static LunaECIESParameterSpec.KDF |
get(long code) |
long |
getCode() |
int |
getDefaultSize() |
static LunaECIESParameterSpec.KDF |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LunaECIESParameterSpec.KDF[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LunaECIESParameterSpec.KDF NULL
public static final LunaECIESParameterSpec.KDF SHA1
public static final LunaECIESParameterSpec.KDF SHA224
public static final LunaECIESParameterSpec.KDF SHA256
public static final LunaECIESParameterSpec.KDF SHA384
public static final LunaECIESParameterSpec.KDF SHA512
public static final LunaECIESParameterSpec.KDF RIPEMD160
public static final LunaECIESParameterSpec.KDF SHA1_NIST
public static final LunaECIESParameterSpec.KDF SHA224_NIST
public static final LunaECIESParameterSpec.KDF SHA256_NIST
public static final LunaECIESParameterSpec.KDF SHA384_NIST
public static final LunaECIESParameterSpec.KDF SHA512_NIST
public static final LunaECIESParameterSpec.KDF RIPEMD160_NIST
public static LunaECIESParameterSpec.KDF[] values()
for (LunaECIESParameterSpec.KDF c : LunaECIESParameterSpec.KDF.values()) System.out.println(c);
public static LunaECIESParameterSpec.KDF 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.KDF get(long code)
public int getDefaultSize()
Copyright 2014-2016 SafeNet Inc