java.lang.Object
rodeo.password.pgencheck.CharacterGroups
Contains a few standard character groups
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Digits:0123456789
static final String
Lower-case characters:abcdefghijklmnopqrstuvwxyz
static final String
Symbols accessible on most keyboard layout:!@#$%&*-_=+|?{}[]()/'",.;:<>
static final String
Digit characters that cannot be mistaken for other symbols:2345679
static final String
Lower-case characters that cannot be mistaken for other symbols:abcdefghijkmnpqrstuvwxyz
static final String
Symbol characters that cannot be mistaken for other symbols:!@#$%&*-_=+|
static final String
Upper-case characters that cannot be mistaken for other symbols:ACDEFGHJKLMNPQRSTUVWXYZ
static final String
Upper-case characters:ABCDEFGHIJKLMNOPQRSTUVWXYZ
-
Method Summary
-
Field Details
-
LOWER_CASE
Lower-case characters:abcdefghijklmnopqrstuvwxyz
- See Also:
-
UPPER_CASE
Upper-case characters:ABCDEFGHIJKLMNOPQRSTUVWXYZ
- See Also:
-
DIGITS
Digits:0123456789
- See Also:
-
SYMBOLS
Symbols accessible on most keyboard layout:!@#$%&*-_=+|?{}[]()/'",.;:<>
- See Also:
-
UNAMBIGUOUS_LOWER_CASE
Lower-case characters that cannot be mistaken for other symbols:abcdefghijkmnpqrstuvwxyz
- See Also:
-
UNAMBIGUOUS_UPPER_CASE
Upper-case characters that cannot be mistaken for other symbols:ACDEFGHJKLMNPQRSTUVWXYZ
- See Also:
-
UNAMBIGUOUS_DIGITS
Digit characters that cannot be mistaken for other symbols:2345679
- See Also:
-
UNAMBIGUOUS_SYMBOLS
Symbol characters that cannot be mistaken for other symbols:!@#$%&*-_=+|
- See Also:
-