Class RandomStringGenerator

java.lang.Object
google.registry.util.StringGenerator
google.registry.util.RandomStringGenerator
All Implemented Interfaces:
Serializable

public class RandomStringGenerator extends StringGenerator
Random string generator.
See Also:
  • Constructor Details

    • RandomStringGenerator

      public RandomStringGenerator(String alphabet, SecureRandom random)
  • Method Details