public abstract class CaptchaImageUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REQUESTCHECKCODE |
static String |
SESSIONCHECKCODE |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkcodeMatch(String sessionCheckcode,
String requestCheckcode) |
static BufferedImage |
generateCaptchaImage(String captchaKey) |
static BufferedImage |
generateCaptchaImage(String captchaKey,
Font font) |
static BufferedImage |
generateCaptchaImage(String captchaKey,
String fontName) |
static Color |
getRandColor(int fc,
int bc) |
static String |
getRandomString() |
static String |
getRandomString(int len) |
public static final String SESSIONCHECKCODE
public static final String REQUESTCHECKCODE
public static String getRandomString(int len)
public static String getRandomString()
public static boolean checkcodeMatch(String sessionCheckcode, String requestCheckcode)
public static BufferedImage generateCaptchaImage(String captchaKey, Font font)
public static BufferedImage generateCaptchaImage(String captchaKey, String fontName)
public static BufferedImage generateCaptchaImage(String captchaKey)
public static Color getRandColor(int fc, int bc)
Copyright © 2024 江苏南大先腾信息产业股份有限公司. All rights reserved.