| Modifier and Type | Method and Description |
|---|---|
Options |
Options.setNotValidBeforeLeeway(Integer notValidBeforeLeeway)
Set JWT claim "nbf" to current timestamp minus this value.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
JWT.decodeJWT(String jwtToken,
Options options) |
static Map<String,Object> |
JWTHelper.encodedPayload(Map<String,Object> _claims,
Options options) |
static String |
JWT.getJWT(Map<String,Object> claims,
Options options) |
static void |
JWTHelper.processPayloadOptions(Map<String,Object> claims,
Options options) |
String |
JWTGenerator.sign(Map<String,Object> claims,
Options options) |
String |
JWEGenerator.sign(Map<String,Object> claims,
Options options) |
Map<String,Object> |
JWTGenerator.verify(String jwtToken,
Options options) |
Map<String,Object> |
JWEGenerator.verify(String jwtString,
Options options) |
Copyright © 2017. All rights reserved.