| Package | Description |
|---|---|
| io.jsonwebtoken |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SigningKeyResolverAdapter |
An Adapter implementation of the
SigningKeyResolver interface that allows subclasses to process only the type of JWS body that
is known/expected for a particular case. |
| Modifier and Type | Method | Description |
|---|---|---|
JwtParser |
JwtParser.setSigningKeyResolver(SigningKeyResolver signingKeyResolver) |
Sets the
SigningKeyResolver used to acquire the signing key that should be used to verify
a JWS's signature. |
Copyright © 2019. All rights reserved.