Class Auth.Checker

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

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

    • checkTag

      public static void checkTag(byte[] tag)
    • checkKey

      public static void checkKey(byte[] key)
    • checkHMACSha256Tag

      public static void checkHMACSha256Tag(byte[] tag)
    • checkHMACSha256Key

      public static void checkHMACSha256Key(byte[] key)
    • checkHMACSha512Tag

      public static void checkHMACSha512Tag(byte[] tag)
    • checkHMACSha512Key

      public static void checkHMACSha512Key(byte[] key)
    • checkHMACSha512256Tag

      public static void checkHMACSha512256Tag(byte[] tag)
    • checkHMACSha512256Key

      public static void checkHMACSha512256Key(byte[] key)