Package org.jasypt.encryption.pbe.config
-
Interface Summary Interface Description PBECleanablePasswordConfig 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.PBEConfig Common interface for config classes applicable toStandardPBEByteEncryptor,StandardPBEStringEncryptor,StandardPBEBigIntegerEncryptororStandardPBEBigDecimalEncryptorobjects.StringPBEConfig Common interface for config classes applicable toStandardPBEStringEncryptorobjects. -
Class Summary Class Description EnvironmentPBEConfig Implementation forPBEConfigwhich can retrieve configuration values from environment variables or system properties.EnvironmentStringPBEConfig Implementation forStringPBEConfigwhich can retrieve configuration values from environment variables or system properties.SimplePBEConfig Bean implementation forPBEConfig.SimpleStringPBEConfig Bean implementation forStringPBEConfig.WebPBEConfig Implementation forPBEConfigwhich can be used from the Web PBE Config infrastructure (Filter + Servlet) to set the password for an encryptor from the web at initialization time.WebStringPBEConfig Implementation forStringPBEConfigwhich can be used from the Web PBE Config infrastructure (Filter + Servlet) to set the password for an encryptor from the web at initialization time.