Searched refs:KeyRevocationList (Results 1 – 3 of 3) sorted by relevance
62 KeyRevocationList blocklist; in testFromJsonString()63 blocklist = KeyRevocationList.fromJsonString(sBlocklistJsonString); in testFromJsonString()66 blocklist = KeyRevocationList.fromJsonString("{}"); in testFromJsonString()100 KeyRevocationList blocklist = KeyRevocationList.fromUrl(mockUrl); in testFromUrl()106 blocklist = KeyRevocationList.fromUrl(mockBadUrl); in testFromUrl()118 KeyRevocationList blocklist = new KeyRevocationList(); in testIsRevoked()121 KeyRevocationList.RevocationStatus revocationStatus = in testIsRevoked()
34 class KeyRevocationList { class58 KeyRevocationList() { in KeyRevocationList() method in KeyRevocationList100 static KeyRevocationList fromJsonString(String jsonString) throws JSONException { in fromJsonString()102 KeyRevocationList list = new KeyRevocationList(); in fromJsonString()125 static KeyRevocationList fromUrl(URL url) throws IOException, JSONException { in fromUrl()
139 private KeyRevocationList mKeyRevocationList;286 mKeyRevocationList = KeyRevocationList.fromUrl(new URL(listUrl)); in verifyAndPrepare()288 mKeyRevocationList = new KeyRevocationList(); in verifyAndPrepare()