Package | Description |
---|---|
org.acegisecurity.util |
General utility classes used throughout the Acegi Security System.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
EncryptionUtils.decrypt(String key,
byte[] inputBytes)
Decrypts the inputBytes using the key.
|
static String |
EncryptionUtils.decrypt(String key,
String inputString)
Decrypts the inputString using the key.
|
static byte[] |
EncryptionUtils.encrypt(String key,
byte[] inputBytes)
Encrypts the inputBytes using the key.
|
static String |
EncryptionUtils.encrypt(String key,
String inputString)
Encrypts the inputString using the key.
|
Copyright © 2019. All rights reserved.