- EncryptablePreferencesPlaceholderConfigurer - Class in org.jasypt.spring31.properties
-
Subclass of
org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer
which can make use of a StringEncryptor
or
TextEncryptor
object to decrypt preferences values
if they are encrypted in the loaded resource locations.
- EncryptablePreferencesPlaceholderConfigurer(StringEncryptor) - Constructor for class org.jasypt.spring31.properties.EncryptablePreferencesPlaceholderConfigurer
-
Creates an EncryptablePreferencesPlaceholderConfigurer instance
which will use the passed StringEncryptor
object to decrypt
encrypted values.
- EncryptablePreferencesPlaceholderConfigurer(TextEncryptor) - Constructor for class org.jasypt.spring31.properties.EncryptablePreferencesPlaceholderConfigurer
-
Creates an EncryptablePreferencesPlaceholderConfigurer instance which will use the
passed TextEncryptor
object to decrypt encrypted values.
- EncryptablePropertiesFactoryBean - Class in org.jasypt.spring31.xml.encryption
-
Factory bean for creating encrptable properties objects from the encryption namespace
elements.
- EncryptablePropertiesFactoryBean() - Constructor for class org.jasypt.spring31.xml.encryption.EncryptablePropertiesFactoryBean
-
- EncryptablePropertiesPropertySource - Class in org.jasypt.spring31.properties
-
- EncryptablePropertiesPropertySource(String, EncryptableProperties) - Constructor for class org.jasypt.spring31.properties.EncryptablePropertiesPropertySource
-
- EncryptablePropertiesPropertySource(String, Properties, TextEncryptor) - Constructor for class org.jasypt.spring31.properties.EncryptablePropertiesPropertySource
-
- EncryptablePropertiesPropertySource(String, Properties, StringEncryptor) - Constructor for class org.jasypt.spring31.properties.EncryptablePropertiesPropertySource
-
- EncryptablePropertyOverrideConfigurer - Class in org.jasypt.spring31.properties
-
Subclass of
org.springframework.beans.factory.config.PropertyOverrideConfigurer
which can make use of a StringEncryptor
or
TextEncryptor
object to decrypt property values
if they are encrypted in the loaded resource locations.
- EncryptablePropertyOverrideConfigurer(StringEncryptor) - Constructor for class org.jasypt.spring31.properties.EncryptablePropertyOverrideConfigurer
-
Creates an EncryptablePropertyOverrideConfigurer instance
which will use the passed StringEncryptor
object to decrypt
encrypted values.
- EncryptablePropertyOverrideConfigurer(TextEncryptor) - Constructor for class org.jasypt.spring31.properties.EncryptablePropertyOverrideConfigurer
-
Creates an EncryptablePropertyOverrideConfigurer instance which will use the
passed TextEncryptor
object to decrypt encrypted values.
- EncryptablePropertyPlaceholderConfigurer - Class in org.jasypt.spring31.properties
-
Subclass of
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
which can make use of a StringEncryptor
or
TextEncryptor
object to decrypt property values
if they are encrypted in the loaded resource locations.
- EncryptablePropertyPlaceholderConfigurer(StringEncryptor) - Constructor for class org.jasypt.spring31.properties.EncryptablePropertyPlaceholderConfigurer
-
Creates an EncryptablePropertyPlaceholderConfigurer instance
which will use the passed StringEncryptor
object to decrypt
encrypted values.
- EncryptablePropertyPlaceholderConfigurer(TextEncryptor) - Constructor for class org.jasypt.spring31.properties.EncryptablePropertyPlaceholderConfigurer
-
Creates an EncryptablePropertyPlaceholderConfigurer instance which will use the
passed TextEncryptor
object to decrypt encrypted values.
- EncryptablePropertySourcesPlaceholderConfigurer - Class in org.jasypt.spring31.properties
-
- EncryptablePropertySourcesPlaceholderConfigurer(StringEncryptor) - Constructor for class org.jasypt.spring31.properties.EncryptablePropertySourcesPlaceholderConfigurer
-
Creates an EncryptablePropertyPlaceholderConfigurer instance
which will use the passed StringEncryptor
object to decrypt
encrypted values.
- EncryptablePropertySourcesPlaceholderConfigurer(TextEncryptor) - Constructor for class org.jasypt.spring31.properties.EncryptablePropertySourcesPlaceholderConfigurer
-
Creates an EncryptablePropertyPlaceholderConfigurer instance which will use the
passed TextEncryptor
object to decrypt encrypted values.
- EncryptableServletContextPropertyPlaceholderConfigurer - Class in org.jasypt.spring31.properties
-
Subclass of
org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer
which can make use of a StringEncryptor
or
TextEncryptor
object to decrypt servlet context parameter values
if they are encrypted in the loaded resource locations.
- EncryptableServletContextPropertyPlaceholderConfigurer(StringEncryptor) - Constructor for class org.jasypt.spring31.properties.EncryptableServletContextPropertyPlaceholderConfigurer
-
Creates an EncryptableServletContextPropertyPlaceholderConfigurer instance
which will use the passed StringEncryptor
object to decrypt
encrypted values.
- EncryptableServletContextPropertyPlaceholderConfigurer(TextEncryptor) - Constructor for class org.jasypt.spring31.properties.EncryptableServletContextPropertyPlaceholderConfigurer
-
Creates an EncryptableServletContextPropertyPlaceholderConfigurer instance which will use the
passed TextEncryptor
object to decrypt encrypted values.
- EncryptionNamespaceHandler - Class in org.jasypt.spring31.xml.encryption
-
Namespace handler for jasypt's encryption namespace.
- EncryptionNamespaceHandler() - Constructor for class org.jasypt.spring31.xml.encryption.EncryptionNamespaceHandler
-
- EncryptorFactoryBean - Class in org.jasypt.spring31.xml.encryption
-
Factory bean for creating encryptor objects from the encryption namespace
elements.
- EncryptorFactoryBean(int) - Constructor for class org.jasypt.spring31.xml.encryption.EncryptorFactoryBean
-