Package | Description |
---|---|
org.acegisecurity.util |
General utility classes used throughout the Acegi Security System.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2004-2014 Interface21, Inc. All Rights Reserved.