Searched refs:encryptionObject (Results 1 – 2 of 2) sorted by relevance
105 JSONObject encryptionObject = new JSONObject(); in constructEncryptionKeyJSON() local106 encryptionObject.put(JSONResponseContract.PROTOCOL_TYPE, PROTOCOL_TYPE1); in constructEncryptionKeyJSON()107 encryptionObject.put(JSONResponseContract.KEYS, keyArray); in constructEncryptionKeyJSON()108 return encryptionObject; in constructEncryptionKeyJSON()
243 JSONObject encryptionObject = in parseEncryptionKeyJSONResponse() local248 encryptionObject, in parseEncryptionKeyJSONResponse()