Uses of Class
com.helger.security.password.salt.PasswordSalt
-
Packages that use PasswordSalt Package Description com.helger.security.password.salt -
-
Uses of PasswordSalt in com.helger.security.password.salt
Methods in com.helger.security.password.salt that return PasswordSalt Modifier and Type Method Description static PasswordSaltPasswordSalt. createFromStringMaybe(String sSalt)Try to create aPasswordSaltobject from the passed string.static PasswordSaltPasswordSalt. createRandom()static PasswordSaltPasswordSalt. createRandom(int nSaltBytes)Create a new password salt with the provided byte count.
-