| Package | Description |
|---|---|
| io.jsonwebtoken | |
| io.jsonwebtoken.impl |
| Modifier and Type | Class and 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 and 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. |
| Modifier and Type | Method and Description |
|---|---|
JwtParser |
DefaultJwtParser.setSigningKeyResolver(SigningKeyResolver signingKeyResolver) |
Copyright © 2017. All rights reserved.