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

com.wxmlabs.aurora.DigestAlgorithm Maven / Gradle / Ivy

The newest version!
package com.wxmlabs.aurora;

public enum DigestAlgorithm {
    MD5,
    SHA1,
    SHA256,
    SHA512,
    SM3
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy