Uses of Class
io.vertx.rxjava3.ext.auth.prng.VertxContextPRNG
-
Packages that use VertxContextPRNG Package Description io.vertx.rxjava3.ext.auth.prng -
-
Uses of VertxContextPRNG in io.vertx.rxjava3.ext.auth.prng
Fields in io.vertx.rxjava3.ext.auth.prng with type parameters of type VertxContextPRNG Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<VertxContextPRNG>
VertxContextPRNG. __TYPE_ARG
Methods in io.vertx.rxjava3.ext.auth.prng that return VertxContextPRNG Modifier and Type Method Description static VertxContextPRNG
VertxContextPRNG. current()
Get or create a secure non blocking random number generator using the current vert.x context.static VertxContextPRNG
VertxContextPRNG. current(Vertx vertx)
Get or create a secure non blocking random number generator using the current vert.x instance.static VertxContextPRNG
VertxContextPRNG. newInstance(VertxContextPRNG arg)
-