Class PwHash.Checker

java.lang.Object
com.goterl.lazysodium.utils.BaseChecker
com.goterl.lazysodium.interfaces.PwHash.Checker
Enclosing interface:
PwHash

public static final class PwHash.Checker extends BaseChecker
  • Method Details

    • checkLengthOfHash

      public static void checkLengthOfHash(int lengthOfHash)
    • checkHashStrOutput

      public static void checkHashStrOutput(byte[] outputStr)
    • checkPassword

      public static void checkPassword(byte[] password)
    • checkLengthOfPassword

      public static void checkLengthOfPassword(int lengthOfPassword)
    • checkSalt

      public static void checkSalt(byte[] salt)
    • checkOpsLimit

      public static void checkOpsLimit(long opsLimit)
    • checkMemLimit

      public static void checkMemLimit(com.sun.jna.NativeLong memLimit)
    • checkHashStrInput

      public static void checkHashStrInput(byte[] hashStrBytes)