Uses of Class
io.vertx.mutiny.ext.auth.prng.VertxContextPRNG
Packages that use VertxContextPRNG
-
Uses of VertxContextPRNG in io.vertx.mutiny.ext.auth.prng
Fields in io.vertx.mutiny.ext.auth.prng with type parameters of type VertxContextPRNGModifier and TypeFieldDescriptionstatic final TypeArg<VertxContextPRNG>VertxContextPRNG.__TYPE_ARGMethods in io.vertx.mutiny.ext.auth.prng that return VertxContextPRNGModifier and TypeMethodDescriptionstatic VertxContextPRNGVertxContextPRNG.current()Get or create a secure non blocking random number generator using the current vert.x context.static VertxContextPRNGGet or create a secure non blocking random number generator using the current vert.x instance.static VertxContextPRNGVertxContextPRNG.newInstance(io.vertx.ext.auth.prng.VertxContextPRNG delegate) Creates a new instance of theVertxContextPRNG.