Package rife.tools

Class PasswordGenerator

java.lang.Object
rife.tools.PasswordGenerator

public final class PasswordGenerator extends Object
  • Field Details

  • Method Details

    • get

      public static String get(int length)
    • get

      public static String get(int length, int type)
    • get

      public static String get(Random random, int length, int type)