public class PasswordEncryptorUtil
extends Object
Constructor and Description |
---|
PasswordEncryptorUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
encrypt(String plainTextPassword) |
static String |
encrypt(String plainTextPassword,
String encryptedPassword) |
static String |
encrypt(String algorithm,
String plainTextPassword,
String encryptedPassword) |
static String |
getDefaultPasswordAlgorithmType() |
public static String encrypt(String plainTextPassword) throws PwdEncryptorException
PwdEncryptorException
public static String encrypt(String plainTextPassword, String encryptedPassword) throws PwdEncryptorException
PwdEncryptorException
public static String encrypt(String algorithm, String plainTextPassword, String encryptedPassword) throws PwdEncryptorException
PwdEncryptorException
public static String getDefaultPasswordAlgorithmType()