Uses of Interface
io.vertx.ext.auth.prng.VertxContextPRNG
-
Packages that use VertxContextPRNG Package Description io.vertx.ext.auth.prng -
-
Uses of VertxContextPRNG in io.vertx.ext.auth.prng
Classes in io.vertx.ext.auth.prng that implement VertxContextPRNG Modifier and Type Class Description classPRNGWrapper around secure random that periodically seeds the PRNG with new entropy.Methods in io.vertx.ext.auth.prng that return VertxContextPRNG Modifier and Type Method Description static VertxContextPRNGVertxContextPRNG. current()Get or create a secure non blocking random number generator using the current vert.x context.static VertxContextPRNGVertxContextPRNG. current(Context context)Get or create a secure non blocking random number generator using the provided vert.x context.static VertxContextPRNGVertxContextPRNG. current(Vertx vertx)Get or create a secure non blocking random number generator using the current vert.x instance.
-