Class Argon2Constants


  • public final class Argon2Constants
    extends java.lang.Object
    Commonly used constants.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_SALT_LENGTH

        public static final int DEFAULT_SALT_LENGTH
        Salt length in bytes.
        See Also:
        Constant Field Values
      • DEFAULT_HASH_LENGTH

        public static final int DEFAULT_HASH_LENGTH
        Hash length in bytes.
        See Also:
        Constant Field Values