public interface JwkProvider
| Modifier and Type | Method and Description |
|---|---|
Jwk |
get(String keyId)
Returns a jwk using the kid value
|
Jwk get(String keyId) throws JwkException
keyId - value of kid found in JWTSigningKeyNotFoundException - if no jwk can be found using the give kidJwkExceptionCopyright © 2016. All Rights Reserved.