Uses of Interface
io.vertx.ext.auth.prng.VertxContextPRNG
-
Packages that use VertxContextPRNG Package Description io.vertx.ext.auth.prng io.vertx.ext.web.sstore io.vertx.reactivex.ext.auth.prng io.vertx.rxjava3.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 class
PRNG
Wrapper 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 VertxContextPRNG
VertxContextPRNG. current()
Get or create a secure non blocking random number generator using the current vert.x context.static VertxContextPRNG
VertxContextPRNG. current(Context context)
Get or create a secure non blocking random number generator using the provided 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. -
Uses of VertxContextPRNG in io.vertx.ext.web.sstore
Methods in io.vertx.ext.web.sstore with parameters of type VertxContextPRNG Modifier and Type Method Description void
AbstractSession. setPRNG(VertxContextPRNG prng)
Constructors in io.vertx.ext.web.sstore with parameters of type VertxContextPRNG Constructor Description AbstractSession(VertxContextPRNG random)
AbstractSession(VertxContextPRNG random, long timeout, int length)
-
Uses of VertxContextPRNG in io.vertx.reactivex.ext.auth.prng
Methods in io.vertx.reactivex.ext.auth.prng that return VertxContextPRNG Modifier and Type Method Description VertxContextPRNG
VertxContextPRNG. getDelegate()
Methods in io.vertx.reactivex.ext.auth.prng with parameters of type VertxContextPRNG Modifier and Type Method Description static VertxContextPRNG
VertxContextPRNG. newInstance(VertxContextPRNG arg)
Constructors in io.vertx.reactivex.ext.auth.prng with parameters of type VertxContextPRNG Constructor Description VertxContextPRNG(VertxContextPRNG delegate)
-
Uses of VertxContextPRNG in io.vertx.rxjava3.ext.auth.prng
Methods in io.vertx.rxjava3.ext.auth.prng that return VertxContextPRNG Modifier and Type Method Description VertxContextPRNG
VertxContextPRNG. getDelegate()
Methods in io.vertx.rxjava3.ext.auth.prng with parameters of type VertxContextPRNG Modifier and Type Method Description static VertxContextPRNG
VertxContextPRNG. newInstance(VertxContextPRNG arg)
Constructors in io.vertx.rxjava3.ext.auth.prng with parameters of type VertxContextPRNG Constructor Description VertxContextPRNG(VertxContextPRNG delegate)
-