Interface JWKSource<C extends SecurityContext>

    • Method Detail

      • get

        List<JWKget​(JWKSelector jwkSelector,
                      C context)
               throws KeySourceException
        Retrieves a list of JWKs matching the specified selector.
        Parameters:
        jwkSelector - A JWK selector. Must not be null.
        context - Optional context, null if not required.
        Returns:
        The matching JWKs, empty list if no matches were found.
        Throws:
        KeySourceException - If key sourcing failed.