public static enum Argon2Factory.Argon2Types extends java.lang.Enum<Argon2Factory.Argon2Types>
| Enum Constant and Description |
|---|
ARGON2d
Argon2d.
|
ARGON2i
Argon2i.
|
ARGON2id
Argon2id
|
| Modifier and Type | Method and Description |
|---|---|
Argon2_type |
getJnaType() |
static Argon2Factory.Argon2Types |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Argon2Factory.Argon2Types[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Argon2Factory.Argon2Types ARGON2i
public static final Argon2Factory.Argon2Types ARGON2d
public static final Argon2Factory.Argon2Types ARGON2id
public static Argon2Factory.Argon2Types[] values()
for (Argon2Factory.Argon2Types c : Argon2Factory.Argon2Types.values()) System.out.println(c);
public static Argon2Factory.Argon2Types 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 Argon2_type getJnaType()