Package org.jasypt.encryption.pbe.config
package org.jasypt.encryption.pbe.config
-
ClassDescriptionImplementation for
PBEConfig
which can retrieve configuration values from environment variables or system properties.Implementation forStringPBEConfig
which can retrieve configuration values from environment variables or system properties.Common interface for all PBEConfig implementations that store passwords as char[] instead of String and also allow this passwords to be set as char[] instead of Strings.Common interface for config classes applicable toStandardPBEByteEncryptor
,StandardPBEStringEncryptor
,StandardPBEBigIntegerEncryptor
orStandardPBEBigDecimalEncryptor
objects.Bean implementation forPBEConfig
.Bean implementation forStringPBEConfig
.Common interface for config classes applicable toStandardPBEStringEncryptor
objects.Implementation forPBEConfig
which can be used from the Web PBE Config infrastructure (Filter + Servlet) to set the password for an encryptor from the web at initialization time.Implementation forStringPBEConfig
which can be used from the Web PBE Config infrastructure (Filter + Servlet) to set the password for an encryptor from the web at initialization time.