Package net.sourceforge.plantuml.argon2
Class Constants.Constraints
- java.lang.Object
-
- net.sourceforge.plantuml.argon2.Constants.Constraints
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_AD_LENGTH
static int
MAX_ITERATIONS
static int
MAX_OUTLEN
static int
MAX_PARALLELISM
static int
MAX_PASSWORD_LEN
static int
MAX_PWD_LENGTH
static int
MAX_SALT_LENGTH
static int
MAX_SECRET_LENGTH
static int
MIN_ITERATIONS
static int
MIN_MEMORY
static int
MIN_OUTLEN
static int
MIN_PARALLELISM
static int
MIN_PWD_LENGTH
static int
MIN_SALT_LENGTH
-
Constructor Summary
Constructors Constructor Description Constraints()
-
-
-
Field Detail
-
MAX_PASSWORD_LEN
public static final int MAX_PASSWORD_LEN
- See Also:
- Constant Field Values
-
MIN_PARALLELISM
public static final int MIN_PARALLELISM
- See Also:
- Constant Field Values
-
MAX_PARALLELISM
public static final int MAX_PARALLELISM
- See Also:
- Constant Field Values
-
MIN_OUTLEN
public static final int MIN_OUTLEN
- See Also:
- Constant Field Values
-
MAX_OUTLEN
public static final int MAX_OUTLEN
- See Also:
- Constant Field Values
-
MIN_MEMORY
public static final int MIN_MEMORY
- See Also:
- Constant Field Values
-
MIN_ITERATIONS
public static final int MIN_ITERATIONS
- See Also:
- Constant Field Values
-
MAX_ITERATIONS
public static final int MAX_ITERATIONS
- See Also:
- Constant Field Values
-
MIN_PWD_LENGTH
public static final int MIN_PWD_LENGTH
- See Also:
- Constant Field Values
-
MAX_PWD_LENGTH
public static final int MAX_PWD_LENGTH
- See Also:
- Constant Field Values
-
MIN_SALT_LENGTH
public static final int MIN_SALT_LENGTH
- See Also:
- Constant Field Values
-
MAX_SALT_LENGTH
public static final int MAX_SALT_LENGTH
- See Also:
- Constant Field Values
-
MAX_SECRET_LENGTH
public static final int MAX_SECRET_LENGTH
- See Also:
- Constant Field Values
-
MAX_AD_LENGTH
public static final int MAX_AD_LENGTH
- See Also:
- Constant Field Values
-
-