| Package | Description |
|---|---|
| org.springframework.security.jwt | |
| org.springframework.security.jwt.crypto.sign |
| Modifier and Type | Method and Description |
|---|---|
static Jwt |
JwtHelper.decodeAndVerify(String token,
SignatureVerifier verifier)
Deprecated.
|
void |
Jwt.verifySignature(SignatureVerifier verifier)
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 |
EllipticCurveVerifier
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
class |
MacSigner
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
class |
RsaVerifier
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
Copyright © 2020 SpringSource. All rights reserved.