Interface JwksKeyParser

    • Method Detail

      • parseKey

        java.security.Key parseKey​(JwksKeyParserContext context)
                            throws java.lang.Exception
        Parses the Key from the JWK key JsonNode.
        Parameters:
        context - JwksKeyParserContext.
        Returns:
        Key or null if not able to parse Key (indicating for another JwksKeyParser to attempt to obtain the Key).
        Throws:
        java.lang.Exception - If failure parsing the Key.