Class RandomStrategy

java.lang.Object
org.aoju.bus.extra.captcha.strategy.AbstractStrategy
org.aoju.bus.extra.captcha.strategy.RandomStrategy
All Implemented Interfaces:
CodeStrategy

public class RandomStrategy extends AbstractStrategy
随机字符验证码生成器 可以通过传入的基础集合和长度随机生成验证码字符
Since:
Java 17+
Author:
Kimi Liu