public static enum AsconEngine.AsconParameters extends java.lang.Enum<AsconEngine.AsconParameters>
Modifier and Type | Method and Description |
---|---|
static AsconEngine.AsconParameters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AsconEngine.AsconParameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsconEngine.AsconParameters ascon80pq
public static final AsconEngine.AsconParameters ascon128a
public static final AsconEngine.AsconParameters ascon128
public static AsconEngine.AsconParameters[] values()
for (AsconEngine.AsconParameters c : AsconEngine.AsconParameters.values()) System.out.println(c);
public static AsconEngine.AsconParameters 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 null