Searched refs:fromJsonString (Results 1 – 2 of 2) sorted by relevance
63 blocklist = KeyRevocationList.fromJsonString(sBlocklistJsonString); in testFromJsonString()66 blocklist = KeyRevocationList.fromJsonString("{}"); in testFromJsonString()
100 static KeyRevocationList fromJsonString(String jsonString) throws JSONException { in fromJsonString() method in KeyRevocationList135 return fromJsonString(readFully(stream)); in fromUrl()