Package 

Class PwHash.Checker

    • Method Summary

      Modifier and Type Method Description
      static void checkLengthOfHash(int lengthOfHash)
      static void checkHashStrOutput(Array<byte> outputStr)
      static void checkPassword(Array<byte> password)
      static void checkLengthOfPassword(int lengthOfPassword)
      static void checkSalt(Array<byte> salt)
      static void checkOpsLimit(long opsLimit)
      static void checkMemLimit(NativeLong memLimit)
      static void checkHashStrInput(Array<byte> hashStrBytes)
      • Methods inherited from class com.goterl.lazysodium.utils.BaseChecker

        checkArrayLength, checkAtLeast, checkBetween, checkBetween, checkEqual, checkExpectedMemorySize, checkOptionalArrayLength, checkOptionalOutPointer, checkOptionalOutPointer, correctLen, isBetween, requireNonNull
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait