public class PasswordUtil extends Object
PasswordUtil()
static String
decrypt(String username, String encryptedPassword)
encrypt(String username, String password)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PasswordUtil()
public static String encrypt(String username, String password)
username
password
public static String decrypt(String username, String encryptedPassword)
encryptedPassword
Copyright © 2016. All rights reserved.