Package | Description |
---|---|
io.vertx.ext.auth |
Modifier and Type | Class and Description |
---|---|
class |
PRNG
Wrapper around secure random that periodically seeds the PRNG with new entropy.
|
Modifier and Type | Method and 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(io.vertx.core.Context context)
Get or create a secure non blocking random number generator using the provided vert.x context.
|
static VertxContextPRNG |
VertxContextPRNG.current(io.vertx.core.Vertx vertx)
Get or create a secure non blocking random number generator using the current vert.x instance.
|
Copyright © 2021 Eclipse. All rights reserved.