A Method of Realizing Sensitive Data Cloud Locking Based on Refactoring Technology
一种敏感数据、云端的技术,应用在代码重构、数字数据保护、电数字数据处理等方向,能够解决不能完全避免恶意应用各种攻击、没有解决数据保存在终端数据泄露、手机丢失等问题,达到解决敏感数据泄露的效果
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment
[0042] This section presents the implementation of cloud-terminal data fusion in Android applications. The following takes a piece of code as an example to introduce an example of the refactoring process and an example of the refactored runtime architecture.
[0043] like image 3 As shown in (a), the above code is the code before refactoring, and a total of three file-related objects are generated: one is that new File(paramString) generates a File object; the other is that the File object is used as a parameter and passed to open() A ParcelFileDescriptor object is generated; the third is to use the getFileDescriptor() operation of the ParcelFileDescriptor object to generate a FileDescriptor object. The first of these three objects is created by the new keyword, the second is generated by the factory ParcelFileDescriptor.open function; the third is generated by the normal operation getFileDescriptor of the framework layer object ParcelFileDescriptor.
[0044] The refactored...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


