Uses of Interface
com.helger.security.password.salt.IPasswordSalt
-
Packages that use IPasswordSalt Package Description com.helger.security.password.hash com.helger.security.password.salt -
-
Uses of IPasswordSalt in com.helger.security.password.hash
Methods in com.helger.security.password.hash that return IPasswordSalt Modifier and Type Method Description IPasswordSaltPasswordHash. getSalt()Methods in com.helger.security.password.hash with parameters of type IPasswordSalt Modifier and Type Method Description StringAbstractPasswordHashCreatorPBKDF2. createPasswordHash(IPasswordSalt aSalt, String sPlainTextPassword)StringIPasswordHashCreator. createPasswordHash(IPasswordSalt aSalt, String sPlainTextPassword)The method to create a message digest hash from a password.StringPasswordHashCreatorBCrypt. createPasswordHash(IPasswordSalt aSalt, String sPlainTextPassword)The method to create a message digest hash from a password.StringPasswordHashCreatorSHA512. createPasswordHash(IPasswordSalt aSalt, String sPlainTextPassword)Constructors in com.helger.security.password.hash with parameters of type IPasswordSalt Constructor Description PasswordHash(String sAlgorithmName, IPasswordSalt aSalt, String sPasswordHashValue) -
Uses of IPasswordSalt in com.helger.security.password.salt
Classes in com.helger.security.password.salt that implement IPasswordSalt Modifier and Type Class Description classPasswordSaltDefault implementation ofIPasswordSaltusingVerySecureRandom.classPasswordSaltBCryptImplementation ofIPasswordSaltusingBCrypt.gensalt(int).
-