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 classConstants.Constraintsstatic classConstants.Defaultsstatic classConstants.Messages
-
Field Summary
Fields Modifier and Type Field Description static intARGON2_ADDRESSES_IN_BLOCKstatic intARGON2_BLOCK_SIZEstatic intARGON2_DEFAULT_FLAGSstatic intARGON2_PREHASH_DIGEST_LENGTHstatic intARGON2_PREHASH_SEED_LENGTHstatic intARGON2_QWORDS_IN_BLOCKstatic intARGON2_SYNC_POINTSstatic intARGON2_VERSION_10static intARGON2_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
-
-