Uses of Interface
rodeo.password.pgencheck.RandomUIntGenerator
-
-
Uses of RandomUIntGenerator in rodeo.password.pgencheck
Classes in rodeo.password.pgencheck that implement RandomUIntGenerator Modifier and Type Class Description classDefaultUIntGeneratorA default implementation ofRandomUIntGenerator.Fields in rodeo.password.pgencheck declared as RandomUIntGenerator Modifier and Type Field Description static RandomUIntGeneratorDefaultUIntGenerator. GENERATORA sharable instance ofRandomUIntGenerator.Methods in rodeo.password.pgencheck that return RandomUIntGenerator Modifier and Type Method Description RandomUIntGeneratorPasswordMaker. getRandomUIntGenerator()Returns the implementation of the random number generator used to create passwords.Methods in rodeo.password.pgencheck with parameters of type RandomUIntGenerator Modifier and Type Method Description PasswordMaker.FactoryPasswordMaker.Factory. setRandomUIntGenerator(RandomUIntGenerator randomUIntGenerator)Specify the method used to generate random numbers used for password generation.
-