Uses of Interface
cloud.opencode.base.captcha.generator.CaptchaGenerator
Packages that use CaptchaGenerator
Package
Description
CAPTCHA Generators
验证码生成器
Interactive CAPTCHA Generators
交互式验证码生成器
-
Uses of CaptchaGenerator in cloud.opencode.base.captcha.generator
Classes in cloud.opencode.base.captcha.generator that implement CaptchaGeneratorModifier and TypeClassDescriptionfinal classArithmetic Captcha Generator - Generates arithmetic expression CAPTCHA 算术验证码生成器 - 生成算术表达式验证码final classChinese Captcha Generator - Generates Chinese character CAPTCHA 中文验证码生成器 - 生成中文字符验证码final classGIF Captcha Generator - Generates animated GIF CAPTCHA GIF 验证码生成器 - 生成动画 GIF 验证码final classImage Captcha Generator - Generates static image CAPTCHA 图像验证码生成器 - 生成静态图像验证码final classSpec Captcha Generator - Generates special effect CAPTCHA 特效验证码生成器 - 生成特效验证码Methods in cloud.opencode.base.captcha.generator that return CaptchaGeneratorModifier and TypeMethodDescriptionstatic CaptchaGeneratorCaptchaGenerator.alpha()Creates an alphabetic CAPTCHA generator.static CaptchaGeneratorCaptchaGenerator.alphanumeric()Creates an alphanumeric CAPTCHA generator.static CaptchaGeneratorCaptchaGenerator.arithmetic()Creates an arithmetic CAPTCHA generator.static CaptchaGeneratorCaptchaGenerator.chinese()Creates a Chinese CAPTCHA generator.static CaptchaGeneratorCaptchaGenerator.forType(CaptchaType type) Creates a generator for the specified type.static CaptchaGeneratorCaptchaGenerator.gif()Creates a GIF CAPTCHA generator.static CaptchaGeneratorCaptchaGenerator.numeric()Creates a numeric CAPTCHA generator. -
Uses of CaptchaGenerator in cloud.opencode.base.captcha.interactive
Classes in cloud.opencode.base.captcha.interactive that implement CaptchaGeneratorModifier and TypeClassDescriptionfinal classClick Captcha Generator - Generates click verification CAPTCHA 点击验证码生成器 - 生成点击验证验证码final classImage Select Captcha Generator - Generates image selection CAPTCHA 图片选择验证码生成器 - 生成图片选择验证码final classRotate Captcha Generator - Generates rotation verification CAPTCHA 旋转验证码生成器 - 生成旋转验证验证码final classSlider Captcha Generator - Generates slider verification CAPTCHA 滑块验证码生成器 - 生成滑块验证验证码