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

com.maxiaofa.captcha.spring.boot.framework.constants.Constants Maven / Gradle / Ivy

The newest version!
package com.maxiaofa.captcha.spring.boot.framework.constants;

/**
 * 常量
 * @author MaXiaoFa
 */
public class Constants {

    /**
     * 验证码key
     * */
    public static String CAPTCHA_KEY = "rotateCaptcha:";

    /**
     * 验证码文件类型
     * */
    public static String IMAGES_SUFFIX = "png";

    /**
     * base64图片头
     * */
    public static String BASE64_HEAD = "data:image/"+IMAGES_SUFFIX+";base64,";

    /**
     * RSA
     * */
    public static String RSA = "RSA";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy