Package net.sourceforge.plantuml.argon2
Class Constants.Defaults
- java.lang.Object
-
- net.sourceforge.plantuml.argon2.Constants.Defaults
-
-
Field Summary
Fields Modifier and Type Field Description static int
ARGON2_VERSION_NUMBER
static boolean
ENCODED_ONLY
static int
LANES_DEF
static int
LOG_M_COST_DEF
static int
OUTLEN_DEF
static boolean
RAW_ONLY
static int
T_COST_DEF
static Argon2Type
TYPE_DEF
static int
VERSION_DEF
-
Constructor Summary
Constructors Constructor Description Defaults()
-
-
-
Field Detail
-
OUTLEN_DEF
public static final int OUTLEN_DEF
- See Also:
- Constant Field Values
-
T_COST_DEF
public static final int T_COST_DEF
- See Also:
- Constant Field Values
-
LOG_M_COST_DEF
public static final int LOG_M_COST_DEF
- See Also:
- Constant Field Values
-
LANES_DEF
public static final int LANES_DEF
- See Also:
- Constant Field Values
-
TYPE_DEF
public static final Argon2Type TYPE_DEF
-
VERSION_DEF
public static final int VERSION_DEF
- See Also:
- Constant Field Values
-
ARGON2_VERSION_NUMBER
public static final int ARGON2_VERSION_NUMBER
- See Also:
- Constant Field Values
-
ENCODED_ONLY
public static final boolean ENCODED_ONLY
- See Also:
- Constant Field Values
-
RAW_ONLY
public static final boolean RAW_ONLY
- See Also:
- Constant Field Values
-
-