com.octo.captcha.engine.image.package.html Maven / Gradle / Ivy
The newest version!
JCAPTCHA
This is the base package for image captcha engines.
- ImageCaptchaEngine is an abstract classe thet define methods to retrive typed captchas.
- ListCaptchaImageEngine is an implementation using a java.util.List
- DefaultImageCaptchaEngine is an implementation using a a static initializer and is deprecated
This package uses ImageCaptchaFactories to build captcha.