Liferay 6.2-ce-ga5

com.liferay.portal.security.pwd
Interface PasswordEncryptor


public interface PasswordEncryptor


Method Summary
 String encrypt(String algorithm, String plainTextPassword, String encryptedPassword)
           
 String[] getSupportedAlgorithmTypes()
           
 

Method Detail

encrypt

String encrypt(String algorithm,
               String plainTextPassword,
               String encryptedPassword)
               throws PwdEncryptorException
Throws:
PwdEncryptorException

getSupportedAlgorithmTypes

String[] getSupportedAlgorithmTypes()

Liferay 6.2-ce-ga5