Uses of Class
org.seedstack.seed.crypto.Hash
-
Packages that use Hash Package Description org.seedstack.seed.crypto Contains cryptographic service classes. -
-
Uses of Hash in org.seedstack.seed.crypto
Methods in org.seedstack.seed.crypto that return Hash Modifier and Type Method Description HashHashingService. createHash(char[] toHash)Creates a hash from a char[].HashHashingService. createHash(String toHash)Creates a hash from a string.Methods in org.seedstack.seed.crypto with parameters of type Hash Modifier and Type Method Description booleanHashingService. validatePassword(char[] password, Hash correctHash)Validates a password using a hash.booleanHashingService. validatePassword(String password, Hash correctHash)Validates a password using a hash.
-