public class PBKDF2PasswordEncryptor extends BasePasswordEncryptor implements com.liferay.portal.kernel.security.pwd.PasswordEncryptor
| Constructor and Description |
|---|
PBKDF2PasswordEncryptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
encrypt(String algorithm,
String plainTextPassword,
String encryptedPassword) |
String[] |
getSupportedAlgorithmTypes() |
encrypt, getDefaultPasswordAlgorithmTypepublic String encrypt(String algorithm,
String plainTextPassword,
String encryptedPassword)
throws com.liferay.portal.kernel.exception.PwdEncryptorException
encrypt in interface com.liferay.portal.kernel.security.pwd.PasswordEncryptorcom.liferay.portal.kernel.exception.PwdEncryptorExceptionpublic String[] getSupportedAlgorithmTypes()
getSupportedAlgorithmTypes in interface com.liferay.portal.kernel.security.pwd.PasswordEncryptor