| Package | Description |
|---|---|
| org.jose4j.keys.resolvers |
| Modifier and Type | Method and Description |
|---|---|
Key |
DecryptionKeyResolver.resolveKey(JsonWebEncryption jwe,
List<JsonWebStructure> nestingContext)
Choose the key to be used for decryption on the given JWE.
|
Key |
JwksDecryptionKeyResolver.resolveKey(JsonWebEncryption jwe,
List<JsonWebStructure> nestingContext) |
Key |
HttpsJwksVerificationKeyResolver.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) |
Copyright © 2019. All rights reserved.