- java.lang.Object
-
- net.sourceforge.plantuml.argon2.Constants.Messages
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADDITIONAL_MAX_MSG
static String
M_MIN_MSG
static String
P_MAX_MSG
static String
P_MIN_MSG
static String
PWD_MAX_MSG
static String
PWD_MIN_MSG
static String
SALT_MAX_MSG
static String
SALT_MIN_MSG
static String
SECRET_MAX_MSG
static String
T_MAX_MSG
static String
T_MIN_MSG
-
Constructor Summary
Constructors Constructor Description Messages()
-
-
-
Field Detail
-
P_MIN_MSG
public static final String P_MIN_MSG
- See Also:
- Constant Field Values
-
P_MAX_MSG
public static final String P_MAX_MSG
- See Also:
- Constant Field Values
-
M_MIN_MSG
public static final String M_MIN_MSG
- See Also:
- Constant Field Values
-
T_MIN_MSG
public static final String T_MIN_MSG
- See Also:
- Constant Field Values
-
T_MAX_MSG
public static final String T_MAX_MSG
- See Also:
- Constant Field Values
-
PWD_MIN_MSG
public static final String PWD_MIN_MSG
- See Also:
- Constant Field Values
-
PWD_MAX_MSG
public static final String PWD_MAX_MSG
- See Also:
- Constant Field Values
-
SALT_MIN_MSG
public static final String SALT_MIN_MSG
- See Also:
- Constant Field Values
-
SALT_MAX_MSG
public static final String SALT_MAX_MSG
- See Also:
- Constant Field Values
-
SECRET_MAX_MSG
public static final String SECRET_MAX_MSG
- See Also:
- Constant Field Values
-
ADDITIONAL_MAX_MSG
public static final String ADDITIONAL_MAX_MSG
- See Also:
- Constant Field Values
-
-