Uses of Interface
org.jasypt.digest.config.DigesterConfig
-
Packages that use DigesterConfig Package Description org.jasypt.digest org.jasypt.digest.config org.jasypt.util.password -
-
Uses of DigesterConfig in org.jasypt.digest
Methods in org.jasypt.digest with parameters of type DigesterConfig Modifier and Type Method Description void
PooledByteDigester. setConfig(DigesterConfig config)
Sets aDigesterConfig
object for the digester.void
PooledStringDigester. setConfig(DigesterConfig config)
Sets aDigesterConfig
orStringDigesterConfig
object for the digester.void
StandardByteDigester. setConfig(DigesterConfig config)
Sets aDigesterConfig
object for the digester.void
StandardStringDigester. setConfig(DigesterConfig config)
Sets aDigesterConfig
orStringDigesterConfig
object for the digester. -
Uses of DigesterConfig in org.jasypt.digest.config
Subinterfaces of DigesterConfig in org.jasypt.digest.config Modifier and Type Interface Description interface
StringDigesterConfig
Common interface for config classes applicable toStandardStringDigester
objects.Classes in org.jasypt.digest.config that implement DigesterConfig Modifier and Type Class Description class
EnvironmentDigesterConfig
Implementation forDigesterConfig
which can retrieve configuration values from environment variables or system properties.class
EnvironmentStringDigesterConfig
Implementation forStringDigesterConfig
which can retrieve configuration values from environment variables or system properties.class
SimpleDigesterConfig
Bean implementation forDigesterConfig
.class
SimpleStringDigesterConfig
Bean implementation forStringDigesterConfig
. -
Uses of DigesterConfig in org.jasypt.util.password
Methods in org.jasypt.util.password with parameters of type DigesterConfig Modifier and Type Method Description void
ConfigurablePasswordEncryptor. setConfig(DigesterConfig config)
Lets the user configure this encryptor with aDigesterConfig
object, like if he/she were using aStandardStringDigester
object directly.
-