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