Class JSONWebKeyParser

java.lang.Object
io.fusionauth.jwks.JSONWebKeyParser

public class JSONWebKeyParser extends Object
Author:
Daniel DeGroff
  • Constructor Details

    • JSONWebKeyParser

      public JSONWebKeyParser()
  • Method Details

    • parse

      public PublicKey parse(JSONWebKey key)
      Parse a JSON Web Key and extract the the public key.
      Parameters:
      key - the JSON web key
      Returns:
      the public key