Class Box.Checker
java.lang.Object
com.codevasp.lazysodium.utils.BaseChecker
com.codevasp.lazysodium.interfaces.Box.Checker
- Enclosing interface:
- Box
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckBeforeNmBytes(int len) static booleancheckMac(int len) static booleancheckNonce(int len) static booleancheckPublicKey(int len) static booleancheckSecretKey(int len) static booleancheckSeed(int len) Methods inherited from class com.codevasp.lazysodium.utils.BaseChecker
correctLen, isBetween, isBetween
-
Constructor Details
-
Checker
public Checker()
-
-
Method Details
-
checkPublicKey
public static boolean checkPublicKey(int len) -
checkMac
public static boolean checkMac(int len) -
checkSecretKey
public static boolean checkSecretKey(int len) -
checkSeed
public static boolean checkSeed(int len) -
checkBeforeNmBytes
public static boolean checkBeforeNmBytes(int len) -
checkNonce
public static boolean checkNonce(int len)
-