Package com.goterl.lazysodium.interfaces
Class KeyDerivation.Checker
- java.lang.Object
-
- com.goterl.lazysodium.utils.BaseChecker
-
- com.goterl.lazysodium.interfaces.KeyDerivation.Checker
-
- Enclosing interface:
- KeyDerivation
public static class KeyDerivation.Checker extends BaseChecker
-
-
Constructor Summary
Constructors Constructor Description Checker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancontextIsCorrect(int length)static booleanmasterKeyIsCorrect(long masterKeyLen)static booleansubKeyIsCorrect(int lengthOfSubkey)-
Methods inherited from class com.goterl.lazysodium.utils.BaseChecker
correctLen, isBetween, isBetween
-
-