Package net.sourceforge.plantuml.argon2
Class Constants
- java.lang.Object
-
- net.sourceforge.plantuml.argon2.Constants
-
public class Constants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Constants.Constraints
static class
Constants.Defaults
static class
Constants.Messages
-
Field Summary
Fields Modifier and Type Field Description static int
ARGON2_ADDRESSES_IN_BLOCK
static int
ARGON2_BLOCK_SIZE
static int
ARGON2_DEFAULT_FLAGS
static int
ARGON2_PREHASH_DIGEST_LENGTH
static int
ARGON2_PREHASH_SEED_LENGTH
static int
ARGON2_QWORDS_IN_BLOCK
static int
ARGON2_SYNC_POINTS
static int
ARGON2_VERSION_10
static int
ARGON2_VERSION_13
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
ARGON2_BLOCK_SIZE
public static final int ARGON2_BLOCK_SIZE
- See Also:
- Constant Field Values
-
ARGON2_QWORDS_IN_BLOCK
public static final int ARGON2_QWORDS_IN_BLOCK
- See Also:
- Constant Field Values
-
ARGON2_ADDRESSES_IN_BLOCK
public static final int ARGON2_ADDRESSES_IN_BLOCK
- See Also:
- Constant Field Values
-
ARGON2_PREHASH_DIGEST_LENGTH
public static final int ARGON2_PREHASH_DIGEST_LENGTH
- See Also:
- Constant Field Values
-
ARGON2_PREHASH_SEED_LENGTH
public static final int ARGON2_PREHASH_SEED_LENGTH
- See Also:
- Constant Field Values
-
ARGON2_SYNC_POINTS
public static final int ARGON2_SYNC_POINTS
- See Also:
- Constant Field Values
-
ARGON2_DEFAULT_FLAGS
public static final int ARGON2_DEFAULT_FLAGS
- See Also:
- Constant Field Values
-
ARGON2_VERSION_10
public static final int ARGON2_VERSION_10
- See Also:
- Constant Field Values
-
ARGON2_VERSION_13
public static final int ARGON2_VERSION_13
- See Also:
- Constant Field Values
-
-