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