Uses of Class
eu.webtoolkit.jwt.auth.HashFunction
Packages that use HashFunction
-
Uses of HashFunction in eu.webtoolkit.jwt.auth
Subclasses of HashFunction in eu.webtoolkit.jwt.authModifier and TypeClassDescriptionclassA cryptograhpic hash function implemented using BCrypt.classA cryptograhpic hash function implemented using MD5.Methods in eu.webtoolkit.jwt.auth that return HashFunctionModifier and TypeMethodDescriptionAuthService.getTokenHashFunction()Returns the token hash function.Methods in eu.webtoolkit.jwt.auth that return types with arguments of type HashFunctionModifier and TypeMethodDescriptionPasswordVerifier.getHashFunctions()Returns the list of hash functions.Methods in eu.webtoolkit.jwt.auth with parameters of type HashFunctionModifier and TypeMethodDescriptionvoidPasswordVerifier.addHashFunction(HashFunction function) Adds a hash function.voidAuthService.setTokenHashFunction(HashFunction function) Sets the token hash function.