| Package | Description |
|---|---|
| org.jasypt.encryption.pbe | |
| org.jasypt.encryption.pbe.config | |
| org.jasypt.web.pbeconfig |
| Class and Description |
|---|
| PBEConfig
Common interface for config classes applicable to
StandardPBEByteEncryptor,
StandardPBEStringEncryptor,
StandardPBEBigIntegerEncryptor or
StandardPBEBigDecimalEncryptor objects. |
| Class and Description |
|---|
| EnvironmentPBEConfig
Implementation for
PBEConfig which can retrieve configuration
values from environment variables or system properties. |
| 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 to
StandardPBEByteEncryptor,
StandardPBEStringEncryptor,
StandardPBEBigIntegerEncryptor or
StandardPBEBigDecimalEncryptor objects. |
| SimplePBEConfig
Bean implementation for
PBEConfig. |
| StringPBEConfig
Common interface for config classes applicable to
StandardPBEStringEncryptor objects. |
| WebPBEConfig
Implementation for
PBEConfig 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. |
| Class and Description |
|---|
| WebPBEConfig
Implementation for
PBEConfig 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. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.