public class BCryptPasswordEncryptor extends BasePasswordEncryptor implements com.liferay.portal.kernel.security.pwd.PasswordEncryptor
| Constructor and Description |
|---|
BCryptPasswordEncryptor() |
| 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)
encrypt in interface com.liferay.portal.kernel.security.pwd.PasswordEncryptorpublic String[] getSupportedAlgorithmTypes()
getSupportedAlgorithmTypes in interface com.liferay.portal.kernel.security.pwd.PasswordEncryptor