Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.util.EncryptorException

Packages that use EncryptorException
com.liferay.util   
 

Uses of EncryptorException in com.liferay.util
 

Methods in com.liferay.util that throw EncryptorException
static String Encryptor.decrypt(Key key, String encryptedString)
           
static byte[] Encryptor.decryptUnencodedAsBytes(Key key, byte[] encryptedBytes)
           
static String Encryptor.decryptUnencodedAsString(Key key, byte[] encryptedBytes)
           
static String Encryptor.encrypt(Key key, String plainText)
           
static byte[] Encryptor.encryptUnencoded(Key key, byte[] plainBytes)
           
static byte[] Encryptor.encryptUnencoded(Key key, String plainText)
           
static Key Encryptor.generateKey()
           
static Key Encryptor.generateKey(String algorithm)
           
 


Liferay 6.1.2-ce-ga3