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

com.causecode.fileuploader.util.checksum.Algorithm.groovy Maven / Gradle / Ivy

package com.causecode.fileuploader.util.checksum

/**
 * Enum to represent Algorithm to be used with hash calculation
 * @author Milan Savaliya
 * @since 3.1.0
 */
enum Algorithm {
    MD5,
    SHA1
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy