com.liferay.portal.security.pwd
Class PBKDF2PasswordEncryptor
java.lang.Object
com.liferay.portal.security.pwd.BasePasswordEncryptor
com.liferay.portal.security.pwd.PBKDF2PasswordEncryptor
- All Implemented Interfaces:
- com.liferay.portal.kernel.security.pwd.PasswordEncryptor
public class PBKDF2PasswordEncryptor
- extends BasePasswordEncryptor
- implements com.liferay.portal.kernel.security.pwd.PasswordEncryptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.kernel.security.pwd.PasswordEncryptor |
encrypt, encrypt, getDefaultPasswordAlgorithmType |
PBKDF2PasswordEncryptor
public PBKDF2PasswordEncryptor()
getSupportedAlgorithmTypes
public String[] getSupportedAlgorithmTypes()
- Specified by:
getSupportedAlgorithmTypes in interface com.liferay.portal.kernel.security.pwd.PasswordEncryptor
doEncrypt
protected String doEncrypt(String algorithm,
String plainTextPassword,
String encryptedPassword)
throws com.liferay.portal.kernel.exception.PwdEncryptorException
- Specified by:
doEncrypt in class BasePasswordEncryptor
- Throws:
com.liferay.portal.kernel.exception.PwdEncryptorException