Package io.meeds.oauth.openid
Class RemoteJwkSigningKeyResolver
java.lang.Object
io.meeds.oauth.openid.RemoteJwkSigningKeyResolver
- All Implemented Interfaces:
io.jsonwebtoken.SigningKeyResolver
public class RemoteJwkSigningKeyResolver
extends Object
implements io.jsonwebtoken.SigningKeyResolver
-
Method Summary
Modifier and TypeMethodDescriptionresolveSigningKey(io.jsonwebtoken.JwsHeader header, io.jsonwebtoken.Claims claims) resolveSigningKey(io.jsonwebtoken.JwsHeader header, String plaintext) toList(org.json.JSONArray array) toMap(org.json.JSONObject jsonobj)
-
Method Details
-
resolveSigningKey
- Specified by:
resolveSigningKeyin interfaceio.jsonwebtoken.SigningKeyResolver
-
resolveSigningKey
- Specified by:
resolveSigningKeyin interfaceio.jsonwebtoken.SigningKeyResolver
-
toMap
- Throws:
org.json.JSONException
-
toList
- Throws:
org.json.JSONException
-
read
- Throws:
IOException
-