Class CaptchaTool.DefaultTextCreator

java.lang.Object
com.xxl.tool.captcha.CaptchaTool.DefaultTextCreator
All Implemented Interfaces:
CaptchaTool.TextCreator
Enclosing class:
CaptchaTool

public static class CaptchaTool.DefaultTextCreator extends Object implements CaptchaTool.TextCreator
default text creator
  • Constructor Details

    • DefaultTextCreator

      public DefaultTextCreator()
    • DefaultTextCreator

      public DefaultTextCreator(int length)
    • DefaultTextCreator

      public DefaultTextCreator(String str)
    • DefaultTextCreator

      public DefaultTextCreator(int length, String str)
  • Method Details