| Package | Description |
|---|---|
| org.springframework.security.jwt | |
| org.springframework.security.jwt.crypto.sign |
| Modifier and Type | Method and Description |
|---|---|
static Jwt |
JwtHelper.encode(CharSequence content,
Signer signer)
Deprecated.
|
static Jwt |
JwtHelper.encode(CharSequence content,
Signer signer,
Map<String,String> headers)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SignerVerifier
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MacSigner
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
class |
RsaSigner
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
Copyright © 2020 SpringSource. All rights reserved.