Package com.goterl.lazysodium.utils
Class BaseChecker
- java.lang.Object
-
- com.goterl.lazysodium.utils.BaseChecker
-
- Direct Known Subclasses:
Auth.Checker,Box.Checker,KeyDerivation.Checker,PwHash.Checker,Scrypt.Checker,SecretStream.Checker
public class BaseChecker extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BaseChecker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancorrectLen(long num, long len)static booleanisBetween(long num, long min, long max)static booleanisBetween(com.sun.jna.NativeLong num, com.sun.jna.NativeLong min, com.sun.jna.NativeLong max)
-