| Package | Description |
|---|---|
| org.springframework.security.jwt |
| Modifier and Type | Method and Description |
|---|---|
static Jwt |
JwtHelper.decode(String token)
Creates a token from an encoded token string.
|
static Jwt |
JwtHelper.decodeAndVerify(String token,
SignatureVerifier verifier) |
static Jwt |
JwtHelper.encode(CharSequence content,
Signer signer) |
static Jwt |
JwtHelper.encode(CharSequence content,
Signer signer,
Map<String,String> headers) |
Copyright © 2017 SpringSource. All rights reserved.