public interface JwkProvider
| Modifier and Type | Method and Description |
|---|---|
Jwk |
get(java.lang.String keyId)
Returns a jwk using the kid value
|
Jwk get(java.lang.String keyId) throws JwkException
keyId - value of kid found in JWTSigningKeyNotFoundException - if no jwk can be found using the given kidJwkException