|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |