Class WingsCaptchaHelper

  • All Implemented Interfaces:

    
    public class WingsCaptchaHelper
    
                        
    Since:

    2020-09-09

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static int CODE_LEN
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static Producer kaptcha() Generate 6 char code from `23456789abdefghqrtABCDEFGHJKLMPQRSTUWXY`, 200x60 pix image
      static BufferedImage createImage(String code)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WingsCaptchaHelper

        WingsCaptchaHelper()