-
public class TDEncryptUtilsData encryption tool class.
-
-
Method Summary
Modifier and Type Method Description static booleanhasEncryptedData(JSONArray array)Whether to contain encrypted data. static booleanisEncryptedData(JSONObject json)Whether the data is encrypted. -
-
Method Detail
-
hasEncryptedData
static boolean hasEncryptedData(JSONArray array)
Whether to contain encrypted data.
- Parameters:
array- JSONArray
-
isEncryptedData
static boolean isEncryptedData(JSONObject json)
Whether the data is encrypted.
- Parameters:
json- JSONObject
-
-
-
-