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