Searched refs:JSON_ENTRIES (Results 1 – 1 of 1) sorted by relevance
38 private static final String JSON_ENTRIES = "entries"; field in KeyRevocationList104 if (jsonObject.has(JSON_ENTRIES)) { in fromJsonString()105 JSONArray entries = jsonObject.getJSONArray(JSON_ENTRIES); in fromJsonString()