- generate() - Method in interface org.aoju.bus.extra.captcha.strategy.CodeStrategy
-
生成验证码
- generate() - Method in class org.aoju.bus.extra.captcha.strategy.MathStrategy
-
- generate() - Method in class org.aoju.bus.extra.captcha.strategy.RandomStrategy
-
- generate(String, QrConfig, String, String) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成代 logo 图片的 Base64 编码格式的二维码,以 String 形式表示
- generate(String, QrConfig, String, byte[]) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成代 logo 图片的 Base64 编码格式的二维码,以 String 形式表示
- generate(String, QrConfig, String) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成 Base64 编码格式的二维码,以 String 形式表示
- generate(String, int, int, File) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成二维码到文件,二维码图片格式取决于文件的扩展名
- generate(String, QrConfig, File) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成二维码到文件,二维码图片格式取决于文件的扩展名
- generate(String, int, int, String, OutputStream) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成二维码到输出流
- generate(String, QrConfig, String, OutputStream) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成二维码到输出流
- generate(String, int, int) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成二维码图片
- generate(String, BarcodeFormat, int, int) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成二维码或条形码图片
- generate(String, QrConfig) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成二维码图片
- generate(String, BarcodeFormat, QrConfig) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成二维码或条形码图片
只有二维码时QrConfig中的图片才有效
- generateCode() - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
生成验证码字符串
- generateLocalPort() - Static method in class org.aoju.bus.extra.ssh.SshKit
-
生成一个本地端口,用于远程端口映射
- generatePng(String, int, int) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成PNG格式的二维码图片,以byte[]形式表示
- generatePng(String, QrConfig) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成PNG格式的二维码图片,以byte[]形式表示
- generator - Variable in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
验证码生成器
- get() - Method in interface org.aoju.bus.extra.captcha.CaptchaProvider
-
获取验证码的文字内容
- get() - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
- get() - Method in class org.aoju.bus.extra.captcha.provider.ClickWordProvider
-
- get() - Method in class org.aoju.bus.extra.captcha.provider.PuzzleProvider
-
- get(String) - Method in enum org.aoju.bus.extra.effect.EffectFactory
-
获取解压缩服务提供者 @SPI 值是{#name} 名称
- get(String) - Static method in class org.aoju.bus.extra.emoji.EmojiKit
-
通过别名获取Emoji
- get() - Static method in class org.aoju.bus.extra.json.JsonFactory
-
- get() - Static method in class org.aoju.bus.extra.pinyin.PinyinFactory
-
- get(String) - Method in enum org.aoju.bus.extra.ssh.JschSessionPool
-
获取Session,不存在返回null
- get(String, String) - Method in class org.aoju.bus.extra.ssh.Sftp
-
获取远程文件
- getBackColor() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取背景色
- getBody(ServletRequest) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获取请求体
调用该方法后,getParam方法将失效
- getBodyBytes(ServletRequest) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获取请求体byte[]
调用该方法后,getParam方法将失效
- getByTag(String) - Static method in class org.aoju.bus.extra.emoji.EmojiKit
-
通过tag方式获取对应的所有Emoji表情
- getCharset() - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- getCharset() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取编码
- getClient() - Method in class org.aoju.bus.extra.ftp.Ftp
-
获取FTPClient客户端对象
- getClient() - Method in class org.aoju.bus.extra.ssh.Sftp
-
获取SFTP通道客户端
- getClientIP(HttpServletRequest, String...) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获取客户端IP
- getClientIPByHeader(HttpServletRequest, String...) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获取客户端IP
- getConnectionTimeout() - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- getErrorCorrection() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取纠错级别
- getFirstLetter(char) - Static method in class org.aoju.bus.extra.pinyin.PinyinKit
-
将输入字符串转为拼音首字母,其它字符原样返回
- getFirstLetter(String, String) - Static method in class org.aoju.bus.extra.pinyin.PinyinKit
-
将输入字符串转为拼音首字母,其它字符原样返回
- getFirstLetter(char) - Method in interface org.aoju.bus.extra.pinyin.PinyinProvider
-
将输入字符串转为拼音首字母,其它字符原样返回
- getFirstLetter(String, String) - Method in interface org.aoju.bus.extra.pinyin.PinyinProvider
-
将输入字符串转为拼音首字母,其它字符原样返回
- getForeColor() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取前景色
- getGenerator() - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
获取验证码生成器
- getGroup() - Method in class org.aoju.bus.extra.ssh.Connector
-
获得用户组名
- getHeader(HttpServletRequest) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获取请求所有的头(header)信息
- getHeader(HttpServletRequest, String) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
忽略大小写获得请求header中的信息
- getHeader(HttpServletRequest, String, String) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获得请求header中的信息
- getHeader(HttpServletRequest, String, Charset) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获得请求header中的信息
- getHeight() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取高度
- getHost() - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- getHost() - Method in class org.aoju.bus.extra.ssh.Connector
-
获得主机名
- getImage() - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
获取验证码图
- getImageBase64() - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
获得图片的Base64形式
- getImageBytes() - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
获取图形验证码图片bytes
- getImg() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取二维码中的Logo
- getLength() - Method in class org.aoju.bus.extra.captcha.strategy.AbstractStrategy
-
获取验证码长度
- getLength() - Method in class org.aoju.bus.extra.captcha.strategy.MathStrategy
-
获取验证码长度
- getListenerFactory() - Method in class org.aoju.bus.extra.ftp.FtpServer
-
获取ListenerFactory,用于设置端口、用户、SSL等信息
- getMargin() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取边距
- getMatrix() - Method in class org.aoju.bus.extra.qrcode.LuminanceSource
-
- getParamMap(ServletRequest) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获得所有请求参数
- getParams(ServletRequest) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获得所有请求参数
- getPassword() - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- getPassword() - Method in class org.aoju.bus.extra.ssh.Connector
-
获得密码
- getPinyin(char) - Static method in class org.aoju.bus.extra.pinyin.PinyinKit
-
如果c为汉字,则返回大写拼音;如果c不是汉字,则返回String.valueOf(c)
- getPinyin(String) - Static method in class org.aoju.bus.extra.pinyin.PinyinKit
-
将输入字符串转为拼音,每个字之间的拼音使用空格分隔
- getPinyin(String, String) - Static method in class org.aoju.bus.extra.pinyin.PinyinKit
-
将输入字符串转为拼音,以字符为单位插入分隔符
- getPinyin(char) - Method in interface org.aoju.bus.extra.pinyin.PinyinProvider
-
如果c为汉字,则返回大写拼音;如果c不是汉字,则返回String.valueOf(c)
- getPinyin(String, String) - Method in interface org.aoju.bus.extra.pinyin.PinyinProvider
-
获取字符串对应的完整拼音,非中文返回原字符
- getPinyin(char) - Method in class org.aoju.bus.extra.pinyin.provider.Bopomofo4jProvider
-
- getPinyin(String, String) - Method in class org.aoju.bus.extra.pinyin.provider.Bopomofo4jProvider
-
- getPinyin(char) - Method in class org.aoju.bus.extra.pinyin.provider.JPinyinProvider
-
- getPinyin(String, String) - Method in class org.aoju.bus.extra.pinyin.provider.JPinyinProvider
-
- getPinyin(char) - Method in class org.aoju.bus.extra.pinyin.provider.Pinyin4JProvider
-
- getPinyin(String, String) - Method in class org.aoju.bus.extra.pinyin.provider.Pinyin4JProvider
-
- getPinyin(char) - Method in class org.aoju.bus.extra.pinyin.provider.TinyPinyinProvider
-
- getPinyin(String, String) - Method in class org.aoju.bus.extra.pinyin.provider.TinyPinyinProvider
-
- getPort() - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- getPort() - Method in class org.aoju.bus.extra.ssh.Connector
-
获得端口号
- getProvider() - Static method in class org.aoju.bus.extra.json.JsonKit
-
获得全局单例的json映射器
- getProvider() - Static method in class org.aoju.bus.extra.pinyin.PinyinKit
-
获得全局单例的拼音引擎
- getQrVersion() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
设置二维码中的信息量,可设置0-40的整数,二维码图片也会根据qrVersion而变化,0表示根据传入信息自动变化
- getRatio() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取二维码中的Logo缩放的比例系数,如5表示长宽最小值的1/5
- getRow(int, byte[]) - Method in class org.aoju.bus.extra.qrcode.LuminanceSource
-
- getServerFactory() - Method in class org.aoju.bus.extra.ftp.FtpServer
-
获取 FtpServerFactory,用于设置FTP服务器相关信息
- getSession(String, int, String, String) - Method in enum org.aoju.bus.extra.ssh.JschSessionPool
-
获得一个SSH跳板机会话,重用已经使用的会话
- getSession(String, int, String, String, byte[]) - Method in enum org.aoju.bus.extra.ssh.JschSessionPool
-
获得一个SSH跳板机会话,重用已经使用的会话
- getSession(String, int, String, String) - Static method in class org.aoju.bus.extra.ssh.SshKit
-
获得一个SSH会话,重用已经使用的会话
- getSession(String, int, String, String, byte[]) - Static method in class org.aoju.bus.extra.ssh.SshKit
-
获得一个SSH会话,重用已经使用的会话
- getSoTimeout() - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- getUser() - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- getUser() - Method in class org.aoju.bus.extra.ssh.Connector
-
获得用户名
- getUserManager() - Method in class org.aoju.bus.extra.ftp.FtpServer
-
获取用户管理器,用于新增、查找和删除用户信息
- getValue(String, String) - Static method in class org.aoju.bus.extra.json.JsonKit
-
获取json字符串指定属性值
- getValue(String, String) - Method in interface org.aoju.bus.extra.json.JsonProvider
-
获取json字符串指定属性值
- getValue(String, String) - Method in class org.aoju.bus.extra.json.provider.FastJsonProvider
-
- getValue(String, String) - Method in class org.aoju.bus.extra.json.provider.GsonProvider
-
- getValue(String, String) - Method in class org.aoju.bus.extra.json.provider.JacksonProvider
-
- getValue() - Method in enum org.aoju.bus.extra.ssh.ChannelType
-
获取值
- getWidth() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取宽度
- getWriter(HttpServletResponse) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获得PrintWriter
- GifProvider - Class in org.aoju.bus.extra.captcha.provider
-
Git验证码
- GifProvider(int, int) - Constructor for class org.aoju.bus.extra.captcha.provider.GifProvider
-
可以设置验证码宽度,高度的构造函数
- GifProvider(int, int, int) - Constructor for class org.aoju.bus.extra.captcha.provider.GifProvider
-
- gson - Static variable in class org.aoju.bus.extra.json.provider.GsonProvider
-
- GsonProvider - Class in org.aoju.bus.extra.json.provider
-
Gson 解析器
- GsonProvider() - Constructor for class org.aoju.bus.extra.json.provider.GsonProvider
-
构造
- GzipProvider - Class in org.aoju.bus.extra.effect.provider
-
基于gzip算法的数据解压缩
- GzipProvider() - Constructor for class org.aoju.bus.extra.effect.provider.GzipProvider
-
- ServletKit - Class in org.aoju.bus.extra.servlet
-
Servlet 工具类
- ServletKit() - Constructor for class org.aoju.bus.extra.servlet.ServletKit
-
- setBackColor(Color) - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
设置背景色,例如:Color.BLUE
- setBackground(Color) - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
设置背景色
- setBackToPwd(boolean) - Method in class org.aoju.bus.extra.ftp.Ftp
-
设置执行完操作是否返回当前目录
- setCharset(Charset) - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- setCharset(Charset) - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
设置编码
- setConnectionConfig(ConnectionConfig) - Method in class org.aoju.bus.extra.ftp.FtpServer
-
设置连接相关配置,使用ConnectionConfigFactory创建ConnectionConfig对象
- setConnectionTimeout(long) - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- setErrorCorrection(ErrorCorrectionLevel) - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
设置纠错级别
- setFont(Font) - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
自定义字体
- setForeColor(Color) - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
设置前景色,例如:Color.BLUE.getRGB()
- setGenerator(CodeStrategy) - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
设置验证码生成器
- setGroup(String) - Method in class org.aoju.bus.extra.ssh.Connector
-
设定用户组名
- setHeader(HttpServletResponse, String, Object) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
设置响应的Header
- setHeight(int) - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
设置高度
- setHost(String) - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- setHost(String) - Method in class org.aoju.bus.extra.ssh.Connector
-
设定主机名
- setImg(String) - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
设置二维码中的Logo文件
- setImg(File) - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
设置二维码中的Logo文件
- setImg(Image) - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
设置二维码中的Logo
- setMargin(Integer) - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
设置边距
- setMaxColor(int) - Method in class org.aoju.bus.extra.captcha.provider.GifProvider
-
设置验证码字符颜色
- setMinColor(int) - Method in class org.aoju.bus.extra.captcha.provider.GifProvider
-
设置验证码字符颜色
- setMode(FtpMode) - Method in class org.aoju.bus.extra.ftp.Ftp
-
设置FTP连接模式,可选主动和被动模式
- setPassword(String) - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- setPassword(String) - Method in class org.aoju.bus.extra.ssh.Connector
-
设定密码
- setPort(int) - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- setPort(int) - Method in class org.aoju.bus.extra.ftp.FtpServer
-
自定义默认端口,如果不设置,使用默认端口:21
- setPort(int) - Method in class org.aoju.bus.extra.ssh.Connector
-
设定端口号
- setQrVersion(Integer) - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
设置二维码中的信息量,可设置0-40的整数,二维码图片也会根据qrVersion而变化,0表示根据传入信息自动变化
- setQuality(int) - Method in class org.aoju.bus.extra.captcha.provider.GifProvider
-
设置图像的颜色量化(转换质量 由GIF规范允许的最大256种颜色)。
低的值(最小值= 1)产生更好的颜色,但处理显著缓慢。
10是默认,并产生良好的颜色而且有以合理的速度。
值更大(大于20)不产生显著的改善速度
- setRatio(int) - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
设置二维码中的Logo缩放的比例系数,如5表示长宽最小值的1/5
- setRepeat(int) - Method in class org.aoju.bus.extra.captcha.provider.GifProvider
-
设置GIF帧应该播放的次数。
默认是 0; 0意味着无限循环。
必须在添加的第一个图像之前被调用。
- setSoTimeout(long) - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- setSsl(SslConfiguration) - Method in class org.aoju.bus.extra.ftp.FtpServer
-
使用SSL安全连接,可以使用SslConfigurationFactory创建SslConfiguration
- setSsl(File, String) - Method in class org.aoju.bus.extra.ftp.FtpServer
-
使用SSL安全连接
- setTextAlpha(float) - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
设置文字透明度
- setUser(String) - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- setUser(String) - Method in class org.aoju.bus.extra.ssh.Connector
-
设定用户名
- setUserManager(UserManager) - Method in class org.aoju.bus.extra.ftp.FtpServer
-
自定义用户管理器,一般用于使用配置文件配置用户信息
- setUsersConfig(File) - Method in class org.aoju.bus.extra.ftp.FtpServer
-
自定义用户信息配置文件,此方法会重置用户管理器
- setWidth(int) - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
设置宽度
- Sftp - Class in org.aoju.bus.extra.ssh
-
SFTP是Secure File Transfer Protocol的缩写,安全文件传送协议 可以为传输文件提供一种安全的加密方法
SFTP 为 SSH的一部份,是一种传输文件到服务器的安全方式 SFTP是使用加密传输认证信息和传输的数据,所以,使用SFTP是非常安全的
但是,由于这种传输方式使用了加密/解密技术,所以传输效率比普通的FTP要低得多,如果您对网络安全性要求更高时,可以使用SFTP代替FTP
- Sftp(String, int, String, String) - Constructor for class org.aoju.bus.extra.ssh.Sftp
-
构造
- Sftp(String, int, String, String, Charset) - Constructor for class org.aoju.bus.extra.ssh.Sftp
-
构造
- Sftp(FtpConfig) - Constructor for class org.aoju.bus.extra.ssh.Sftp
-
构造
- Sftp(Session) - Constructor for class org.aoju.bus.extra.ssh.Sftp
-
构造
- Sftp(Session, Charset) - Constructor for class org.aoju.bus.extra.ssh.Sftp
-
构造
- Sftp(ChannelSftp, Charset) - Constructor for class org.aoju.bus.extra.ssh.Sftp
-
构造
- Sftp.Mode - Enum in org.aoju.bus.extra.ssh
-
JSch支持的三种文件传输模式
- ShearProvider - Class in org.aoju.bus.extra.captcha.provider
-
扭曲干扰验证码
- ShearProvider(int, int) - Constructor for class org.aoju.bus.extra.captcha.provider.ShearProvider
-
构造
- ShearProvider(int, int, int) - Constructor for class org.aoju.bus.extra.captcha.provider.ShearProvider
-
构造
- ShearProvider(int, int, int, int) - Constructor for class org.aoju.bus.extra.captcha.provider.ShearProvider
-
构造
- SnappyProvider - Class in org.aoju.bus.extra.effect.provider
-
基于snappy的数据压缩
- SnappyProvider() - Constructor for class org.aoju.bus.extra.effect.provider.SnappyProvider
-
- SSH_NONE - Static variable in class org.aoju.bus.extra.ssh.SshKit
-
不使用SSH的值
- SshKit - Class in org.aoju.bus.extra.ssh
-
SSH2工具类
它允许你连接到一个SSH服务器,并且可以使用端口转发,X11转发,文件传输等
- SshKit() - Constructor for class org.aoju.bus.extra.ssh.SshKit
-
- start() - Method in class org.aoju.bus.extra.ftp.FtpServer
-
启动FTP服务,阻塞当前线程
一个Listener对应一个监听端口
可以创建多个监听,此处默认只监听一个
- stat(String) - Method in class org.aoju.bus.extra.ftp.Ftp
-
获取服务端目录状态。
- valueOf(String) - Static method in enum org.aoju.bus.extra.effect.EffectFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aoju.bus.extra.ftp.FtpMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aoju.bus.extra.ssh.ChannelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aoju.bus.extra.ssh.JschSessionPool
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aoju.bus.extra.ssh.Sftp.Mode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.aoju.bus.extra.effect.EffectFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aoju.bus.extra.ftp.FtpMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aoju.bus.extra.ssh.ChannelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aoju.bus.extra.ssh.JschSessionPool
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aoju.bus.extra.ssh.Sftp.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(String) - Method in interface org.aoju.bus.extra.captcha.CaptchaProvider
-
验证验证码是否正确,建议忽略大小写
- verify(String) - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
- verify(String) - Method in class org.aoju.bus.extra.captcha.provider.ClickWordProvider
-
- verify(String) - Method in class org.aoju.bus.extra.captcha.provider.PuzzleProvider
-
- verify(String, String) - Method in interface org.aoju.bus.extra.captcha.strategy.CodeStrategy
-
验证用户输入的字符串是否与生成的验证码匹配
用户通过实现此方法定义验证码匹配方式
- verify(String, String) - Method in class org.aoju.bus.extra.captcha.strategy.MathStrategy
-
- verify(String, String) - Method in class org.aoju.bus.extra.captcha.strategy.RandomStrategy
-