Uses of Interface
org.jasypt.digest.config.DigesterConfig
Packages that use DigesterConfig
-
Uses of DigesterConfig in org.jasypt.digest
Methods in org.jasypt.digest with parameters of type DigesterConfigModifier and TypeMethodDescriptionvoid
PooledByteDigester.setConfig
(DigesterConfig config) Sets aDigesterConfig
object for the digester.void
PooledStringDigester.setConfig
(DigesterConfig config) Sets aDigesterConfig
orinvalid reference
StringDigesterConfig
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.configModifier and TypeInterfaceDescriptioninterface
Common interface for config classes applicable toStandardStringDigester
objects.Classes in org.jasypt.digest.config that implement DigesterConfigModifier and TypeClassDescriptionclass
Implementation forDigesterConfig
which can retrieve configuration values from environment variables or system properties.class
Implementation forStringDigesterConfig
which can retrieve configuration values from environment variables or system properties.class
Bean implementation forDigesterConfig
.class
Bean implementation forStringDigesterConfig
. -
Uses of DigesterConfig in org.jasypt.util.password
Methods in org.jasypt.util.password with parameters of type DigesterConfigModifier and TypeMethodDescriptionvoid
ConfigurablePasswordEncryptor.setConfig
(DigesterConfig config) Lets the user configure this encryptor with aDigesterConfig
object, like if he/she were using aStandardStringDigester
object directly.