Uses of Interface
rodeo.password.pgencheck.RandomUIntGenerator
-
Uses of RandomUIntGenerator in rodeo.password.pgencheck
Classes in rodeo.password.pgencheck that implement RandomUIntGeneratorModifier and TypeClassDescriptionfinal class
A default implementation ofRandomUIntGenerator
.Fields in rodeo.password.pgencheck declared as RandomUIntGeneratorModifier and TypeFieldDescriptionstatic final RandomUIntGenerator
DefaultUIntGenerator.GENERATOR
A 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.