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 voidPooledByteDigester. setConfig(DigesterConfig config)Sets aDigesterConfigobject for the digester.voidPooledStringDigester. setConfig(DigesterConfig config)Sets aDigesterConfigorStringDigesterConfigobject for the digester.voidStandardByteDigester. setConfig(DigesterConfig config)Sets aDigesterConfigobject for the digester.voidStandardStringDigester. setConfig(DigesterConfig config)Sets aDigesterConfigorStringDigesterConfigobject for the digester. -
Uses of DigesterConfig in org.jasypt.digest.config
Subinterfaces of DigesterConfig in org.jasypt.digest.config Modifier and Type Interface Description interfaceStringDigesterConfigCommon interface for config classes applicable toStandardStringDigesterobjects.Classes in org.jasypt.digest.config that implement DigesterConfig Modifier and Type Class Description classEnvironmentDigesterConfigImplementation forDigesterConfigwhich can retrieve configuration values from environment variables or system properties.classEnvironmentStringDigesterConfigImplementation forStringDigesterConfigwhich can retrieve configuration values from environment variables or system properties.classSimpleDigesterConfigBean implementation forDigesterConfig.classSimpleStringDigesterConfigBean 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 voidConfigurablePasswordEncryptor. setConfig(DigesterConfig config)Lets the user configure this encryptor with aDigesterConfigobject, like if he/she were using aStandardStringDigesterobject directly.
-