| Package | Description |
|---|---|
| io.jsonwebtoken |
| 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)
Deprecated.
see
JwtParserBuilder.setSigningKeyResolver(SigningKeyResolver).
To construct a JwtParser use the corresponding builder via Jwts.parserBuilder(). This will construct an
immutable JwtParser.
NOTE: this method will be removed before version 1.0 |
JwtParserBuilder |
JwtParserBuilder.setSigningKeyResolver(SigningKeyResolver signingKeyResolver)
Sets the
SigningKeyResolver used to acquire the signing key that should be used to verify
a JWS's signature. |
Copyright © 2014–2020 jsonwebtoken.io. All rights reserved.