Searched refs:fromUrl (Results 1 – 3 of 3) sorted by relevance
100 KeyRevocationList blocklist = KeyRevocationList.fromUrl(mockUrl); in testFromUrl()106 blocklist = KeyRevocationList.fromUrl(mockBadUrl); in testFromUrl()
125 static KeyRevocationList fromUrl(URL url) throws IOException, JSONException { in fromUrl() method in KeyRevocationList
286 mKeyRevocationList = KeyRevocationList.fromUrl(new URL(listUrl)); in verifyAndPrepare()