public class PasswordUtils extends Object
PasswordUtils()
static boolean
checkHash(String password, String hashCode)
static String
generateHash(String password)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PasswordUtils()
public static String generateHash(String password)
password
public static boolean checkHash(String password, String hashCode)
hashCode
Copyright © 2019. All rights reserved.