public class SSHAPasswordEncryptor extends BasePasswordEncryptor implements com.liferay.portal.kernel.security.pwd.PasswordEncryptor
| Constructor and Description |
|---|
SSHAPasswordEncryptor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
doEncrypt(String algorithm,
String plainTextPassword,
String encryptedPassword) |
protected byte[] |
getSaltBytes(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[] getSaltBytes(String encryptedPassword) throws com.liferay.portal.kernel.exception.PwdEncryptorException
com.liferay.portal.kernel.exception.PwdEncryptorException