类 CaptchaUtil

java.lang.Object
com.mbap.auth.util.CaptchaUtil

public class CaptchaUtil extends Object
  • 方法详细资料

    • getCaptcha

      public static com.mbap.core.dto.CaptchaDTO getCaptcha(com.mbap.core.dto.CaptchaDTO captchaDto)
      参数:
      captchaDto -
    • getNonceByRange

      public static int getNonceByRange(int start, int end)
      参数:
      start -
      end -
      返回:
      int
    • imageResize

      public static BufferedImage imageResize(BufferedImage bufferedImage, int width, int height)
      参数:
      bufferedImage -
      width -
      height -
      返回:
      java.awt.image.BufferedImage
    • toBase64

      public static String toBase64(BufferedImage bufferedImage, String type)
      参数:
      bufferedImage -
      type -
      返回:
      java.lang.String