Class WingsCaptchaHelper
-
- All Implemented Interfaces:
public class WingsCaptchaHelper- Since:
2020-09-09
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static intCODE_LEN
-
Constructor Summary
Constructors Constructor Description WingsCaptchaHelper()
-
Method Summary
Modifier and Type Method Description static Producerkaptcha()Generate 6 char code from `23456789abdefghqrtABCDEFGHJKLMPQRSTUWXY`, 200x60 pix image static BufferedImagecreateImage(String code)-
-
Method Detail
-
kaptcha
static Producer kaptcha()
Generate 6 char code from `23456789abdefghqrtABCDEFGHJKLMPQRSTUWXY`, 200x60 pix image
-
createImage
static BufferedImage createImage(String code)
-
-
-
-