Package 

Class TDEncryptUtils

    • Method Summary

      Modifier and Type Method Description
      static boolean hasEncryptedData(JSONArray array) Whether to contain encrypted data.
      static boolean isEncryptedData(JSONObject json) Whether the data is encrypted.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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