-
public final class DiffieHellman.Checker extends BaseChecker
-
-
Method Summary
Modifier and Type Method Description static voidcheckPublicKey(Array<byte> publicKey)static voidcheckSecretKey(Array<byte> secretKey)static voidcheckSharedKey(Array<byte> sharedKey)-
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> publicKey)
-
checkSecretKey
static void checkSecretKey(Array<byte> secretKey)
-
checkSharedKey
static void checkSharedKey(Array<byte> sharedKey)
-
-
-
-