public class CryptPasswordEncryptor extends BasePasswordEncryptor implements com.liferay.portal.kernel.security.pwd.PasswordEncryptor
| Constructor and Description |
|---|
CryptPasswordEncryptor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
doEncrypt(String algorithm,
String plainTextPassword,
String encryptedPassword) |
protected byte[] |
getSalt(String encryptedPassword) |
String[] |
getSupportedAlgorithmTypes() |
encrypt, encrypt, getDefaultPasswordAlgorithmTypepublic String[] getSupportedAlgorithmTypes()
getSupportedAlgorithmTypes in interface com.liferay.portal.kernel.security.pwd.PasswordEncryptorprotected String doEncrypt(String algorithm, String plainTextPassword, String encryptedPassword) throws com.liferay.portal.kernel.exception.PwdEncryptorException
doEncrypt in class BasePasswordEncryptorcom.liferay.portal.kernel.exception.PwdEncryptorExceptionprotected byte[] getSalt(String encryptedPassword) throws com.liferay.portal.kernel.exception.PwdEncryptorException
com.liferay.portal.kernel.exception.PwdEncryptorException