Class CharacterGroups

java.lang.Object
rodeo.password.pgencheck.CharacterGroups

public final class CharacterGroups extends Object
Contains a few standard character groups
  • Field Details

    • LOWER_CASE

      public static final String LOWER_CASE
      Lower-case characters: abcdefghijklmnopqrstuvwxyz
      See Also:
    • UPPER_CASE

      public static final String UPPER_CASE
      Upper-case characters: ABCDEFGHIJKLMNOPQRSTUVWXYZ
      See Also:
    • DIGITS

      public static final String DIGITS
      Digits: 0123456789
      See Also:
    • SYMBOLS

      public static final String SYMBOLS
      Symbols accessible on most keyboard layout: !@#$%&*-_=+|?{}[]()/'",.;:<>
      See Also:
    • UNAMBIGUOUS_LOWER_CASE

      public static final String UNAMBIGUOUS_LOWER_CASE
      Lower-case characters that cannot be mistaken for other symbols: abcdefghijkmnpqrstuvwxyz
      See Also:
    • UNAMBIGUOUS_UPPER_CASE

      public static final String UNAMBIGUOUS_UPPER_CASE
      Upper-case characters that cannot be mistaken for other symbols: ACDEFGHJKLMNPQRSTUVWXYZ
      See Also:
    • UNAMBIGUOUS_DIGITS

      public static final String UNAMBIGUOUS_DIGITS
      Digit characters that cannot be mistaken for other symbols: 2345679
      See Also:
    • UNAMBIGUOUS_SYMBOLS

      public static final String UNAMBIGUOUS_SYMBOLS
      Symbol characters that cannot be mistaken for other symbols: !@#$%&*-_=+|
      See Also: