Package org.radarbase.auth.jwks
Interface JwkParser
-
- All Implemented Interfaces:
public interface JwkParser
-
-
Method Summary
Modifier and Type Method Description abstract Algorithm
parse(JsonWebKey key)
-
-
Method Detail
-
parse
abstract Algorithm parse(JsonWebKey key)
-
-
-
-