| Package | Description |
|---|---|
| org.jose4j.jwk | |
| org.jose4j.jwt.consumer | |
| org.jose4j.keys.resolvers |
| Modifier and Type | Method and Description |
|---|---|
JsonWebKey |
VerificationJwkSelector.select(JsonWebSignature jws,
Collection<JsonWebKey> keys) |
List<JsonWebKey> |
VerificationJwkSelector.selectList(JsonWebSignature jws,
Collection<JsonWebKey> keys) |
JsonWebKey |
VerificationJwkSelector.selectWithVerifySignatureDisambiguate(JsonWebSignature jws,
Collection<JsonWebKey> keys) |
| Modifier and Type | Method and Description |
|---|---|
void |
JwsCustomizer.customize(JsonWebSignature jws,
List<JsonWebStructure> nestingContext)
Customize the JsonWebSignature
|
| Constructor and Description |
|---|
InvalidJwtSignatureException(JsonWebSignature jws,
JwtContext jwtContext) |
| Modifier and Type | Method and Description |
|---|---|
Key |
HttpsJwksVerificationKeyResolver.resolveKey(JsonWebSignature jws,
List<JsonWebStructure> nestingContext) |
Key |
EmbeddedJwkVerificationKeyResolver.resolveKey(JsonWebSignature jws,
List<JsonWebStructure> nestingContext) |
Key |
JwksVerificationKeyResolver.resolveKey(JsonWebSignature jws,
List<JsonWebStructure> nestingContext) |
Key |
VerificationKeyResolver.resolveKey(JsonWebSignature jws,
List<JsonWebStructure> nestingContext)
Choose the key to be used for signature verification on the given JWS.
|
Key |
X509VerificationKeyResolver.resolveKey(JsonWebSignature jws,
List<JsonWebStructure> nestingContext) |
protected JsonWebKey |
HttpsJwksVerificationKeyResolver.select(JsonWebSignature jws,
List<JsonWebKey> jsonWebKeys) |
Copyright © 2019. All rights reserved.