Package net.officefloor.web.jwt.jwks
Interface JwksKeyParser
- All Known Implementing Classes:
RsaPrivateJwksKeyParserServiceFactory,RsaPublicJwksKeyParserServiceFactory,SecretJwksKeyParserServiceFactory
public interface JwksKeyParser
Parses out the JWKS
Key from the content.- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
parseKey
- Parameters:
context-JwksKeyParserContext.- Returns:
Keyornullif not able to parseKey(indicating for anotherJwksKeyParserto attempt to obtain theKey).- Throws:
Exception- If failure parsing theKey.
-