public interface PasswordEncryptor
Modifier and Type | Method and Description |
---|---|
String |
encrypt(String plainTextPassword,
String encryptedPassword) |
String |
encrypt(String algorithm,
String plainTextPassword,
String encryptedPassword) |
String |
getDefaultPasswordAlgorithmType() |
String[] |
getSupportedAlgorithmTypes() |
String encrypt(String plainTextPassword, String encryptedPassword) throws PwdEncryptorException
PwdEncryptorException
String encrypt(String algorithm, String plainTextPassword, String encryptedPassword) throws PwdEncryptorException
PwdEncryptorException
String getDefaultPasswordAlgorithmType()
String[] getSupportedAlgorithmTypes()