Uses of Class
org.exoplatform.web.security.hash.SaltedHashException
Packages that use SaltedHashException
-
Uses of SaltedHashException in org.exoplatform.web.security.hash
Subclasses of SaltedHashException in org.exoplatform.web.security.hashMethods in org.exoplatform.web.security.hash that throw SaltedHashExceptionModifier and TypeMethodDescriptionJCASaltedHashService.getSaltedHash(String password) NoSaltedHashService.getSaltedHash(String password) SaltedHashService.getSaltedHash(String password) Computes a salted hash of given plaintext password suitable for storing in a database.booleanbooleanbooleanChecks whether given plaintextpasswordcorresponds to the givensaltedHash.