public class HttpsJwksVerificationKeyResolver extends Object implements VerificationKeyResolver
| Constructor and Description |
|---|
HttpsJwksVerificationKeyResolver(HttpsJwks httpsJkws) |
| 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.
|
public HttpsJwksVerificationKeyResolver(HttpsJwks httpsJkws)
public Key resolveKey(JsonWebSignature jws, List<JsonWebStructure> nestingContext) throws UnresolvableKeyException
VerificationKeyResolverresolveKey in interface VerificationKeyResolverjws - 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 © 2016. All rights reserved.