| Package | Description |
|---|---|
| io.vertx.ext.auth | |
| io.vertx.ext.auth.prng | |
| io.vertx.reactivex.ext.auth.prng | |
| io.vertx.rxjava.ext.auth.prng | |
| io.vertx.rxjava3.ext.auth.prng |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VertxContextPRNG
Deprecated.
instead use
VertxContextPRNG |
| Modifier and Type | Class and Description |
|---|---|
class |
PRNG
Deprecated.
this class should not be used directly and should be package private
|
| 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(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.
|
| Modifier and Type | Method and Description |
|---|---|
VertxContextPRNG |
VertxContextPRNG.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static VertxContextPRNG |
VertxContextPRNG.newInstance(VertxContextPRNG arg) |
| Constructor and Description |
|---|
VertxContextPRNG(VertxContextPRNG delegate) |
| Modifier and Type | Method and Description |
|---|---|
VertxContextPRNG |
VertxContextPRNG.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static VertxContextPRNG |
VertxContextPRNG.newInstance(VertxContextPRNG arg) |
| Constructor and Description |
|---|
VertxContextPRNG(VertxContextPRNG delegate) |
| Modifier and Type | Method and Description |
|---|---|
VertxContextPRNG |
VertxContextPRNG.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static VertxContextPRNG |
VertxContextPRNG.newInstance(VertxContextPRNG arg) |
| Constructor and Description |
|---|
VertxContextPRNG(VertxContextPRNG delegate) |
Copyright © 2025 Eclipse. All rights reserved.