| 程序包 | 说明 |
|---|---|
| com.fr.cert.token | |
| com.fr.cert.token.impl |
| 限定符和类型 | 类和说明 |
|---|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
JwtParser |
JwtParser.setSigningKeyResolver(SigningKeyResolver signingKeyResolver)
Sets the
SigningKeyResolver used to acquire the signing key that should be used to verify
a JWS's signature. |
| 限定符和类型 | 方法和说明 |
|---|---|
JwtParser |
DefaultJwtParser.setSigningKeyResolver(SigningKeyResolver signingKeyResolver) |