Package google.registry.util
Class StringGenerator.Alphabets
java.lang.Object
google.registry.util.StringGenerator.Alphabets
- Enclosing class:
StringGenerator
A class containing different alphabets used to generate strings.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
An alphanumeric alphabet that omits visually similar characters.static final String
A URL-safe Base64 alphabet (alphanumeric, hyphen, underscore).static final String
Decimal digit-only alphabet.static final String
Full ASCII alphabet with a wide selection of punctuation characters.static final String
Hexadecimal digit-only alphabet. -
Constructor Summary
-
Method Summary
-
Field Details
-
BASE_64
A URL-safe Base64 alphabet (alphanumeric, hyphen, underscore).- See Also:
-
BASE_58
An alphanumeric alphabet that omits visually similar characters.- See Also:
-
DIGITS_ONLY
Decimal digit-only alphabet.- See Also:
-
HEX_DIGITS_ONLY
Hexadecimal digit-only alphabet.- See Also:
-
FULL_ASCII
Full ASCII alphabet with a wide selection of punctuation characters.- See Also:
-
-
Constructor Details
-
Alphabets
public Alphabets()
-