Class StringGenerator.Alphabets

java.lang.Object
google.registry.util.StringGenerator.Alphabets
Enclosing class:
StringGenerator

public static class StringGenerator.Alphabets extends Object
A class containing different alphabets used to generate strings.
  • Field Details

    • BASE_64

      public static final String BASE_64
      A URL-safe Base64 alphabet (alphanumeric, hyphen, underscore).
      See Also:
    • BASE_58

      public static final String BASE_58
      An alphanumeric alphabet that omits visually similar characters.
      See Also:
    • DIGITS_ONLY

      public static final String DIGITS_ONLY
      Digit-only alphabet.
      See Also:
    • FULL_ASCII

      public static final String FULL_ASCII
      Full ASCII alphabet with a wide selection of punctuation characters.
      See Also:
  • Constructor Details

    • Alphabets

      public Alphabets()