- JWK - Class in io.vertx.ext.jwt
-
JWK https://tools.ietf.org/html/rfc7517
In a nutshell a JWK is a Key(Pair) encoded as JSON.
- JWK(String, String, String) - Constructor for class io.vertx.ext.jwt.JWK
-
Creates a Key(Pair) from pem formatted strings.
- JWK(String, boolean, String, String) - Constructor for class io.vertx.ext.jwt.JWK
-
Creates a Key(Pair) from pem formatted strings.
- JWK(String, String) - Constructor for class io.vertx.ext.jwt.JWK
-
Creates a Symmetric Key from a base64 encoded string.
- JWK(JsonObject) - Constructor for class io.vertx.ext.jwt.JWK
-
- JWT - Class in io.vertx.ext.jwt
-
JWT and JWS implementation draft-ietf-oauth-json-web-token-32.
- JWT() - Constructor for class io.vertx.ext.jwt.JWT
-
- JWT(KeyStore, char[]) - Constructor for class io.vertx.ext.jwt.JWT
-
Deprecated.
- JWT(String, boolean) - Constructor for class io.vertx.ext.jwt.JWT
-
Deprecated.
- JWTOptions - Class in io.vertx.ext.jwt
-
- JWTOptions() - Constructor for class io.vertx.ext.jwt.JWTOptions
-
- JWTOptions(JsonObject) - Constructor for class io.vertx.ext.jwt.JWTOptions
-
- JWTOptionsConverter - Class in io.vertx.ext.jwt
-
- JWTOptionsConverter() - Constructor for class io.vertx.ext.jwt.JWTOptionsConverter
-