索引
常量字段值|所有程序包|所有类和接口|序列化表格
A
- a_count - 类中的变量 io.springboot.captcha.utils.Encoder
- AbstractCaptchaUtil - io.springboot.captcha.utils中的类
-
图形验证码工具抽象父类
- AbstractCaptchaUtil() - 类的构造器 io.springboot.captcha.utils.AbstractCaptchaUtil
- accum - 类中的变量 io.springboot.captcha.utils.Encoder
- ADD - 枚举 中的枚举常量 io.springboot.captcha.engine.Symbol
-
加法
- addFrame(BufferedImage) - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Adds next GIF frame.
- algorithmSign - 类中的静态变量 io.springboot.captcha.base.ArithmeticCaptchaAbstract
-
表达式复杂度
- alpha() - 类中的静态方法 io.springboot.captcha.base.Randoms
-
返回ALPHA中的随机字符
- alpha(int) - 类中的静态方法 io.springboot.captcha.base.Randoms
-
返回ALPHA中第0位到第num位的随机字符
- alpha(int, int) - 类中的静态方法 io.springboot.captcha.base.Randoms
-
返回ALPHA中第min位到第max位的随机字符
- ALPHA - 类中的静态变量 io.springboot.captcha.base.Randoms
- alphabiasshift - 类中的静态变量 io.springboot.captcha.utils.Quant
- alphadec - 类中的变量 io.springboot.captcha.utils.Quant
- alphaHan() - 类中的静态方法 io.springboot.captcha.base.ChineseCaptchaAbstract
-
返回随机汉字
- alpharadbias - 类中的静态变量 io.springboot.captcha.utils.Quant
- alpharadbshift - 类中的静态变量 io.springboot.captcha.utils.Quant
- alphas() - 类中的方法 io.springboot.captcha.base.ArithmeticCaptchaAbstract
-
生成随机验证码
- alphas() - 类中的方法 io.springboot.captcha.base.Captcha
-
生成随机验证码
- alphas() - 类中的方法 io.springboot.captcha.base.ChineseCaptchaAbstract
-
生成随机验证码
- alterneigh(int, int, int, int, int) - 类中的方法 io.springboot.captcha.utils.Quant
- altersingle(int, int, int, int, int) - 类中的方法 io.springboot.captcha.utils.Quant
- analyzePixels() - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Analyzes image colors and creates color map.
- ArithmeticCaptcha - io.springboot.captcha中的类
-
png格式验证码 Created by 王帆 on 2018-07-27 上午 10:08.
- ArithmeticCaptcha() - 类的构造器 io.springboot.captcha.ArithmeticCaptcha
- ArithmeticCaptcha(int, int) - 类的构造器 io.springboot.captcha.ArithmeticCaptcha
- ArithmeticCaptcha(int, int, int) - 类的构造器 io.springboot.captcha.ArithmeticCaptcha
- ArithmeticCaptcha(int, int, int, Font) - 类的构造器 io.springboot.captcha.ArithmeticCaptcha
- ArithmeticCaptchaAbstract - io.springboot.captcha.base中的类
-
算术验证码抽象类 Created by 王帆 on 2019-08-23 上午 10:08.
- ArithmeticCaptchaAbstract() - 类的构造器 io.springboot.captcha.base.ArithmeticCaptchaAbstract
- arithmeticString - 类中的变量 io.springboot.captcha.base.ArithmeticCaptchaAbstract
-
计算公式
B
- beta - 类中的静态变量 io.springboot.captcha.utils.Quant
- betagamma - 类中的静态变量 io.springboot.captcha.utils.Quant
- betashift - 类中的静态变量 io.springboot.captcha.utils.Quant
- bias - 类中的变量 io.springboot.captcha.utils.Quant
- BITS - 类中的静态变量 io.springboot.captcha.utils.Encoder
- byteArray(int) - 类中的静态方法 io.springboot.captcha.utils.FileUtil
C
- Captcha - io.springboot.captcha.base中的类
-
验证码抽象类 Created by 王帆 on 2018-07-27 上午 10:08.
- Captcha() - 类的构造器 io.springboot.captcha.base.Captcha
- CaptchaJakartaServlet - io.springboot.captcha.servlet中的类
-
验证码 servlet
- CaptchaJakartaServlet() - 类的构造器 io.springboot.captcha.servlet.CaptchaJakartaServlet
- CaptchaJakartaUtil - io.springboot.captcha.utils中的类
-
图形验证码工具类
- CaptchaJakartaUtil() - 类的构造器 io.springboot.captcha.utils.CaptchaJakartaUtil
- CaptchaServlet - io.springboot.captcha.servlet中的类
-
验证码 servlet
- CaptchaServlet() - 类的构造器 io.springboot.captcha.servlet.CaptchaServlet
- CaptchaUtil - io.springboot.captcha.utils中的类
-
图形验证码工具类
- CaptchaUtil() - 类的构造器 io.springboot.captcha.utils.CaptchaUtil
- char_out(byte, OutputStream) - 类中的方法 io.springboot.captcha.utils.Encoder
- charMaxIndex - 类中的静态变量 io.springboot.captcha.base.Randoms
- charMinIndex - 类中的静态变量 io.springboot.captcha.base.Randoms
- chars - 类中的变量 io.springboot.captcha.base.Captcha
- charType - 类中的变量 io.springboot.captcha.base.Captcha
- checkAlpha() - 类中的方法 io.springboot.captcha.base.Captcha
-
检查验证码是否生成,没有则立即生成
- ChineseCaptcha - io.springboot.captcha中的类
- ChineseCaptcha() - 类的构造器 io.springboot.captcha.ChineseCaptcha
- ChineseCaptcha(int, int) - 类的构造器 io.springboot.captcha.ChineseCaptcha
- ChineseCaptcha(int, int, int) - 类的构造器 io.springboot.captcha.ChineseCaptcha
- ChineseCaptcha(int, int, int, Font) - 类的构造器 io.springboot.captcha.ChineseCaptcha
- ChineseCaptchaAbstract - io.springboot.captcha.base中的类
-
中文验证码抽象类 Created by 王帆 on 2018-07-27 上午 10:08.
- ChineseCaptchaAbstract() - 类的构造器 io.springboot.captcha.base.ChineseCaptchaAbstract
- ChineseGifCaptcha - io.springboot.captcha中的类
- ChineseGifCaptcha() - 类的构造器 io.springboot.captcha.ChineseGifCaptcha
- ChineseGifCaptcha(int, int) - 类的构造器 io.springboot.captcha.ChineseGifCaptcha
- ChineseGifCaptcha(int, int, int) - 类的构造器 io.springboot.captcha.ChineseGifCaptcha
- ChineseGifCaptcha(int, int, int, Font) - 类的构造器 io.springboot.captcha.ChineseGifCaptcha
- cl_block(OutputStream) - 类中的方法 io.springboot.captcha.utils.Encoder
- cl_hash(int) - 类中的方法 io.springboot.captcha.utils.Encoder
- clear(HttpServletRequest) - 类中的静态方法 io.springboot.captcha.utils.CaptchaJakartaUtil
-
清除session中的验证码
- clear(HttpServletRequest) - 类中的静态方法 io.springboot.captcha.utils.CaptchaUtil
-
清除session中的验证码
- clear_flg - 类中的变量 io.springboot.captcha.utils.Encoder
- ClearCode - 类中的变量 io.springboot.captcha.utils.Encoder
- closeStream - 类中的变量 io.springboot.captcha.utils.GifEncoder
- codetab - 类中的变量 io.springboot.captcha.utils.Encoder
- color() - 类中的方法 io.springboot.captcha.base.Captcha
-
获取随机常用颜色
- color(int, int) - 类中的方法 io.springboot.captcha.base.Captcha
-
给定范围获得随机颜色
- COLOR - 类中的静态变量 io.springboot.captcha.base.Captcha
- colorDepth - 类中的变量 io.springboot.captcha.utils.GifEncoder
- colorMap() - 类中的方法 io.springboot.captcha.utils.Quant
- colorTab - 类中的变量 io.springboot.captcha.utils.GifEncoder
- compress(int, OutputStream) - 类中的方法 io.springboot.captcha.utils.Encoder
- contest(int, int, int) - 类中的方法 io.springboot.captcha.utils.Quant
- copy(InputStream, OutputStream) - 类中的静态方法 io.springboot.captcha.utils.FileUtil
- copy(InputStream, OutputStream, int) - 类中的静态方法 io.springboot.captcha.utils.FileUtil
- copyLarge(InputStream, OutputStream) - 类中的静态方法 io.springboot.captcha.utils.FileUtil
- copyLarge(InputStream, OutputStream, byte[]) - 类中的静态方法 io.springboot.captcha.utils.FileUtil
- copyTempFontFile(String, File) - 类中的静态方法 io.springboot.captcha.utils.FontsUtil
-
复制字体文件到临时文件目录
- copyToFile(InputStream, File) - 类中的静态方法 io.springboot.captcha.utils.FileUtil
-
文件流复制
- createParentDirectories(File) - 类中的静态方法 io.springboot.captcha.utils.FileUtil
- cur_accum - 类中的变量 io.springboot.captcha.utils.Encoder
- cur_bits - 类中的变量 io.springboot.captcha.utils.Encoder
- curPixel - 类中的变量 io.springboot.captcha.utils.Encoder
D
- DEFAULT_BUFFER_SIZE - 类中的静态变量 io.springboot.captcha.utils.FileUtil
- DEFAULT_HEIGHT - 类中的静态变量 io.springboot.captcha.utils.AbstractCaptchaUtil
-
默认高度
- DEFAULT_LEN - 类中的静态变量 io.springboot.captcha.utils.AbstractCaptchaUtil
-
默认长度
- DEFAULT_WIDTH - 类中的静态变量 io.springboot.captcha.utils.AbstractCaptchaUtil
-
默认宽度
- delay - 类中的变量 io.springboot.captcha.utils.GifEncoder
- DELTA - 类中的静态变量 io.springboot.captcha.base.ChineseCaptchaAbstract
- difficulty - 类中的静态变量 io.springboot.captcha.base.ArithmeticCaptchaAbstract
-
难度
- dispose - 类中的变量 io.springboot.captcha.utils.GifEncoder
- DIV - 枚举 中的枚举常量 io.springboot.captcha.engine.Symbol
-
除法
- doGet(HttpServletRequest, HttpServletResponse) - 类中的方法 io.springboot.captcha.servlet.CaptchaJakartaServlet
- doGet(HttpServletRequest, HttpServletResponse) - 类中的方法 io.springboot.captcha.servlet.CaptchaServlet
- doPost(HttpServletRequest, HttpServletResponse) - 类中的方法 io.springboot.captcha.servlet.CaptchaJakartaServlet
- doPost(HttpServletRequest, HttpServletResponse) - 类中的方法 io.springboot.captcha.servlet.CaptchaServlet
- drawBesselLine(int, Color, Graphics2D) - 类中的方法 io.springboot.captcha.base.Captcha
-
随机画贝塞尔曲线
- drawBesselLine(int, Graphics2D) - 类中的方法 io.springboot.captcha.base.Captcha
-
随机画贝塞尔曲线
- drawLine(int, Color, Graphics2D) - 类中的方法 io.springboot.captcha.base.Captcha
-
随机画干扰线
- drawLine(int, Graphics2D) - 类中的方法 io.springboot.captcha.base.Captcha
-
随机画干扰线
- drawOval(int, Color, Graphics2D) - 类中的方法 io.springboot.captcha.base.Captcha
-
随机画干扰圆
- drawOval(int, Graphics2D) - 类中的方法 io.springboot.captcha.base.Captcha
-
随机画干扰圆
E
- encode(OutputStream) - 类中的方法 io.springboot.captcha.utils.Encoder
- Encoder - io.springboot.captcha.utils中的类
- Encoder(int, int, byte[], int) - 类的构造器 io.springboot.captcha.utils.Encoder
- EOF - 类中的静态变量 io.springboot.captcha.utils.Encoder
- EOF - 类中的静态变量 io.springboot.captcha.utils.FileUtil
- EOFCode - 类中的变量 io.springboot.captcha.utils.Encoder
F
- FileUtil - io.springboot.captcha.utils中的类
- FileUtil() - 类的构造器 io.springboot.captcha.utils.FileUtil
- findClosest(Color) - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Returns index of palette color closest to c
- finish() - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Flushes any pending data and closes output file.
- firstFrame - 类中的变量 io.springboot.captcha.utils.GifEncoder
- flush_char(OutputStream) - 类中的方法 io.springboot.captcha.utils.Encoder
- font - 类中的变量 io.springboot.captcha.base.Captcha
- FONT_1 - 类中的静态变量 io.springboot.captcha.base.Captcha
- FONT_10 - 类中的静态变量 io.springboot.captcha.base.Captcha
- FONT_2 - 类中的静态变量 io.springboot.captcha.base.Captcha
- FONT_3 - 类中的静态变量 io.springboot.captcha.base.Captcha
- FONT_4 - 类中的静态变量 io.springboot.captcha.base.Captcha
- FONT_5 - 类中的静态变量 io.springboot.captcha.base.Captcha
- FONT_6 - 类中的静态变量 io.springboot.captcha.base.Captcha
- FONT_7 - 类中的静态变量 io.springboot.captcha.base.Captcha
- FONT_8 - 类中的静态变量 io.springboot.captcha.base.Captcha
- FONT_9 - 类中的静态变量 io.springboot.captcha.base.Captcha
- FONT_NAMES - 类中的静态变量 io.springboot.captcha.base.Captcha
- FontsUtil - io.springboot.captcha.utils中的类
-
解决自定义字体读取时,产生.tmp临时文件耗磁盘的问题。
- FontsUtil() - 类的构造器 io.springboot.captcha.utils.FontsUtil
- free_ent - 类中的变量 io.springboot.captcha.utils.Encoder
- freq - 类中的变量 io.springboot.captcha.utils.Quant
G
- g_init_bits - 类中的变量 io.springboot.captcha.utils.Encoder
- gamma - 类中的静态变量 io.springboot.captcha.utils.Quant
- gammashift - 类中的静态变量 io.springboot.captcha.utils.Quant
- getAlpha(int, int) - 类中的方法 io.springboot.captcha.ChineseGifCaptcha
-
获取透明度,从0到1,自动计算步长
- getAlpha(int, int) - 类中的方法 io.springboot.captcha.GifCaptcha
-
获取透明度,从0到1,自动计算步长
- getArithmeticString() - 类中的方法 io.springboot.captcha.base.ArithmeticCaptchaAbstract
- getCharType() - 类中的方法 io.springboot.captcha.base.Captcha
- getContentType() - 类中的方法 io.springboot.captcha.ArithmeticCaptcha
- getContentType() - 类中的方法 io.springboot.captcha.base.Captcha
-
获取图片类型
- getContentType() - 类中的方法 io.springboot.captcha.ChineseCaptcha
- getContentType() - 类中的方法 io.springboot.captcha.ChineseGifCaptcha
- getContentType() - 类中的方法 io.springboot.captcha.GifCaptcha
- getContentType() - 类中的方法 io.springboot.captcha.SpecCaptcha
- getFont() - 类中的方法 io.springboot.captcha.base.Captcha
- getFont(String, int, float) - 类中的静态方法 io.springboot.captcha.utils.FontsUtil
-
手动复制字体文件到临时目录.
- getFrameByteArray() - 类中的方法 io.springboot.captcha.utils.GifEncoder
- getHeight() - 类中的方法 io.springboot.captcha.base.Captcha
- getImagePixels() - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Extracts image pixels into byte array "pixels"
- getLen() - 类中的方法 io.springboot.captcha.base.Captcha
- getParentFile(File) - 类中的静态方法 io.springboot.captcha.utils.FileUtil
- getWidth() - 类中的方法 io.springboot.captcha.base.Captcha
- GifCaptcha - io.springboot.captcha中的类
-
Gif验证码类 Created by 王帆 on 2018-07-27 上午 10:08.
- GifCaptcha() - 类的构造器 io.springboot.captcha.GifCaptcha
- GifCaptcha(int, int) - 类的构造器 io.springboot.captcha.GifCaptcha
- GifCaptcha(int, int, int) - 类的构造器 io.springboot.captcha.GifCaptcha
- GifCaptcha(int, int, int, Font) - 类的构造器 io.springboot.captcha.GifCaptcha
- GifEncoder - io.springboot.captcha.utils中的类
-
Gif生成工具 Class AnimatedGifEncoder - Encodes a GIF file consisting of one or more frames.
- GifEncoder() - 类的构造器 io.springboot.captcha.utils.GifEncoder
- graphicsImage(char[], OutputStream) - 类中的方法 io.springboot.captcha.ArithmeticCaptcha
-
生成验证码图形
- graphicsImage(char[], OutputStream) - 类中的方法 io.springboot.captcha.ChineseCaptcha
-
生成验证码图形
- graphicsImage(char[], OutputStream) - 类中的方法 io.springboot.captcha.SpecCaptcha
-
生成验证码图形
- graphicsImage(Color[], char[], int, int[][]) - 类中的方法 io.springboot.captcha.ChineseGifCaptcha
-
画随机码图
- graphicsImage(Color[], char[], int, int[][]) - 类中的方法 io.springboot.captcha.GifCaptcha
-
画随机码图
H
- height - 类中的变量 io.springboot.captcha.base.Captcha
- height - 类中的变量 io.springboot.captcha.utils.GifEncoder
- hsize - 类中的变量 io.springboot.captcha.utils.Encoder
- HSIZE - 类中的静态变量 io.springboot.captcha.utils.Encoder
- htab - 类中的变量 io.springboot.captcha.utils.Encoder
I
- image - 类中的变量 io.springboot.captcha.utils.GifEncoder
- imgH - 类中的变量 io.springboot.captcha.utils.Encoder
- imgW - 类中的变量 io.springboot.captcha.utils.Encoder
- indexedPixels - 类中的变量 io.springboot.captcha.utils.GifEncoder
- initalpha - 类中的静态变量 io.springboot.captcha.utils.Quant
- initCodeSize - 类中的变量 io.springboot.captcha.utils.Encoder
- initrad - 类中的静态变量 io.springboot.captcha.utils.Quant
- initradius - 类中的静态变量 io.springboot.captcha.utils.Quant
- intbias - 类中的静态变量 io.springboot.captcha.utils.Quant
- intbiasshift - 类中的静态变量 io.springboot.captcha.utils.Quant
- inxbuild() - 类中的方法 io.springboot.captcha.utils.Quant
- io.springboot.captcha - 程序包 io.springboot.captcha
- io.springboot.captcha.base - 程序包 io.springboot.captcha.base
- io.springboot.captcha.engine - 程序包 io.springboot.captcha.engine
- io.springboot.captcha.servlet - 程序包 io.springboot.captcha.servlet
- io.springboot.captcha.utils - 程序包 io.springboot.captcha.utils
L
- learn() - 类中的方法 io.springboot.captcha.utils.Quant
- len - 类中的变量 io.springboot.captcha.base.Captcha
- lengthcount - 类中的变量 io.springboot.captcha.utils.Quant
- lowerMaxIndex - 类中的静态变量 io.springboot.captcha.base.Randoms
- lowerMinIndex - 类中的静态变量 io.springboot.captcha.base.Randoms
M
- map(int, int, int) - 类中的方法 io.springboot.captcha.utils.Quant
- masks - 类中的变量 io.springboot.captcha.utils.Encoder
- maxbits - 类中的变量 io.springboot.captcha.utils.Encoder
- maxcode - 类中的变量 io.springboot.captcha.utils.Encoder
- MAXCODE(int) - 类中的方法 io.springboot.captcha.utils.Encoder
- maxmaxcode - 类中的变量 io.springboot.captcha.utils.Encoder
- maxnetpos - 类中的静态变量 io.springboot.captcha.utils.Quant
- minpicturebytes - 类中的静态变量 io.springboot.captcha.utils.Quant
- mkdirs(File) - 类中的静态方法 io.springboot.captcha.utils.FileUtil
- MUL - 枚举 中的枚举常量 io.springboot.captcha.engine.Symbol
-
乘法
N
- n_bits - 类中的变量 io.springboot.captcha.utils.Encoder
- ncycles - 类中的静态变量 io.springboot.captcha.utils.Quant
- netbiasshift - 类中的静态变量 io.springboot.captcha.utils.Quant
- netindex - 类中的变量 io.springboot.captcha.utils.Quant
- netsize - 类中的静态变量 io.springboot.captcha.utils.Quant
- network - 类中的变量 io.springboot.captcha.utils.Quant
- nextPixel() - 类中的方法 io.springboot.captcha.utils.Encoder
- num(int) - 类中的静态方法 io.springboot.captcha.base.Randoms
-
产生0-num的随机数,不包括num
- num(int, int) - 类中的静态方法 io.springboot.captcha.base.Randoms
-
产生两个数之间的随机数
- NUM - 枚举 中的枚举常量 io.springboot.captcha.engine.Symbol
-
标识符
- numMaxIndex - 类中的静态变量 io.springboot.captcha.base.Randoms
O
- of(String) - 枚举中的静态方法 io.springboot.captcha.engine.Symbol
- openOutputStream(File) - 类中的静态方法 io.springboot.captcha.utils.FileUtil
- openOutputStream(File, boolean) - 类中的静态方法 io.springboot.captcha.utils.FileUtil
- out - 类中的变量 io.springboot.captcha.utils.GifEncoder
- out(int, int, int, int, HttpServletRequest, HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaJakartaUtil
-
输出验证码
- out(int, int, int, int, HttpServletRequest, HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaUtil
-
输出验证码
- out(int, int, int, HttpServletRequest, HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaJakartaUtil
-
输出验证码
- out(int, int, int, Font, int, HttpServletRequest, HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaJakartaUtil
-
输出验证码
- out(int, int, int, Font, int, HttpServletRequest, HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaUtil
-
输出验证码
- out(int, int, int, HttpServletRequest, HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaUtil
-
输出验证码
- out(int, HttpServletRequest, HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaJakartaUtil
-
输出验证码
- out(int, Font, HttpServletRequest, HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaJakartaUtil
-
输出验证码
- out(int, Font, HttpServletRequest, HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaUtil
-
输出验证码
- out(int, HttpServletRequest, HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaUtil
-
输出验证码
- out(Captcha, HttpServletRequest, HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaJakartaUtil
-
输出验证码
- out(Captcha, HttpServletRequest, HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaUtil
-
输出验证码
- out(HttpServletRequest, HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaJakartaUtil
-
输出验证码
- out(Font, HttpServletRequest, HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaJakartaUtil
-
输出验证码
- out(Font, HttpServletRequest, HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaUtil
-
输出验证码
- out(OutputStream) - 类中的方法 io.springboot.captcha.ArithmeticCaptcha
-
生成验证码
- out(OutputStream) - 类中的方法 io.springboot.captcha.base.Captcha
-
验证码输出,抽象方法,由子类实现
- out(OutputStream) - 类中的方法 io.springboot.captcha.ChineseCaptcha
-
生成验证码
- out(OutputStream) - 类中的方法 io.springboot.captcha.ChineseGifCaptcha
- out(OutputStream) - 类中的方法 io.springboot.captcha.GifCaptcha
- out(OutputStream) - 类中的方法 io.springboot.captcha.SpecCaptcha
-
生成验证码
- out(HttpServletRequest, HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaUtil
-
输出验证码
- outFlush() - 类中的方法 io.springboot.captcha.utils.GifEncoder
- output(int, OutputStream) - 类中的方法 io.springboot.captcha.utils.Encoder
P
- palSize - 类中的变量 io.springboot.captcha.utils.GifEncoder
- pixAry - 类中的变量 io.springboot.captcha.utils.Encoder
- pixels - 类中的变量 io.springboot.captcha.utils.GifEncoder
- prime1 - 类中的静态变量 io.springboot.captcha.utils.Quant
- prime2 - 类中的静态变量 io.springboot.captcha.utils.Quant
- prime3 - 类中的静态变量 io.springboot.captcha.utils.Quant
- prime4 - 类中的静态变量 io.springboot.captcha.utils.Quant
- priority - 枚举中的变量 io.springboot.captcha.engine.Symbol
-
是否优先计算
- process() - 类中的方法 io.springboot.captcha.utils.Quant
Q
- Quant - io.springboot.captcha.utils中的类
- Quant(byte[], int, int) - 类的构造器 io.springboot.captcha.utils.Quant
R
- radbias - 类中的静态变量 io.springboot.captcha.utils.Quant
- radbiasshift - 类中的静态变量 io.springboot.captcha.utils.Quant
- radiusbias - 类中的静态变量 io.springboot.captcha.utils.Quant
- radiusbiasshift - 类中的静态变量 io.springboot.captcha.utils.Quant
- radiusdec - 类中的静态变量 io.springboot.captcha.utils.Quant
- radpower - 类中的变量 io.springboot.captcha.utils.Quant
- RANDOM - 类中的静态变量 io.springboot.captcha.base.Randoms
- Randoms - io.springboot.captcha.base中的类
-
随机数工具类 Created by 王帆 on 2018-07-27 上午 10:08.
- Randoms() - 类的构造器 io.springboot.captcha.base.Randoms
- remaining - 类中的变量 io.springboot.captcha.utils.Encoder
- repeat - 类中的变量 io.springboot.captcha.utils.GifEncoder
- requireCanWrite(File, String) - 类中的静态方法 io.springboot.captcha.utils.FileUtil
- requireFile(File, String) - 类中的静态方法 io.springboot.captcha.utils.FileUtil
- reset() - 类中的方法 io.springboot.captcha.utils.GifEncoder
S
- sample - 类中的变量 io.springboot.captcha.utils.GifEncoder
- samplefac - 类中的变量 io.springboot.captcha.utils.Quant
- serialVersionUID - 类中的静态变量 io.springboot.captcha.servlet.CaptchaJakartaServlet
- serialVersionUID - 类中的静态变量 io.springboot.captcha.servlet.CaptchaServlet
- SESSION_KEY - 类中的静态变量 io.springboot.captcha.utils.AbstractCaptchaUtil
-
session 键名
- setArithmeticString(String) - 类中的方法 io.springboot.captcha.base.ArithmeticCaptchaAbstract
- setCharType(int) - 类中的方法 io.springboot.captcha.base.Captcha
- setDelay(int) - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Sets the delay time between each frame, or changes it for subsequent frames (applies to last frame added).
- setDifficulty(int) - 类中的方法 io.springboot.captcha.base.ArithmeticCaptchaAbstract
- setDispose(int) - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Sets the GIF frame disposal code for the last added frame and any subsequent frames.
- setFont(int) - 类中的方法 io.springboot.captcha.base.Captcha
- setFont(int, float) - 类中的方法 io.springboot.captcha.base.Captcha
- setFont(int, int, float) - 类中的方法 io.springboot.captcha.base.Captcha
- setFont(Font) - 类中的方法 io.springboot.captcha.base.Captcha
- setFrameRate(float) - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Sets frame rate in frames per second.
- setHeader(HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaJakartaUtil
-
设置相应头
- setHeader(HttpServletResponse) - 类中的静态方法 io.springboot.captcha.utils.CaptchaUtil
-
设置相应头
- setHeight(int) - 类中的方法 io.springboot.captcha.base.Captcha
- setLen(int) - 类中的方法 io.springboot.captcha.base.Captcha
- setQuality(int) - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Sets quality of color quantization (conversion of images to the maximum 256 colors allowed by the GIF specification).
- setRepeat(int) - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Sets the number of times the set of GIF frames should be played.
- setSize(int, int) - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Sets the GIF frame size.
- setTransparent(Color) - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Sets the transparent color for the last added frame and any subsequent frames.
- setWidth(int) - 类中的方法 io.springboot.captcha.base.Captcha
- sizeSet - 类中的变量 io.springboot.captcha.utils.GifEncoder
- SpecCaptcha - io.springboot.captcha中的类
-
png格式验证码 Created by 王帆 on 2018-07-27 上午 10:08.
- SpecCaptcha() - 类的构造器 io.springboot.captcha.SpecCaptcha
- SpecCaptcha(int, int) - 类的构造器 io.springboot.captcha.SpecCaptcha
- SpecCaptcha(int, int, int) - 类的构造器 io.springboot.captcha.SpecCaptcha
- SpecCaptcha(int, int, int, Font) - 类的构造器 io.springboot.captcha.SpecCaptcha
- start(OutputStream) - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Initiates GIF file creation on the given stream.
- start(String) - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Initiates writing of a GIF file with the specified name.
- started - 类中的变量 io.springboot.captcha.utils.GifEncoder
- SUB - 枚举 中的枚举常量 io.springboot.captcha.engine.Symbol
-
减发
- supportAlgorithmSign(int) - 类中的方法 io.springboot.captcha.base.ArithmeticCaptchaAbstract
-
algorithmSign
- Symbol - io.springboot.captcha.engine中的枚举
-
标识符
- Symbol() - 枚举的构造器 io.springboot.captcha.engine.Symbol
T
- text() - 类中的方法 io.springboot.captcha.base.Captcha
-
获取当前的验证码
- textChar() - 类中的方法 io.springboot.captcha.base.Captcha
-
获取当前验证码的字符数组
- thepicture - 类中的变量 io.springboot.captcha.utils.Quant
- toBase64() - 类中的方法 io.springboot.captcha.ArithmeticCaptcha
- toBase64() - 类中的方法 io.springboot.captcha.base.Captcha
-
输出base64编码
- toBase64() - 类中的方法 io.springboot.captcha.ChineseCaptcha
- toBase64() - 类中的方法 io.springboot.captcha.ChineseGifCaptcha
- toBase64() - 类中的方法 io.springboot.captcha.GifCaptcha
- toBase64() - 类中的方法 io.springboot.captcha.SpecCaptcha
- toBase64(String) - 类中的方法 io.springboot.captcha.base.Captcha
-
输出base64编码
- transIndex - 类中的变量 io.springboot.captcha.utils.GifEncoder
- transparent - 类中的变量 io.springboot.captcha.utils.GifEncoder
- TYPE_DEFAULT - 类中的静态变量 io.springboot.captcha.base.Captcha
- TYPE_NUM_AND_UPPER - 类中的静态变量 io.springboot.captcha.base.Captcha
- TYPE_ONLY_CHAR - 类中的静态变量 io.springboot.captcha.base.Captcha
- TYPE_ONLY_LOWER - 类中的静态变量 io.springboot.captcha.base.Captcha
- TYPE_ONLY_NUMBER - 类中的静态变量 io.springboot.captcha.base.Captcha
- TYPE_ONLY_UPPER - 类中的静态变量 io.springboot.captcha.base.Captcha
U
- unbiasnet() - 类中的方法 io.springboot.captcha.utils.Quant
- upperMaxIndex - 类中的静态变量 io.springboot.captcha.base.Randoms
- upperMinIndex - 类中的静态变量 io.springboot.captcha.base.Randoms
- usedEntry - 类中的变量 io.springboot.captcha.utils.GifEncoder
V
- value - 枚举中的变量 io.springboot.captcha.engine.Symbol
-
算数符号
- valueOf(String) - 枚举中的静态方法 io.springboot.captcha.engine.Symbol
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举中的静态方法 io.springboot.captcha.engine.Symbol
-
返回包含该枚举类型的常量的数组, 顺序与声明这些常量的顺序相同
- ver(String, HttpServletRequest) - 类中的静态方法 io.springboot.captcha.utils.CaptchaJakartaUtil
-
验证验证码
- ver(String, HttpServletRequest) - 类中的静态方法 io.springboot.captcha.utils.CaptchaUtil
-
验证验证码
W
- width - 类中的变量 io.springboot.captcha.base.Captcha
- width - 类中的变量 io.springboot.captcha.utils.GifEncoder
- writeGraphicCtrlExt() - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Writes Graphic Control Extension
- writeImageDesc() - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Writes Image Descriptor
- writeLSD() - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Writes Logical Screen Descriptor
- writeNetscapeExt() - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Writes Netscape application extension to define repeat count.
- writePalette() - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Writes color table
- writePixels() - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Encodes and writes pixel data
- writeShort(int) - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Write 16-bit value to output stream, LSB first
- writeString(String) - 类中的方法 io.springboot.captcha.utils.GifEncoder
-
Writes string to output stream
常量字段值|所有程序包|所有类和接口|序列化表格