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 TypeMethodDescriptionvoidPooledByteDigester.setConfig(DigesterConfig config) Sets aDigesterConfigobject for the digester.voidPooledStringDigester.setConfig(DigesterConfig config) Sets aDigesterConfigorobject for the digester.invalid reference
StringDigesterConfigvoidStandardByteDigester.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.configModifier and TypeInterfaceDescriptioninterfaceCommon interface for config classes applicable toStandardStringDigesterobjects.Classes in org.jasypt.digest.config that implement DigesterConfigModifier and TypeClassDescriptionclassImplementation forDigesterConfigwhich can retrieve configuration values from environment variables or system properties.classImplementation forStringDigesterConfigwhich can retrieve configuration values from environment variables or system properties.classBean implementation forDigesterConfig.classBean implementation forStringDigesterConfig. -
Uses of DigesterConfig in org.jasypt.util.password
Methods in org.jasypt.util.password with parameters of type DigesterConfigModifier and TypeMethodDescriptionvoidConfigurablePasswordEncryptor.setConfig(DigesterConfig config) Lets the user configure this encryptor with aDigesterConfigobject, like if he/she were using aStandardStringDigesterobject directly.