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

com.github.hugh.constant.EncryptCode Maven / Gradle / Ivy

The newest version!
package com.github.hugh.constant;

/**
 * 加密类型常量实体类
 *
 * @author hugh
 * @since 1.5.7
 */
public class EncryptCode {
    /**
     * md5
     */
    public static final String MD5 = "MD5";
    /**
     * sha-256
     */
    public static final String SHA_256 = "SHA-256";
    /**
     * sha-512
     */
    public static final String SHA_512 = "SHA-512";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy