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
PwdEncryptorExceptionString encrypt(String algorithm,
String plainTextPassword,
String encryptedPassword)
throws PwdEncryptorException
PwdEncryptorExceptionString getDefaultPasswordAlgorithmType()
String[] getSupportedAlgorithmTypes()