Uses of Interface
rodeo.password.pgencheck.RandomUIntGenerator
-
Uses of RandomUIntGenerator in rodeo.password.pgencheck
Modifier and TypeClassDescriptionfinal class
A default implementation ofRandomUIntGenerator
.Modifier and TypeFieldDescriptionstatic final RandomUIntGenerator
DefaultUIntGenerator.GENERATOR
A sharable instance ofRandomUIntGenerator
.Modifier and TypeMethodDescriptionPasswordMaker.getRandomUIntGenerator()
Returns the implementation of the random number generator used to create passwords.Modifier and TypeMethodDescriptionPasswordMaker.Factory.setRandomUIntGenerator
(RandomUIntGenerator randomUIntGenerator) Specify the method used to generate random numbers used for password generation.