-
public final class Auth.Checker extends BaseChecker
-
-
Method Summary
Modifier and Type Method Description static voidcheckTag(Array<byte> tag)static voidcheckKey(Array<byte> key)static voidcheckHMACSha256Tag(Array<byte> tag)static voidcheckHMACSha256Key(Array<byte> key)static voidcheckHMACSha512Tag(Array<byte> tag)static voidcheckHMACSha512Key(Array<byte> key)static voidcheckHMACSha512256Tag(Array<byte> tag)static voidcheckHMACSha512256Key(Array<byte> key)-
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
-
-
Method Detail
-
checkHMACSha256Tag
static void checkHMACSha256Tag(Array<byte> tag)
-
checkHMACSha256Key
static void checkHMACSha256Key(Array<byte> key)
-
checkHMACSha512Tag
static void checkHMACSha512Tag(Array<byte> tag)
-
checkHMACSha512Key
static void checkHMACSha512Key(Array<byte> key)
-
checkHMACSha512256Tag
static void checkHMACSha512256Tag(Array<byte> tag)
-
checkHMACSha512256Key
static void checkHMACSha512256Key(Array<byte> key)
-
-
-
-