Uses of Interface
io.vertx.ext.auth.prng.VertxContextPRNG
Packages that use VertxContextPRNG
Package
Description
-
Uses of VertxContextPRNG in io.vertx.ext.auth.prng
Classes in io.vertx.ext.auth.prng that implement VertxContextPRNGModifier and TypeClassDescriptionclassWrapper around secure random that periodically seeds the PRNG with new entropy.Methods in io.vertx.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 provided vert.x context.static VertxContextPRNGGet 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 VertxContextPRNGConstructors in io.vertx.ext.web.sstore with parameters of type VertxContextPRNGModifierConstructorDescriptionAbstractSession(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 VertxContextPRNGMethods in io.vertx.reactivex.ext.auth.prng with parameters of type VertxContextPRNGModifier and TypeMethodDescriptionstatic VertxContextPRNGVertxContextPRNG.newInstance(VertxContextPRNG arg) Constructors in io.vertx.reactivex.ext.auth.prng with parameters of type VertxContextPRNG -
Uses of VertxContextPRNG in io.vertx.rxjava3.ext.auth.prng
Methods in io.vertx.rxjava3.ext.auth.prng that return VertxContextPRNGMethods in io.vertx.rxjava3.ext.auth.prng with parameters of type VertxContextPRNGModifier and TypeMethodDescriptionstatic VertxContextPRNGVertxContextPRNG.newInstance(VertxContextPRNG arg) Constructors in io.vertx.rxjava3.ext.auth.prng with parameters of type VertxContextPRNG