Class ChineseVerificationCodeGenerationStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String generate()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generate a verification code.
      protected int getLength()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setLength​(int length)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

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

      • ChineseVerificationCodeGenerationStrategy

        public ChineseVerificationCodeGenerationStrategy()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getLength

        protected int getLength()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setLength

        public void setLength​(int length)
        Deprecated, for removal: This API element is subject to removal in a future version.