-
public final class KeyExchange.Checker extends BaseChecker
-
-
Method Summary
Modifier and Type Method Description static voidcheckPublicKey(Array<byte> key)static voidcheckSecretKey(Array<byte> key)static voidcheckSessionKey(Array<byte> key)static voidcheckSeed(Array<byte> seed)-
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
-
checkPublicKey
static void checkPublicKey(Array<byte> key)
-
checkSecretKey
static void checkSecretKey(Array<byte> key)
-
checkSessionKey
static void checkSessionKey(Array<byte> key)
-
-
-
-