- java.lang.Object
-
- rodeo.password.pgencheck.CharacterGroups
-
public final class CharacterGroups extends Object
Contains a few standard character groups
-
-
Field Summary
Fields Modifier and Type Field Description static StringDIGITSDigits:0123456789static StringLOWER_CASELower-case characters:abcdefghijklmnopqrstuvwxyzstatic StringSYMBOLSSymbols accessible on most keyboard layout:!@#$%&*-_=+|?{}[]()/'",.;:<>static StringUNAMBIGUOUS_DIGITSDigit characters that cannot be mistaken for other symbols:2345679static StringUNAMBIGUOUS_LOWER_CASELower-case characters that cannot be mistaken for other symbols:abcdefghijkmnpqrstuvwxyzstatic StringUNAMBIGUOUS_SYMBOLSSymbol characters that cannot be mistaken for other symbols:!@#$%&*-_=+|static StringUNAMBIGUOUS_UPPER_CASEUpper-case characters that cannot be mistaken for other symbols:ACDEFGHJKLMNPQRSTUVWXYZstatic StringUPPER_CASEUpper-case characters:ABCDEFGHIJKLMNOPQRSTUVWXYZ
-
-
-
Field Detail
-
LOWER_CASE
public static final String LOWER_CASE
Lower-case characters:abcdefghijklmnopqrstuvwxyz- See Also:
- Constant Field Values
-
UPPER_CASE
public static final String UPPER_CASE
Upper-case characters:ABCDEFGHIJKLMNOPQRSTUVWXYZ- See Also:
- Constant Field Values
-
DIGITS
public static final String DIGITS
Digits:0123456789- See Also:
- Constant Field Values
-
SYMBOLS
public static final String SYMBOLS
Symbols accessible on most keyboard layout:!@#$%&*-_=+|?{}[]()/'",.;:<>- See Also:
- Constant Field Values
-
UNAMBIGUOUS_LOWER_CASE
public static final String UNAMBIGUOUS_LOWER_CASE
Lower-case characters that cannot be mistaken for other symbols:abcdefghijkmnpqrstuvwxyz- See Also:
- Constant Field Values
-
UNAMBIGUOUS_UPPER_CASE
public static final String UNAMBIGUOUS_UPPER_CASE
Upper-case characters that cannot be mistaken for other symbols:ACDEFGHJKLMNPQRSTUVWXYZ- See Also:
- Constant Field Values
-
UNAMBIGUOUS_DIGITS
public static final String UNAMBIGUOUS_DIGITS
Digit characters that cannot be mistaken for other symbols:2345679- See Also:
- Constant Field Values
-
UNAMBIGUOUS_SYMBOLS
public static final String UNAMBIGUOUS_SYMBOLS
Symbol characters that cannot be mistaken for other symbols:!@#$%&*-_=+|- See Also:
- Constant Field Values
-
-