| Interface | Description |
|---|---|
| Crypto |
Internal common interface for all crypto algorithms.
|
| Class | Description |
|---|---|
| JWK |
JWK https://tools.ietf.org/html/rfc7517
In a nutshell a JWK is a Key(Pair) encoded as JSON.
|
| JWT |
JWT and JWS implementation draft-ietf-oauth-json-web-token-32.
|
| JWTOptions | Deprecated
In 4.0.0 this module will be merged with vertx-auth-common, for this reason this class should be found
in the common module, instead of here.
|
| Exception | Description |
|---|---|
| NoSuchKeyIdException |
No such KeyId exception is thrown when a JWT with a well known "kid" does not find a matching "kid" in the crypto
list.
|
Copyright © 2020 Eclipse. All rights reserved.