Liferay 7.0-ce-b4

com.liferay.portal.security.pwd
Class PwdEncryptor

java.lang.Object
  extended by com.liferay.portal.security.pwd.PasswordEncryptorUtil
      extended by com.liferay.portal.security.pwd.PwdEncryptor

Deprecated. As of 6.2.0, replaced by PasswordEncryptorUtil

@Deprecated
public class PwdEncryptor
extends PasswordEncryptorUtil


Field Summary
 
Fields inherited from class com.liferay.portal.security.pwd.PasswordEncryptorUtil
PASSWORDS_ENCRYPTION_ALGORITHM, TYPE_BCRYPT, TYPE_CRYPT, TYPE_MD2, TYPE_MD5, TYPE_NONE, TYPE_PBKDF2, TYPE_SHA, TYPE_SHA_256, TYPE_SHA_384, TYPE_SSHA, TYPE_UFC_CRYPT
 
Constructor Summary
PwdEncryptor()
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.liferay.portal.security.pwd.PasswordEncryptorUtil
encrypt, encrypt, encrypt, getDefaultPasswordAlgorithmType, getPasswordEncryptor, setPasswordEncryptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PwdEncryptor

public PwdEncryptor()
Deprecated. 

Liferay 7.0-ce-b4