-
public final class KeyDerivation.Checker extends BaseChecker
-
-
Method Summary
Modifier and Type Method Description static voidcheckMasterKey(Array<byte> key)static voidcheckSubKeyLength(int subkeyLen)static voidcheckContext(Array<byte> context)-
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
-
checkMasterKey
static void checkMasterKey(Array<byte> key)
-
checkSubKeyLength
static void checkSubKeyLength(int subkeyLen)
-
checkContext
static void checkContext(Array<byte> context)
-
-
-
-