Uses of Interface
rodeo.password.pgencheck.RandomUIntGenerator
-
Uses of RandomUIntGenerator in rodeo.password.pgencheck
Classes in rodeo.password.pgencheck that implement RandomUIntGeneratorModifier and TypeClassDescriptionfinal classA default implementation ofRandomUIntGenerator.Fields in rodeo.password.pgencheck declared as RandomUIntGeneratorModifier and TypeFieldDescriptionstatic final RandomUIntGeneratorDefaultUIntGenerator.GENERATORA sharable instance ofRandomUIntGenerator.Methods in rodeo.password.pgencheck that return RandomUIntGeneratorModifier and TypeMethodDescriptionPasswordMaker.getRandomUIntGenerator()Returns the implementation of the random number generator used to create passwords.Methods in rodeo.password.pgencheck with parameters of type RandomUIntGeneratorModifier and TypeMethodDescriptionPasswordMaker.Factory.setRandomUIntGenerator(RandomUIntGenerator randomUIntGenerator) Specify the method used to generate random numbers used for password generation.