Liferay 7.1.0 portal-impl
- Detail:
- Field |
- Constr |
- Method
- Object
-
- com.liferay.portal.kernel.security.pwd.PasswordEncryptorUtil
-
- com.liferay.portal.security.pwd.PwdEncryptor
-
-
Field Summary
-
Fields inherited from class com.liferay.portal.kernel.security.pwd.PasswordEncryptorUtil
PASSWORDS_ENCRYPTION_ALGORITHM, TYPE_BCRYPT, TYPE_MD2, TYPE_MD5, TYPE_NONE, TYPE_PBKDF2, TYPE_SHA, TYPE_SHA_256, TYPE_SHA_384, TYPE_SSHA, TYPE_UFC_CRYPT
-
Constructor Summary
Constructors
Constructor and Description |
PwdEncryptor()
Deprecated.
|
-
Method Summary
-
Methods inherited from class com.liferay.portal.kernel.security.pwd.PasswordEncryptorUtil
encrypt, encrypt, encrypt, getDefaultPasswordAlgorithmType, getPasswordEncryptor, setPasswordEncryptor
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PwdEncryptor
public PwdEncryptor()
Deprecated.
Liferay 7.1.0 portal-impl
- Detail:
- Field |
- Constr |
- Method