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