|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextEncryptor | |
|---|---|
| org.jasypt.properties | |
| org.jasypt.spring.properties | |
| org.jasypt.spring.security | |
| org.jasypt.spring.security2 | |
| org.jasypt.spring.security3 | |
| org.jasypt.util.text | |
| Uses of TextEncryptor in org.jasypt.properties |
|---|
| Methods in org.jasypt.properties with parameters of type TextEncryptor | |
|---|---|
static java.lang.String |
PropertyValueEncryptionUtils.decrypt(java.lang.String encodedValue,
TextEncryptor encryptor)
|
static java.lang.String |
PropertyValueEncryptionUtils.encrypt(java.lang.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.spring.properties |
|---|
| Constructors in org.jasypt.spring.properties with parameters of type TextEncryptor | |
|---|---|
EncryptablePreferencesPlaceholderConfigurer(TextEncryptor textEncryptor)
Creates an EncryptablePreferencesPlaceholderConfigurer instance which will use the passed TextEncryptor object to decrypt encrypted values. |
|
EncryptablePropertyOverrideConfigurer(TextEncryptor textEncryptor)
Creates an EncryptablePropertyOverrideConfigurer instance which will use the passed TextEncryptor object to decrypt encrypted values. |
|
EncryptablePropertyPlaceholderConfigurer(TextEncryptor textEncryptor)
Creates an EncryptablePropertyPlaceholderConfigurer instance which will use the passed TextEncryptor object to decrypt encrypted values. |
|
EncryptableServletContextPropertyPlaceholderConfigurer(TextEncryptor textEncryptor)
Creates an EncryptableServletContextPropertyPlaceholderConfigurer instance which will use the passed TextEncryptor object to decrypt encrypted values. |
|
| Uses of TextEncryptor in org.jasypt.spring.security |
|---|
| Methods in org.jasypt.spring.security with parameters of type TextEncryptor | |
|---|---|
void |
PBEPasswordEncoder.setTextEncryptor(TextEncryptor textEncryptor)
Sets a text encryptor to be used. |
| Uses of TextEncryptor in org.jasypt.spring.security2 |
|---|
| Methods in org.jasypt.spring.security2 with parameters of type TextEncryptor | |
|---|---|
void |
PBEPasswordEncoder.setTextEncryptor(TextEncryptor textEncryptor)
Sets a text encryptor to be used. |
| Uses of TextEncryptor in org.jasypt.spring.security3 |
|---|
| Methods in org.jasypt.spring.security3 with parameters of type TextEncryptor | |
|---|---|
void |
PBEPasswordEncoder.setTextEncryptor(TextEncryptor textEncryptor)
Sets a text encryptor to be used. |
| 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 | |||||||||