public interface VerificationKeyResolver
| Modifier and Type | Method and Description |
|---|---|
Key |
resolveKey(JsonWebSignature jws,
List<JsonWebStructure> nestingContext)
Choose the key to be used for signature verification on the given JWS.
|
Key resolveKey(JsonWebSignature jws, List<JsonWebStructure> nestingContext) throws UnresolvableKeyException
jws - the JsonWebSignature that's about to be verifiednestingContext - a list of JOSE objects, if any, in which the JWS was nested.
The last item in the list is the outer most JOSE object (not including the current JWS).UnresolvableKeyException - if no appropriate key can be foundCopyright © 2018. All rights reserved.