public interface PasswordEncryptor
String encrypt(String plainTextPassword, String encryptedPassword) throws PwdEncryptorException
PwdEncryptorException
String encrypt(String algorithm, String plainTextPassword, String encryptedPassword) throws PwdEncryptorException
PwdEncryptorException
String getDefaultPasswordAlgorithmType()
String[] getSupportedAlgorithmTypes()