public class PasswordUtils extends Object
static boolean
check(String rawPassword, String salt, String password)
static String
encode(String password, String salt)
encode(String algorithm, String password, String salt, int iterations)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static String encode(String algorithm, String password, String salt, int iterations)
algorithm
password
salt
iterations
public static String encode(String password, String salt)
public static boolean check(String rawPassword, String salt, String password)
rawPassword
Copyright © 2019. All rights reserved.