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

club.zhcs.lina.web.captcha.CaptchaGener Maven / Gradle / Ivy

The newest version!
package club.zhcs.lina.web.captcha;

/**
 * 
 * @author Kerbores([email protected])
 *
 */
public interface CaptchaGener {
    /**
     * 生成指定长度验证码
     * 
     * @param length
     *            长度
     * @return 验证码
     */
    String gen(int length);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy