CN101645122A - Drm模组在手机中的应用系统及方法 - Google Patents

Drm模组在手机中的应用系统及方法 Download PDF

Info

Publication number
CN101645122A
CN101645122A CN200810303586A CN200810303586A CN101645122A CN 101645122 A CN101645122 A CN 101645122A CN 200810303586 A CN200810303586 A CN 200810303586A CN 200810303586 A CN200810303586 A CN 200810303586A CN 101645122 A CN101645122 A CN 101645122A
Authority
CN
China
Prior art keywords
file
drm
intermediate interface
module
mobile phone
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN200810303586A
Other languages
English (en)
Inventor
陈立融
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Futaihong Precision Industry Co Ltd
Chi Mei Communication Systems Inc
Original Assignee
Shenzhen Futaihong Precision Industry Co Ltd
Chi Mei Communication Systems Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Futaihong Precision Industry Co Ltd, Chi Mei Communication Systems Inc filed Critical Shenzhen Futaihong Precision Industry Co Ltd
Priority to CN200810303586A priority Critical patent/CN101645122A/zh
Priority to US12/346,876 priority patent/US20100036798A1/en
Publication of CN101645122A publication Critical patent/CN101645122A/zh
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6209Protecting access to data via a platform, e.g. using keys or access control rules to a single file or object, e.g. in a secure envelope, encrypted and accessed using a key, or with access control rules appended to the object itself
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6281Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database at program execution time, where the protection is within the operating system

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Health & Medical Sciences (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Storage Device Security (AREA)

Abstract

一种DRM模组在手机中的应用方法,该方法包括如下步骤:提供一个中间界面,设置于应用程序和文件系统之间;提供一个DRM模组,设置于所述中间界面和文件系统之间;当一个应用程序向文件系统发出文件访问请求时,所述中间界面检验文件是否受DRM保护,对该文件访问请求进行处理,并将文件处理结果返回给该应用程序。本发明还提供一种DRM模组在手机中的应用系统。利用本发明可以通过一个预先定义的中间界面访问文件。

Description

DRM模组在手机中的应用系统及方法
技术领域
本发明涉及一种DRM模组在手机中的应用系统及方法。
背景技术
现在手机的使用越来越广泛,多媒体手机的功能也越来越多,使用者可以通过手机下载、存储和传送各种多媒体文件。对一些受版权保护的多媒体文件,需要建立一种标准方法阻止用户随意将此类多媒体文件进行传播。
DRM(Digital right management,数字版权管理)可以用于限制使用者任意使用、复制或散发多媒体数据,例如音乐、影片等。在现有的DRM模组应用系统中(如图1所示),不同的模组各自单独检验文件是否受DRM保护,然后调用不同的API(ApplicationProgramming Interface,应用编程接口)函数打开文件。如果该文件不受DRM保护,则调用开启普通文件的API函数,如果该文件受DRM保护,则调用开启DRM文件的API函数。
如果一个文件被读取多次,就需要重复验证该文件是否受DRM保护,并且调用不同的API函数来开启该文件,这种方式增加了软件开发的复杂度,不利于提升软件开发的效率。
发明内容
鉴于以上内容,有必要提供一种DRM模组在手机中的应用系统,其可通过一个预先定义的中间界面访问文件。
还有必要提供一种DRM模组在手机中的应用方法,其可通过一个预先定义的中间界面访问文件。
一种DRM模组在手机中的应用系统,该系统包括一个或多个应用程序、一个文件系统和一个DRM模组,所述应用程序和文件系统之间设置有一个中间界面,所述DRM模组位于所述中间界面和文件系统之间,所述中间界面用于当一个应用程序向文件系统发出文件访问请求时,检验文件是否受DRM保护,对该文件访问请求进行处理,并将文件处理结果返回给相应的应用程序。
一种DRM模组在手机中的应用方法,该方法包括如下步骤:提供一个中间界面,设置于应用程序和文件系统之间,用于处理各应用程序的文件访问请求;提供一个DRM模组,设置于所述中间界面和文件系统之间;当一个应用程序向文件系统发出文件访问请求时,所述中间界面检验文件是否受DRM保护,对该文件访问请求进行处理,并将文件处理结果返回给该应用程序。
相较于现有技术,所述的一种DRM模组在手机中的应用系统及方法,可以通过一个预先定义的中间界面访问文件,提高了软件开发的效率。
附图说明
图1是现有的DRM模组应用系统的结构示意图。
图2是本发明一种DRM模组在手机中的应用系统的结构示意图。
图3是图2中所示中间界面的功能模块图。
图4是本发明中所设置的中间界面开启文件的流程图。
具体实施方式
如图2所示,是本发明DRM模组在手机中的应用系统的结构示意图。本发明与图1中所示的现有DRM模组应用系统相比,在应用程序(如无线通讯模组10、文件管理模组20及其它模组30等)和文件系统60之间设置有一个中间界面40。所述中间界面40和文件系统60之间设置有DRM模组50。所述中间界面40用于检验文件是否受DRM保护,并且集成了所有文件处理功能。所述文件处理功能包括开启文件、获取文件路径、获取文件大小和关闭文件等。当应用程序向文件系统60发出文件访问请求时,利用所述中间界面40检验文件是否受DRM保护,然后,所述中间界面40对该文件访问请求进行处理,并将文件处理结果返回给相应的应用程序。所述DRM模组50包含有DRM解析器、文件加密模组和文件解密模组等。
如图3所示,是图2中所示中间界面40的功能模块图。所述中间界面40包括文件开启模块210、文件路径获取模块211、文件大小获取模块212和文件关闭模块213。本发明所称的模块是完成一特定功能的计算机程序段,比程序更适合于描述软件在计算机中的执行过程,因此在本发明以下对软件描述中都以模块描述。
所述文件开启模块210用于当接收到应用程序的指令时,检验文件是否受DRM保护,判断文件是否加密和开启文件等。所述文件路径获取模块211用于获取文件路径,所述文件大小获取模块212用于获取文件大小,所述文件关闭模块213用于关闭文件。
举例而言,如图4所示,所述中间界面40开启文件的过程为:
步骤S401,当接收到应用程序的指令时,文件开启模块210检验文件是否受DRM保护。如果该文件受DRM保护,执行步骤S402,如果该文件不受DRM保护,执行步骤S403。
步骤S402,文件开启模块210通过DRM模组50中的DRM解析器解析该文件,获取该文件的内容信息和句柄,然后执行步骤S404。
步骤S403,文件开启模块210直接开启该文件,并结束流程。
步骤S404,文件开启模块210判断该文件的内容信息是否加密。如果该文件的内容信息被加密,执行步骤S405,如果该文件的内容信息没有被加密,执行步骤S406。
步骤S405,文件开启模块210通过DRM模组50中的文件解密模组将该文件的内容信息解密,然后执行步骤S406。
步骤S406,文件开启模块210开启该文件。
最后应说明的是,以上实施例仅用以说明本发明的技术方案而非限制,尽管参照较佳实施例对本发明进行了详细说明,本领域的普通技术人员应当理解,可以对本发明的技术方案进行修改或等同替换,而不脱离本发明技术方案的精神和范围。

Claims (6)

1.一种DRM模组在手机中的应用系统,该系统包括一个或多个应用程序、一个文件系统和一个DRM模组,其特征在于,所述应用程序和文件系统之间设置有一个中间界面,所述DRM模组位于所述中间界面和文件系统之间,所述中间界面用于当一个应用程序向文件系统发出文件访问请求时,检验文件是否受DRM保护,对该文件访问请求进行处理,并将文件处理结果返回给相应的应用程序。
2.如权利要求1所述的DRM模组在手机中的应用系统,其特征在于,所述中间界面对文件访问请求进行处理包括:开启文件、获取文件路径、获取文件大小和关闭文件。
3.如权利要求1所述的DRM模组在手机中的应用系统,其特征在于,如果该文件受DRM保护,则中间界面通过所述DRM模组进行文件处理,如果该文件不受DRM保护,则中间界面直接开启该文件。
4.一种DRM模组在手机中的应用方法,其特征在于,该方法包括如下步骤:
提供一个中间界面,设置于应用程序和文件系统之间,用于处理各应用程序的文件访问请求;
提供一个DRM模组,设置于所述中间界面和文件系统之间;及
当一个应用程序向文件系统发出文件访问请求时,所述中间界面检验文件是否受DRM保护,对该文件访问请求进行处理,并将文件处理结果返回给该应用程序。
5.如权利要求4所述的DRM模组在手机中的应用方法,其特征在于,所述中间界面对文件访问请求进行处理包括:开启文件、获取文件路径、获取文件大小和关闭文件。
6.如权利要求4所述的DRM模组在手机中的应用方法,其特征在于,如果该文件受DRM保护,则中间界面通过所述DRM模组进行文件处理,如果该文件不受DRM保护,则中间界面直接开启该文件。
CN200810303586A 2008-08-08 2008-08-08 Drm模组在手机中的应用系统及方法 Pending CN101645122A (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN200810303586A CN101645122A (zh) 2008-08-08 2008-08-08 Drm模组在手机中的应用系统及方法
US12/346,876 US20100036798A1 (en) 2008-08-08 2008-12-31 System and method of accessing drm files and non-drm files in a mobile device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200810303586A CN101645122A (zh) 2008-08-08 2008-08-08 Drm模组在手机中的应用系统及方法

Publications (1)

Publication Number Publication Date
CN101645122A true CN101645122A (zh) 2010-02-10

Family

ID=41653822

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200810303586A Pending CN101645122A (zh) 2008-08-08 2008-08-08 Drm模组在手机中的应用系统及方法

Country Status (2)

Country Link
US (1) US20100036798A1 (zh)
CN (1) CN101645122A (zh)

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8188231B2 (en) * 2002-09-27 2012-05-29 Xencor, Inc. Optimized FC variants
US7662926B2 (en) * 2004-09-02 2010-02-16 Genentech, Inc. Anti-Fc-gamma receptor antibodies, bispecific variants and uses therefor
US7655229B2 (en) * 2004-09-02 2010-02-02 Chan Andrew C Anti-FC-gamma RIIB receptor antibody and uses therefor
US7698223B2 (en) * 2005-04-21 2010-04-13 Microsoft Corporation Pluggable file-based digital rights management API layer for applications and engines
EP1855223A1 (en) * 2006-05-12 2007-11-14 Telefonaktiebolaget LM Ericsson (publ) Extending the DRM realm to external devices
US7917440B2 (en) * 2006-07-07 2011-03-29 Microsoft Corporation Over-the-air delivery of metering certificates and data
US20080155159A1 (en) * 2006-12-22 2008-06-26 Rivas Mario A Integrated communication and information processing system

Also Published As

Publication number Publication date
US20100036798A1 (en) 2010-02-11

Similar Documents

Publication Publication Date Title
JP4874288B2 (ja) モバイル機器およびユーザー・モジュールへのデータの格納およびアクセス
CA2832348C (en) Managing data for authentication devices
CN102163268B (zh) 在执行期间验证软件代码的完整性的方法和设备
US20080148414A1 (en) Portable digital rights management (drm)
CN102024121A (zh) 平台安全设备及其方法
CN104216761B (zh) 一种在能够运行两种操作系统的装置中使用共享设备的方法
JP2013065340A (ja) リトリーブ可能なトークン(例えば、スマートカード)内の独立した実行環境におけるアプリケーション間のセキュリティで保護されたリソース共有
US20070167148A1 (en) Mobile communication terminal and computer program thereof, IC card and computer program thereof, and mobile communication terminal system
CN1869927A (zh) 设备控制器、控制设备的方法及其程序
CN102207914A (zh) 装载应用程序的硬件加密tf卡
CN108416224B (zh) 一种数据加解密方法及装置
CN100476845C (zh) 一种数字版权管理方法
WO2008108584A1 (en) Method and apparatus for digital rights management for use in mobile communication terminal
CN107248910A (zh) 安全保护方法以及设备
CN105095784A (zh) 终端数据写入、读取的方法及装置
CN108713200B (zh) 用于将订阅加载到移动终端设备的嵌入式安全元件中的方法
CN106682494B (zh) 一种信息访问方法、装置和设备
CN103873245B (zh) 虚拟机系统数据加密方法及设备
CN112966303A (zh) 数据的加解密方法及装置、电子设备、计算机存储介质
CN111600882A (zh) 一种基于区块链的账户密码管理方法、装置及电子设备
US7802108B1 (en) Secure storage of program code for an embedded system
CN101645122A (zh) Drm模组在手机中的应用系统及方法
CN110737910B (zh) 一种Android log解密管理方法、装置、设备和介质
US11201868B2 (en) System and method for adjusting the behavior of an application based on the DRM status of the application
CN103905192A (zh) 一种加密鉴权方法、装置以及系统

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20100210