org.apache.camel.quarkus.component.jasypt.CamelJasyptConfig.jdp Maven / Gradle / Ivy
org.apache.camel.quarkus.component.jasypt.CamelJasyptConfig.algorithm=The algorithm to be used for decryption.
org.apache.camel.quarkus.component.jasypt.CamelJasyptConfig.configurationCustomizerClassName=The fully qualified class name of an org.apache.camel.quarkus.component.jasypt.JasyptConfigurationCustomizer\nimplementation. This provides the optional capability of having full control over the Jasypt configuration.
org.apache.camel.quarkus.component.jasypt.CamelJasyptConfig.password=The master password used by Jasypt for decrypting configuration values.\nThis option supports prefixes which influence the master password lookup behaviour.\n\nsys\:
will to look up the value from a JVM system property.\nsysenv\:
will look up the value from the OS system environment with the given key.\n
org.apache.camel.quarkus.component.jasypt.CamelJasyptConfig.randomIvGeneratorAlgorithm=Configures the Jasypt StandardPBEStringEncryptor with a RandomIvGenerator using the given algorithm.
org.apache.camel.quarkus.component.jasypt.CamelJasyptConfig.randomSaltGeneratorAlgorithm=Configures the Jasypt StandardPBEStringEncryptor with a RandomSaltGenerator using the given algorithm.