java.lang.Object
rodeo.password.pgencheck.CharacterGroups
Contains a few standard character groups
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDigits:0123456789static final StringLower-case characters:abcdefghijklmnopqrstuvwxyzstatic final StringSymbols accessible on most keyboard layout:!@#$%&*-_=+|?{}[]()/'",.;:<>static final StringDigit characters that cannot be mistaken for other symbols:2345679static final StringLower-case characters that cannot be mistaken for other symbols:abcdefghijkmnpqrstuvwxyzstatic final StringSymbol characters that cannot be mistaken for other symbols:!@#$%&*-_=+|static final StringUpper-case characters that cannot be mistaken for other symbols:ACDEFGHJKLMNPQRSTUVWXYZstatic final StringUpper-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:
-