All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mowedgrass.jasyptgradleboot.task.file.process.definition.UnencryptionProcessDefinition.groovy Maven / Gradle / Ivy

package com.github.mowedgrass.jasyptgradleboot.task.file.process.definition

class UnencryptionProcessDefinition extends DecryptionProcessDefinition {

    public static final String OUTPUT_FORMAT = 'ENCRYPT(%s)'

    public UnencryptionProcessDefinition() {
        super(OUTPUT_FORMAT)
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy