public class EncryptionUtils extends Object
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
LOG |
static org.jasypt.encryption.pbe.PooledPBEStringEncryptor |
stringEncryptor |
Constructor and Description |
---|
EncryptionUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkSaltedHash(String clearTextValue,
String hashedValue) |
static String |
decrypt(String value) |
static Integer |
decrypt(String value,
int defaultValue) |
static String |
encrypt(Integer value) |
static String |
encrypt(String value) |
static org.jasypt.encryption.pbe.PooledPBEStringEncryptor |
getStringEncryptor() |
static String |
saltedHash(String clearTextValue) |
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.