-
public final class SecretStream.Checker extends BaseChecker
-
-
Method Summary
Modifier and Type Method Description static voidcheckHeader(Array<byte> header)static voidcheckKey(Array<byte> key)static voidcheckPush(Array<byte> message, int messageLen, Array<byte> cipher)static voidcheckPull(Array<byte> cipher, int cipherLen, Array<byte> message)-
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
-
-