Class JSONWebKeySet

  • Direct Known Subclasses:
    WebKeysConfiguration

    public class JSONWebKeySet
    extends Object
    Version:
    February 12, 2019
    Author:
    Javier Rojas Blum
    • Constructor Detail

      • JSONWebKeySet

        public JSONWebKeySet()
    • Method Detail

      • toJSONObject

        public org.json.JSONObject toJSONObject()
                                         throws org.json.JSONException
        Throws:
        org.json.JSONException
      • toPrettyString

        public static String toPrettyString​(org.json.JSONObject json)
      • toPrettyJson

        public static String toPrettyJson​(org.json.JSONObject jsonObject)
                                   throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
      • fromJSONObject

        public static JSONWebKeySet fromJSONObject​(org.json.JSONObject jwksJSONObject)
                                            throws org.json.JSONException
        Throws:
        org.json.JSONException