| 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) |
void |
Jwt.verifySignature(SignatureVerifier verifier) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SignerVerifier |
| Modifier and Type | Class and Description |
|---|---|
class |
MacSigner |
class |
RsaVerifier
Verifies signatures using an RSA public key.
|
Copyright © 2017 SpringSource. All rights reserved.