|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StringEncryptor | |
|---|---|
| org.jasypt.encryption.pbe | |
| org.jasypt.properties | |
| org.jasypt.spring.properties | |
| Uses of StringEncryptor in org.jasypt.encryption.pbe |
|---|
| Subinterfaces of StringEncryptor in org.jasypt.encryption.pbe | |
|---|---|
interface |
PBEStringEncryptor
Common interface for all Password Based Encryptors which receive a String message and return a String result. |
| Classes in org.jasypt.encryption.pbe that implement StringEncryptor | |
|---|---|
class |
PooledPBEStringEncryptor
Pooled implementation of PBEStringEncryptor that in fact contains
an array of StandardPBEStringEncryptor objects which are used
to attend encrypt and decrypt requests in round-robin. |
class |
StandardPBEStringEncryptor
Standard implementation of the PBEStringEncryptor interface. |
| Uses of StringEncryptor in org.jasypt.properties |
|---|
| Methods in org.jasypt.properties with parameters of type StringEncryptor | |
|---|---|
static java.lang.String |
PropertyValueEncryptionUtils.decrypt(java.lang.String encodedValue,
StringEncryptor encryptor)
|
static java.lang.String |
PropertyValueEncryptionUtils.encrypt(java.lang.String decodedValue,
StringEncryptor encryptor)
|
| Constructors in org.jasypt.properties with parameters of type StringEncryptor | |
|---|---|
EncryptableProperties(java.util.Properties defaults,
StringEncryptor stringEncryptor)
Creates an EncryptableProperties instance which will use the passed StringEncryptor object to decrypt encrypted values,
and the passed defaults as default values (may contain encrypted values). |
|
EncryptableProperties(StringEncryptor stringEncryptor)
Creates an EncryptableProperties instance which will use the passed StringEncryptor object to decrypt encrypted values. |
|
| Uses of StringEncryptor in org.jasypt.spring.properties |
|---|
| Constructors in org.jasypt.spring.properties with parameters of type StringEncryptor | |
|---|---|
EncryptablePreferencesPlaceholderConfigurer(StringEncryptor stringEncryptor)
Creates an EncryptablePreferencesPlaceholderConfigurer instance which will use the passed StringEncryptor object to decrypt
encrypted values. |
|
EncryptablePropertyOverrideConfigurer(StringEncryptor stringEncryptor)
Creates an EncryptablePropertyOverrideConfigurer instance which will use the passed StringEncryptor object to decrypt
encrypted values. |
|
EncryptablePropertyPlaceholderConfigurer(StringEncryptor stringEncryptor)
Creates an EncryptablePropertyPlaceholderConfigurer instance which will use the passed StringEncryptor object to decrypt
encrypted values. |
|
EncryptableServletContextPropertyPlaceholderConfigurer(StringEncryptor stringEncryptor)
Creates an EncryptableServletContextPropertyPlaceholderConfigurer instance which will use the passed StringEncryptor object to decrypt
encrypted values. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||