|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextEncryptor | |
|---|---|
| org.jasypt.properties | |
| org.jasypt.util.text | |
| Uses of TextEncryptor in org.jasypt.properties |
|---|
| Methods in org.jasypt.properties with parameters of type TextEncryptor | |
|---|---|
static String |
PropertyValueEncryptionUtils.decrypt(String encodedValue,
TextEncryptor encryptor)
|
static String |
PropertyValueEncryptionUtils.encrypt(String decodedValue,
TextEncryptor encryptor)
|
| Constructors in org.jasypt.properties with parameters of type TextEncryptor | |
|---|---|
EncryptableProperties(java.util.Properties defaults,
TextEncryptor textEncryptor)
Creates an EncryptableProperties instance which will use the passed TextEncryptor object to decrypt encrypted values,
and the passed defaults as default values (may contain encrypted values). |
|
EncryptableProperties(TextEncryptor textEncryptor)
Creates an EncryptableProperties instance which will use the passed TextEncryptor object to decrypt encrypted values. |
|
| Uses of TextEncryptor in org.jasypt.util.text |
|---|
| Classes in org.jasypt.util.text that implement TextEncryptor | |
|---|---|
class |
BasicTextEncryptor
Utility class for easily performing normal-strength encryption of texts. |
class |
StrongTextEncryptor
Utility class for easily performing high-strength encryption of texts. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||