Methods in org.acegisecurity.util that throw EncryptionUtils.EncryptionException |
static byte[] |
EncryptionUtils.decrypt(java.lang.String key,
byte[] inputBytes)
Decrypts the inputBytes using the key. |
static java.lang.String |
EncryptionUtils.decrypt(java.lang.String key,
java.lang.String inputString)
Decrypts the inputString using the key. |
static byte[] |
EncryptionUtils.encrypt(java.lang.String key,
byte[] inputBytes)
Encrypts the inputBytes using the key. |
static java.lang.String |
EncryptionUtils.encrypt(java.lang.String key,
java.lang.String inputString)
Encrypts the inputString using the key. |