JP4485785B2 - Electronic data processing system and electronic data processing method - Google Patents

Electronic data processing system and electronic data processing method Download PDF

Info

Publication number
JP4485785B2
JP4485785B2 JP2003416456A JP2003416456A JP4485785B2 JP 4485785 B2 JP4485785 B2 JP 4485785B2 JP 2003416456 A JP2003416456 A JP 2003416456A JP 2003416456 A JP2003416456 A JP 2003416456A JP 4485785 B2 JP4485785 B2 JP 4485785B2
Authority
JP
Japan
Prior art keywords
electronic data
recording medium
recording
module
electronic
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.)
Expired - Lifetime
Application number
JP2003416456A
Other languages
Japanese (ja)
Other versions
JP2005174200A (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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2003416456A priority Critical patent/JP4485785B2/en
Publication of JP2005174200A publication Critical patent/JP2005174200A/en
Application granted granted Critical
Publication of JP4485785B2 publication Critical patent/JP4485785B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Storage Device Security (AREA)

Description

本発明は、電子データ処理システム及び電子データ処理方に関し、記録媒体に電子データを記録する子データ処理システム及び電子データ処理方に関する。
The present invention relates to electronic data processing systems and electronic data processing how relates child data processing system power for recording electronic data on a recording medium and electronic data processing how.

近年においては、1つの筐体内に表示部,印刷部および撮像部などを設けると共に、プリンタ,コピー,ファクシミリおよびスキャナ等の機能を実現する4種類のプログラムが実装され、それらのプログラムを切り替えることより、プリンタ,コピー,ファクシミリおよびスキャナ等として機能する多機能型の画像形成装置(以下、「融合機」という。)が提供されている。   In recent years, a display unit, a printing unit, an imaging unit, and the like are provided in one housing, and four types of programs that implement functions such as a printer, a copy, a facsimile, and a scanner are installed. Multifunctional image forming apparatuses (hereinafter referred to as “multifunction machines”) that function as printers, copiers, facsimiles, scanners, and the like are provided.

このような融合機の中には、予め組み込まれているプログラムのみではなく、SDカード等のポータブルな記録媒体によって提供されているアプリケーションモジュール(以下、単に「モジュール」という。)を読み込むことにより、更に機能を追加することができるものもある。   In such a multi-function apparatus, not only a preinstalled program but also an application module (hereinafter simply referred to as “module”) provided by a portable recording medium such as an SD card is read. Some can add more functions.

SDカード等によって手軽に機能を追加できることは、融合機の拡張性が高められるという点で特に利点となる。その一方で、SDカード等はPC(Personal Computer)等の他の装置でも容易に参照が可能であるため、媒体内に格納されているモジュールが悪意のユーザによって改竄され、かかるモジュールを実行することにより、融合機の不具合につながるといったことも考えられる。また、SDカード等に格納されたモジュールの不正コピーを防止する必要もある。   The ability to easily add functions by using an SD card or the like is particularly advantageous in that the expandability of the compound machine can be enhanced. On the other hand, since an SD card or the like can be easily referred to by other devices such as a PC (Personal Computer), a module stored in the medium is altered by a malicious user and the module is executed. This can also lead to problems with the fusion machine. It is also necessary to prevent unauthorized copying of modules stored in an SD card or the like.

これらの問題は、例えば、モジュールを以下のような構成でSDカードに記録することによって回避することができる。図1は、SDカード内のモジュールの構成例を示す図である。図1に示されるSDカード510には、SDID511とモジュール512とが格納されている。SDID770は、各SDカードを識別するための情報(ID)である。   These problems can be avoided, for example, by recording the module on an SD card with the following configuration. FIG. 1 is a diagram illustrating a configuration example of a module in an SD card. The SD card 510 shown in FIG. 1 stores an SDID 511 and a module 512. The SDID 770 is information (ID) for identifying each SD card.

モジュール512は、モジュールファイル513及びライセンスファイル514等から構成されている。モジュールファイル513は、モジュールの実現する機能が実装されているファイルであり、ライセンスファイル514は、モジュールのライセンス情報が格納されているファイルである。   The module 512 includes a module file 513, a license file 514, and the like. The module file 513 is a file in which a function realized by the module is mounted, and the license file 514 is a file in which module license information is stored.

モジュールファイル513は、プログラムデータ515及びモジュール電子署名516等を含む。プログラムデータ515は、モジュールのプログラムそのものである。したがって、プログラムデータ515が処理されることにより、モジュールの機能が実現される。モジュール電子署名516は、プログラムデータ515の正当性を確認するために利用されるデータである。すなわち、融合機は、モジュールの実行が要求された際に、プログラムデータ515を例えばメッセージダイジェストによって数値化し、その値をモジュール電子署名516の値と比較する。両者の値が異なる場合は、融合機は、プログラムデータ515は不正なデータであるとしてその実行を拒否する。   The module file 513 includes program data 515, a module electronic signature 516, and the like. The program data 515 is a module program itself. Therefore, the function of the module is realized by processing the program data 515. The module electronic signature 516 is data used to confirm the validity of the program data 515. That is, when the execution of the module is requested, the multi-function apparatus digitizes the program data 515 by, for example, a message digest, and compares the value with the value of the module electronic signature 516. If the two values are different, the multi-function peripheral rejects the execution of the program data 515 as incorrect data.

ライセンスファイル514は、ライセンスデータ517及びライセンス電子署名518等を含む。ライセンスデータ517は、モジュールのライセンス情報(例えば、有効期限又は有効使用回数等)が記録されたデータである。したがって、ライセンスデータ517に記録されたライセンスが切れている場合、又はライセンスファイル514が存在しない場合には、プログラムデータ515は実行されない。   The license file 514 includes license data 517, a license electronic signature 518, and the like. The license data 517 is data in which module license information (for example, an expiration date or the number of times of effective use) is recorded. Therefore, if the license recorded in the license data 517 is expired or the license file 514 does not exist, the program data 515 is not executed.

ライセンス電子署名518は、ライセンスデータ517の正当性を確認するためのデータである。すなわち、融合機は、モジュールの実行が要求された際に、ライセンスデータ517とSDID770とを例えばメッセージダイジェスト等によって数値化し、ライセンス電子署名518の値と比較することによってライセンスデータ517の正当性を確認し、ライセンスデータ517が正当であると確認された場合は、ライセンスデータ517に基づいてモジュールのライセンスの有効性を判断する。   The license electronic signature 518 is data for confirming the validity of the license data 517. That is, when the execution of the module is requested, the multi-function apparatus digitizes the license data 517 and the SDID 770 by, for example, a message digest, and compares the value with the value of the license electronic signature 518 to confirm the validity of the license data 517. If it is confirmed that the license data 517 is valid, the validity of the module license is determined based on the license data 517.

このように、プログラムデータ515とライセンスデータ517とをモジュール電子署名516又はライセンス電子署名518を用いて認証することで、プログラムデータ515やライセンスデータ517等の改竄を検出することができ、不正なモジュールの実行を防止することができる。   As described above, by authenticating the program data 515 and the license data 517 using the module electronic signature 516 or the license electronic signature 518, it is possible to detect falsification of the program data 515, the license data 517, etc. Can be prevented.

また、ライセンスデータ515の認証の際にSDID511を用いることで、モジュール512とSDカード510との一体性が担保され、モジュール512の不正コピーを防止することができる。すなわち、モジュール512が他のSDカードにコピーされたとしても、ライセンスデータ517の認証の際には、ライセンスデータ517と当該他のSDカードのSDIDとに基づいて数値化された値が、SDカード510のSDID511に基づくライセンス電子署名518と比較されることにより、コピーされたことを検知することが可能だからである。   Further, by using the SDID 511 when authenticating the license data 515, the integrity of the module 512 and the SD card 510 is secured, and unauthorized copying of the module 512 can be prevented. That is, even if the module 512 is copied to another SD card, when the license data 517 is authenticated, a value quantified based on the license data 517 and the SDID of the other SD card is changed to the SD card. This is because it is possible to detect copying by comparing with the license electronic signature 518 based on the SDID 511 of 510.

しかしながら、善意のユーザが、媒体の整理等を目的として任意のモジュールをそのモジュールが格納されているSDカードから他のSDカードへと「移動」させたいといった要求がある。例えば、複数のSDカードに分散されている各モジュールを、容量の大きな一つのSDカードに集約することで媒体管理を容易にしたい場合等である。   However, there is a demand that a bona fide user wants to “move” an arbitrary module from an SD card storing the module to another SD card for the purpose of organizing the medium. For example, there is a case where medium management is facilitated by consolidating modules distributed over a plurality of SD cards into one SD card having a large capacity.

ここでいう「移動」とは、一般的なファイルの移動と同様に、移動元となったモジュールが無効となること又は削除されることを意味する。すなわち、移動は、コピーとは異なり新たなライセンスの生成を伴わないため、移動を許容することによる不利益は考えづらい。   Here, “move” means that the module that is the source of the move is invalidated or deleted, as in the case of general file move. In other words, unlike copying, moving does not involve generating a new license, so it is difficult to consider the disadvantage of allowing moving.

にもかかわらず、上述した従来の方法では、ユーザは、モジュールの媒体間の移動を行うことができないという問題があった。そこで、安全性を確保しつつモジュールの移動を可能とする機能の実現が望まれるが、モジュールの提供者によっては、安全性が確保されていたとしても移動を許可したくない場合が考えられる。   Nevertheless, the conventional method described above has a problem that the user cannot move the module between the media. Therefore, it is desired to realize a function that enables the movement of the module while ensuring safety. However, depending on the module provider, there may be a case where the movement is not permitted even if the safety is ensured.

本発明は、上記の点に鑑みてなされたものであって、特定の記録媒体に記録されている状態でのみ利用可能な電子データについて、前記電子データの当該特定の記録媒体とは異なる他の記録媒体への移動を制限させることができる電子データ処理システム及び電子データ処理方の提供を目的とする。
The present invention has been made in view of the above points, and for electronic data that can be used only in a state recorded on a specific recording medium, the electronic data is different from the specific recording medium. thereby limiting the movement of the recording medium and to provide an electronic data processing systems and electronic data processing how capable.

そこで上記課題を解決するため、本発明は、請求項1に記載されるように、電子データを記録媒体に記録する情報処理装置であって、前記記録媒体を識別するための媒体識別情報及び前記電子データに基づいて前記電子データの署名情報を生成する署名情報生成手段と、生成した前記署名情報、前記電子データ及び前記電子データの複製の可否を示す複製可否情報を前記記録媒体に記録する記録手段と、前記電子データを有効化又は無効化する有効化/無効化手段とを有することを特徴とする。   Accordingly, in order to solve the above problems, the present invention provides an information processing apparatus for recording electronic data on a recording medium as described in claim 1, wherein the medium identification information for identifying the recording medium and the information Signature information generating means for generating signature information of the electronic data based on the electronic data, and recording for recording the generated signature information, the electronic data, and duplication permission / inhibition information indicating whether or not the electronic data can be copied to the recording medium And a validation / invalidation means for validating or invalidating the electronic data.

このような情報処理装置では、電子データと共にその電子データの複製の可否を示す情報を記録媒体に記録するため、当該電子データの移動を制限させることができる記録媒体を生成することができる。   In such an information processing apparatus, information indicating whether or not the electronic data can be copied is recorded on the recording medium together with the electronic data. Therefore, a recording medium capable of restricting movement of the electronic data can be generated.

また、上記課題を解決するため、本発明は、上記情報処理装置における記録媒体生成方法、又は前記記録媒体としてもよい。   Moreover, in order to solve the said subject, this invention is good also as the recording medium production | generation method in the said information processing apparatus, or the said recording medium.

本発明によれば、特定の記録媒体に記録されている状態でのみ利用可能な電子データについて、前記電子データの当該特定の記録媒体とは異なる他の記録媒体への移動を制限させることができる電子データ処理システム及び電子データ処理方を提供することができる。 According to the present invention, it is possible to limit movement of electronic data that can be used only in a state recorded on a specific recording medium to another recording medium different from the specific recording medium. it is possible to provide an electronic data processing systems and electronic data processing how.

以下、図面に基づいて本発明の実施の形態を説明する。図2は、本発明による融合機の一実施例の構成図を示す。本実施の形態においては、情報処理装置の具体例として多機能型の画像形成装置である融合機を用いて説明する。融合機1は、プロッタ11と,スキャナ12と,ファクシミリなどのその他のハードウェアリソース13と,ソフトウェア群20と,融合機起動部50とを有する。また、ソフトウェア群20はアプリケーション30とプラットフォーム40とを有する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 2 shows a block diagram of an embodiment of a compound machine according to the present invention. In the present embodiment, a specific example of the information processing apparatus will be described using a multifunction machine that is a multifunctional image forming apparatus. The compound machine 1 includes a plotter 11, a scanner 12, other hardware resources 13 such as a facsimile, a software group 20, and a compound machine starting unit 50. The software group 20 includes an application 30 and a platform 40.

アプリケーション30は、プリンタ,コピー,ファクシミリおよびスキャナなどの画像形成処理にかかるユーザサービスにそれぞれ固有の処理を行うものである。   The application 30 performs processing unique to each user service related to image forming processing such as a printer, copy, facsimile, and scanner.

アプリケーション30は、ページ記述言語(PDL,PCL)およびポストスクリプト(PS)を有するプリンタ用のアプリケーションであるプリンタアプリ31と,コピー用のアプリケーションであるコピーアプリ32と,ファクシミリ用アプリケーションであるファックスアプリ33と,スキャナ用アプリケーションであるスキャナアプリ34と,ネットワークファイル用アプリケーションであるネットファイルアプリ35とを有している。   The application 30 includes a printer application 31 that is a printer application having a page description language (PDL, PCL) and a postscript (PS), a copy application 32 that is a copy application, and a fax application 33 that is a facsimile application. A scanner application 34 that is a scanner application, and a net file application 35 that is a network file application.

また、プラットフォーム40は、アプリケーション30からの処理要求を解釈してハードウェア資源の獲得要求を発生するコントロールサービスと、1つ以上のハードウェア資源の管理を行ってコントロールサービスからの獲得要求を調停するシステムリソースマネージャ(以下、SRMという)43と、オペレーティングシステム(以下、OSという)41とを有するように構成されている。   The platform 40 also interprets the processing request from the application 30 and generates a hardware resource acquisition request, and manages one or more hardware resources to arbitrate the acquisition request from the control service. A system resource manager (hereinafter referred to as SRM) 43 and an operating system (hereinafter referred to as OS) 41 are configured.

コントロールサービスは、システムコントロールサービス(以下、SCSという)42,エンジンコントロールサービス(以下、ECSという)44,メモリコントロールサービス(以下、MCSという)45,オペレーションパネルコントロールサービス(以下、OCSという)46,ファックスコントロールサービス(以下、FCSという)47,ネットワークコントロールサービス(以下、NCSという)48など、一つ以上のサービスモジュールを有するように構成されている。   The control service includes a system control service (hereinafter referred to as SCS) 42, an engine control service (hereinafter referred to as ECS) 44, a memory control service (hereinafter referred to as MCS) 45, an operation panel control service (hereinafter referred to as OCS) 46, and a fax. It is configured to have one or more service modules such as a control service (hereinafter referred to as FCS) 47 and a network control service (hereinafter referred to as NCS) 48.

なお、プラットフォーム40は予め定義されている関数によりアプリケーション30からの処理要求を受信可能とするアプリケーションプログラムインターフェース(以下、APIという)を有するように構成されている。OS41は、ユニックス(UNIX(登録商標))等であって、アプリケーション30およびプラットフォーム40の各ソフトウェアをプロセスとして並列実行する。   The platform 40 is configured to have an application program interface (hereinafter referred to as API) that can receive a processing request from the application 30 using a predefined function. The OS 41 is UNIX (registered trademark) or the like, and executes the software of the application 30 and the platform 40 in parallel as processes.

SRM43のプロセスは、SCS42と共にシステムの制御およびハードウェア資源の管理を行うものである。例えばSRM43のプロセスは、エンジン,メモリ,HDDファイル,ホストI/O(セントロI/F,ネットワークI/F,IEEE1394 I/F,RS232C I/Fなど)のハードウェア資源を利用する上位層からの要求に従って調停を行い、実行制御する。   The process of the SRM 43 performs system control and hardware resource management together with the SCS 42. For example, the process of the SRM43 is from an upper layer that uses the hardware resources of the engine, memory, HDD file, and host I / O (centro I / F, network I / F, IEEE 1394 I / F, RS232C I / F, etc.). Arbitrate and control execution according to request.

具体的に、SRM43は要求されたハードウェア資源が利用可能であるか(他の要求により利用されていないかどうか)を判定し、利用可能であれば要求されたハードウェア資源が利用可能である旨を上位層に通知する。また、SRM43は上位層からの要求に対してハードウェア資源を利用するためのスケジューリングを行い、要求内容(例えば、プリンタエンジンによる紙搬送と作像動作,メモリ確保,ファイル生成など)を直接実施している。   Specifically, the SRM 43 determines whether the requested hardware resource is available (whether it is not used by another request), and if it is available, the requested hardware resource can be used. Notify the higher layer. In addition, the SRM 43 performs scheduling for using hardware resources in response to a request from an upper layer, and directly executes the request contents (for example, paper conveyance and image forming operation by the printer engine, memory allocation, file generation, etc.). ing.

SCS42のプロセスは、アプリケーション管理,操作部制御,システム画面表示,LED表示,ハードウェア資源管理,割り込みアプリケーション制御などの処理を行う。ECS44のプロセスは、プロッタ11,スキャナ12,その他のハードウェアリソース13などのエンジンの制御を行う。   The process of the SCS 42 performs processing such as application management, operation unit control, system screen display, LED display, hardware resource management, and interrupt application control. The process of the ECS 44 controls engines such as the plotter 11, the scanner 12, and other hardware resources 13.

MCS45のプロセスは、画像メモリの取得および解放,HDDの利用,画像データの圧縮および伸張などのメモリ制御を行う。OCS46のプロセスは、オペレータと本体制御との間の情報伝達手段となるオペレーションパネルの制御を行う。   The MCS 45 process performs memory control such as acquisition and release of image memory, use of HDD, compression and expansion of image data, and the like. The process of the OCS 46 controls an operation panel serving as information transmission means between the operator and the main body control.

FCS47のプロセスは、システムコントローラの各アプリケーション層からPSTNまたはISDN網を利用したファクシミリ送受信,バックアップ用のメモリで管理されている各種ファクシミリデータの登録/引用,ファクシミリ読み取り,ファクシミリ受信印刷,融合送受信を行うためのAPIを提供する。   The FCS 47 process performs facsimile transmission / reception using the PSTN or ISDN network from each application layer of the system controller, registration / quotation of various facsimile data managed in the backup memory, facsimile reading, facsimile reception printing, and fusion transmission / reception. API is provided.

NCS48のプロセスは、ネットワークI/Oを必要とするアプリケーションに対して共通に利用できるサービスを提供するものであり、ネットワーク側から各プロトコルによって受信したデータを各アプリケーションに振り分けたり、各アプリケーションからのデータをネットワーク側に送信する際の仲介を行う。   The NCS 48 process provides a service that can be used in common for applications that require network I / O. Data received from each network according to each protocol is distributed to each application, and data from each application. Mediation when sending to the network side.

例えばNCS48は、ネットワークを介して接続されるネットワーク機器とのデータ通信をhttpd(HyperText Transfer Protocol Daemon)により、HTTP(HyperText Transfer Protocol)で制御する。   For example, the NCS 48 controls data communication with network devices connected via a network by HTTP (HyperText Transfer Protocol Daemon) using HTTP (HyperText Transfer Protocol).

融合機起動部50は、融合機1の電源投入時に最初に実行され、プラットフォーム40やアプリケーション30を起動するものである。   The multi-function apparatus activation unit 50 is executed first when the multi-function apparatus 1 is powered on, and activates the platform 40 and the application 30.

融合機1は、各アプリケーションで共通的に必要な処理をプラットフォーム40で一元的に処理することができる。次に、融合機1のハードウェア構成について説明する。   The multi-function apparatus 1 can process the processing commonly required for each application by the platform 40 in a centralized manner. Next, a hardware configuration of the multifunction machine 1 will be described.

図3は、本発明による融合機の一実施例のハードウェア構成図を示す。図3の融合機1は、コントローラ60,オペレーションパネル80,FCU81,エンジン部82を有する。   FIG. 3 is a hardware configuration diagram of an embodiment of the compound machine according to the present invention. 3 includes a controller 60, an operation panel 80, an FCU 81, and an engine unit 82.

コントローラ60は、CPU61,システムメモリ62,ノースブリッジ(NB)63,サウスブリッジ(SB)64,ASIC66,ローカルメモリ67,HDD68、ネットワークインターフェースカード(NIC)69,USBデバイス70,IEEE1394デバイス71,セントロニクス72,SDスロット75及びSDスロット76等を有する。   The controller 60 includes a CPU 61, a system memory 62, a north bridge (NB) 63, a south bridge (SB) 64, an ASIC 66, a local memory 67, an HDD 68, a network interface card (NIC) 69, a USB device 70, an IEEE 1394 device 71, and a Centronics 72. SD slot 75, SD slot 76, and the like.

オペレーションパネル80は、コントローラ60のASIC66に接続されている。また、FCU81およびエンジン部82は、コントローラ60のASIC66にPCIバス83で接続されている。   The operation panel 80 is connected to the ASIC 66 of the controller 60. Further, the FCU 81 and the engine unit 82 are connected to the ASIC 66 of the controller 60 via the PCI bus 83.

コントローラ60は、ASIC66にローカルメモリ67,HDD68などが接続されると共に、CPU61とASIC66とがCPUチップセットのNB63を介して接続されている。コントローラ60は、NB63を介してCPU61とASIC66とを接続することにより、CPU61のインターフェースが公開されていない場合に対応する。なお、ASIC66とNB63とはAGP(Accelerated Graphics Port )65を介して接続されている。   In the controller 60, the local memory 67, the HDD 68, and the like are connected to the ASIC 66, and the CPU 61 and the ASIC 66 are connected via the NB 63 of the CPU chip set. The controller 60 corresponds to the case where the interface of the CPU 61 is not disclosed by connecting the CPU 61 and the ASIC 66 via the NB 63. The ASIC 66 and the NB 63 are connected via an AGP (Accelerated Graphics Port) 65.

このように、図2のアプリケーション30やプラットフォーム40を形成する一つ以上のプロセスを実行制御するため、ASIC66とNB63とを低速のPCIバスでなくAGP65を介して接続することで、パフォーマンスの低下を防いでいる。   As described above, in order to control execution of one or more processes forming the application 30 and the platform 40 in FIG. 2, the ASIC 66 and the NB 63 are connected via the AGP 65 instead of the low-speed PCI bus. It is preventing.

CPU61は、融合機1の全体制御を行うものである。CPU61は、SCS42,SRM43,ECS44,MCS45,OCS46,FCS47,NCS48をOS41上に起動して実行させると共に、アプリケーション30を形成するプリンタアプリ31,コピーアプリ32,ファックスアプリ33,スキャナアプリ34,ネットファイルアプリ35を起動して実行させる。   The CPU 61 performs overall control of the compound machine 1. The CPU 61 starts up and executes the SCS 42, SRM 43, ECS 44, MCS 45, OCS 46, FCS 47, and NCS 48 on the OS 41, and at the same time, the printer application 31, the copy application 32, the fax application 33, the scanner application 34, and the net file that form the application 30. The application 35 is activated and executed.

NB63は、CPU61,システムメモリ62,SB64,ASIC66,NIC69,USBデバイス70,IEEE1394デバイス71およびセントロニクス72を接続するためのブリッジである。   The NB 63 is a bridge for connecting the CPU 61, system memory 62, SB 64, ASIC 66, NIC 69, USB device 70, IEEE 1394 device 71, and Centronics 72.

SB64,NIC69,USBデバイス70,IEEE1394デバイス711およびセントロニクス72は、PCIバス73を介してNB63に接続されている。なお、SB64は、PCIバス73とROMや周辺デバイス等とを接続するためのブリッジである。   The SB 64, NIC 69, USB device 70, IEEE 1394 device 711, and Centronics 72 are connected to the NB 63 via the PCI bus 73. The SB 64 is a bridge for connecting the PCI bus 73 to the ROM, peripheral devices, and the like.

SDスロット75及び76は、各種アプリケーションモジュール等が記録された挿抜可能な記録媒体であるSDカードを差し込むためのスロットである。すなわち、融合機1は、SDカードに記録されたアプリケーションモジュールを利用して機能拡張をはかることが可能である。ユーザは、必要とする機能を実現するアプリケーションモジュールが記録されたSDカードをSDスロット75又は76に差し込むことにより、融合機1の機能をさらに拡張させることができる。   The SD slots 75 and 76 are slots for inserting SD cards, which are detachable recording media on which various application modules and the like are recorded. In other words, the multifunction machine 1 can perform function expansion using an application module recorded on the SD card. The user can further expand the function of the multi-function apparatus 1 by inserting an SD card in which an application module that realizes a necessary function is recorded into the SD slot 75 or 76.

システムメモリ62は、融合機1の描画用メモリなどとして用いるメモリである。ローカルメモリ67はコピー用画像バッファ,符号バッファとして用いるメモリである。   The system memory 62 is a memory used as a drawing memory or the like of the multifunction machine 1. The local memory 67 is a memory used as a copy image buffer and a code buffer.

ASIC66は、画像処理用のハードウェア要素を有する画像処理用途向けのICである。HDD68は、画像データの蓄積,文書データの蓄積,プログラムの蓄積,フォントデータの蓄積,フォームの蓄積などを行うストレージ(補助記憶装置)の一例である。   The ASIC 66 is an IC for use in image processing having hardware elements for image processing. The HDD 68 is an example of a storage (auxiliary storage device) that stores image data, document data, programs, font data, forms, and the like.

NIC69は、融合機1をネットワークに接続するインターフェース機器である。USBデバイス70,IEEE1394デバイス71およびセントロニクス72は、夫々の規格に準じたインターフェースである。   The NIC 69 is an interface device that connects the MFP 1 to a network. The USB device 70, the IEEE 1394 device 71, and the Centronics 72 are interfaces conforming to the respective standards.

また、オペレーションパネル80は、オペレータからの入力操作を受け付けると共に、オペレータに向けた表示を行う操作部である。なお、FCU81はバックアップ用のメモリを有している。FCU81が有するメモリは、例えば融合機1の電源がOFFのときに受信したファクシミリデータを一時的に格納するために利用される。   The operation panel 80 is an operation unit that accepts an input operation from an operator and performs display for the operator. The FCU 81 has a backup memory. The memory of the FCU 81 is used for temporarily storing facsimile data received when the power of the multi-function apparatus 1 is OFF, for example.

本実施の形態においては、SDスロット75に差し込まれたSDカードに記録されたアプリケーションモジュールをSDスロット76に差し込まれたSDカードに移動する際の融合機1における処理(アプリケーションモジュールの移動処理)について説明する。なお、一度の処理で移動対象となるアプリケーションモジュールは、一つでもよいし複数でもよい。   In the present embodiment, the processing (application module movement processing) in the MFP 1 when moving the application module recorded on the SD card inserted into the SD slot 75 to the SD card inserted into the SD slot 76. explain. Note that one or more application modules may be moved in one process.

図4は、SDカードに格納されている情報を説明するための図である。図4に示されようにSDカード77には、SDID770と、ライセンス無効フラグ771と、アプリケーションモジュール772a、772b、772c及び772d等の一つ以上のアプリケーションモジュールが格納されている。   FIG. 4 is a diagram for explaining information stored in the SD card. As shown in FIG. 4, the SD card 77 stores an SDID 770, a license invalid flag 771, and one or more application modules such as application modules 772a, 772b, 772c, and 772d.

SDID770は、各SDカードを識別するための情報(ID)である。ライセンス無効フラグ771は、SDカード77に格納されているアプリケーションモジュールの有効性を判断するためのフラグである。すなわち、ライセンス無効フラグがONの場合は、融合機1は、SDカード77内のアプリケーションモジュールは無効であるとして、アプリケーションモジュール772a等の実行を拒否する。   The SDID 770 is information (ID) for identifying each SD card. The license invalid flag 771 is a flag for determining the validity of the application module stored in the SD card 77. That is, when the license invalid flag is ON, the multi-function device 1 rejects the execution of the application module 772a and the like, assuming that the application module in the SD card 77 is invalid.

一つのアプリケーションモジュールは、モジュールファイル773及びライセンスファイル774等から構成されている。モジュールファイル773は、アプリケーションモジュールが実現する機能が実装されているファイルであり、ライセンスファイル774は、アプリケーションモジュールのライセンス情報が格納されているファイルである。   One application module includes a module file 773, a license file 774, and the like. The module file 773 is a file in which a function realized by the application module is mounted, and the license file 774 is a file in which license information of the application module is stored.

モジュールファイル773は、プログラムデータ775、モジュール情報776及びモジュール電子署名777等を含む。プログラムデータ775は、アプリケーションモジュールのプログラムそのものである。したがって、プログラムデータ775がCPU61によって処理されることにより、アプリケーションモジュールの機能が実現される。モジュール情報776は、アプリケーションモジュールの属性情報であり、モジュール名781、移動不可フラグ782、使用可能機種情報783及び電子署名鍵情報784等から構成される。   The module file 773 includes program data 775, module information 776, a module electronic signature 777, and the like. The program data 775 is the application module program itself. Therefore, the function of the application module is realized by processing the program data 775 by the CPU 61. The module information 776 is attribute information of the application module, and includes a module name 781, a movement impossible flag 782, usable model information 783, electronic signature key information 784, and the like.

モジュール名781は、アプリケーションモジュールの名前である。移動不可フラグ782は、アプリケーションモジュールの他のSDカードへの移動の可否を示すフラグである。使用可能機種情報783は、アプリケーションモジュールが正常に動作可能な機種(融合機1の機種)を識別するための情報である。電子署名鍵情報784は、暗号化されているモジュール電子署名777やライセンス電子署名779を復号化するための鍵情報である。   The module name 781 is the name of the application module. The movement impossibility flag 782 is a flag indicating whether or not the application module can be moved to another SD card. The usable model information 783 is information for identifying a model (model of the multi-function apparatus 1) in which the application module can operate normally. The electronic signature key information 784 is key information for decrypting the encrypted module electronic signature 777 and license electronic signature 779.

モジュール電子署名777は、プログラムデータ775の正当性を確認するために利用されるデータである。すなわち、融合機1は、アプリケーションモジュールの実行が要求された際に、プログラムデータ775を例えばメッセージダイジェストによって数値化すると共に、電子署名鍵情報784によってモジュール電子署名777を復号化し、両者の値を比較する。両者の値が異なる場合は、融合機1は、プログラムデータ775は不正なデータであるとしてその実行を拒否する。   The module electronic signature 777 is data used to confirm the validity of the program data 775. That is, when the execution of the application module is requested, the MFP 1 digitizes the program data 775 by, for example, a message digest, decrypts the module electronic signature 777 with the electronic signature key information 784, and compares the values of both. To do. If the two values are different, the multi-function apparatus 1 rejects the execution of the program data 775 as being illegal data.

ライセンスファイル774は、ライセンスデータ778及びライセンス電子署名779等を含む。ライセンスデータ778は、アプリケーションモジュールのライセンス情報(例えば、有効期限又は有効使用回数等)が記録されたデータである。   The license file 774 includes license data 778, a license electronic signature 779, and the like. The license data 778 is data in which license information (for example, an expiration date or the number of times of effective use) of the application module is recorded.

ライセンス電子署名779は、ライセンスデータ778の正当性を確認するためのデータである。すなわち、融合機1は、アプリケーションモジュールの実行が要求された際に、ライセンスデータ778とSDID770とを例えばメッセージダイジェスト等によって数値化すると共に、電子署名鍵情報784によってライセンス電子署名779を復号化し、両者の値を比較することによってライセンスデータ778の正当性を確認する。ライセンスデータ778が正当であると確認された場合は、融合機1は、ライセンスデータ778に基づいてアプリケーションモジュールのライセンスの有効性を判断する。   The license electronic signature 779 is data for confirming the validity of the license data 778. That is, when the execution of the application module is requested, the MFP 1 digitizes the license data 778 and the SDID 770 by, for example, a message digest or the like, and decrypts the license electronic signature 779 by using the electronic signature key information 784. The validity of the license data 778 is confirmed by comparing the values of. When it is confirmed that the license data 778 is valid, the multi-function apparatus 1 determines the validity of the license of the application module based on the license data 778.

なお、ライセンスデータ778の正当性の確認の際に、ライセンスデータ778だけでなくSDID770をも考慮することによって、アプリケーションモジュールの他のSDカードへの不正コピーを防止することができるのは、従来技術の項で説明した通りである。   It is to be noted that when the validity of the license data 778 is confirmed, not only the license data 778 but also the SDID 770 can be taken into account to prevent unauthorized copying of the application module to another SD card. As described in the section.

ここで、ライセンス無効フラグ771について更に詳しく説明する。一般にファイルの移動とは移動元のファイルが削除される処理を意味する。その意味では、本実施の形態におけるアプリケーションモジュールの移動処理は、厳密には「移動」ではなく、「コピー」に該当する。すなわち、本実施の形態において融合機1は、移動元のアプリケーションモジュールの削除は行わない。これは、移動処理中に障害が発生した場合等に、移動先が生成されていないにもかかわらず、移動元が削除されてしまい、アプリケーションモジュールを完全に消失してしまうという事態を回避するためである。   Here, the license invalid flag 771 will be described in more detail. In general, the movement of a file means a process of deleting a source file. In that sense, the movement process of the application module in the present embodiment is not strictly “move” but corresponds to “copy”. That is, in the present embodiment, the MFP 1 does not delete the source application module. This is to avoid a situation where the migration source is deleted and the application module is completely lost even if the migration destination is not generated, such as when a failure occurs during migration processing. It is.

しかし、コピー後にコピー元のアプリケーションモジュールが相変わらず利用可能である状態は望ましくない。後述されるように、本発明によってコピー先のアプリケーションモジュールの利用が可能になるところ、コピー元のアプリケーションが相変わらず利用可能であれば、SDID770を用いてライセンスデータ778の正当性を判断している意味がなくなり、不正コピーを助長することになるからである。   However, it is not desirable that the copy source application module remains usable after copying. As will be described later, the copy destination application module can be used according to the present invention. If the copy source application is still usable, the validity of the license data 778 is determined using the SDID 770. This is because there is no need to promote illegal copying.

そこで、コピーの後にコピー元のSDカードのライセンス無効フラグ771をONとし、コピー元のアプリケーションモジュールをソフト的に使用不能(無効化)とすることによって擬似的に移動処理を実現しようというのである。但し、一般的な移動と同様に移動元のアプリケーションモジュールを削除することによって、移動元を無効化する場合でも本発明は適用可能である。   Therefore, after the copy, the license invalid flag 771 of the copy source SD card is turned ON, and the copy source application module is made unusable (invalidated) by software, thereby realizing a migration process in a pseudo manner. However, the present invention can be applied even when the migration source is invalidated by deleting the migration source application module in the same manner as a general migration.

なお、図4においては、ライセンス無効フラグ771は、SDカード77に対して一つだけ設けられている。このような構成は、SDカード77に格納されている全てのアプリケーションモジュールの移動が同時に行われる場合には、簡易な構成であるという利点がある。しかし、例えば、アプリケーションモジュール772aのみを他のSDカードに移動した場合であっても、ライセンス無効フラグ771がONにされるため、移動の対象とされなかった他のアプリケーションモジュールの実行ができなくなってしまうという不都合がある。   In FIG. 4, only one license invalid flag 771 is provided for the SD card 77. Such a configuration has the advantage of being a simple configuration when all application modules stored in the SD card 77 are moved simultaneously. However, for example, even when only the application module 772a is moved to another SD card, the license invalid flag 771 is turned ON, and it becomes impossible to execute other application modules that are not targeted for movement. There is an inconvenience.

かかる不都合を回避するため、ライセンス無効フラグ771をアプリケーションモジュールごとに設けてもよい。   In order to avoid such inconvenience, a license invalid flag 771 may be provided for each application module.

図5は、ライセンス無効フラグをアプリケーションモジュールごとに設けた例を示す図である。図5中、図4と同一部分には同一符号を付し、その説明は省略する。図5におけるSDカード77には、ライセンス無効フラグ771は存在せず、代わりに各アプリケーションモジュールのモジュール情報776を構成する情報としてライセンス無効フラグ785が設けられている。   FIG. 5 is a diagram illustrating an example in which a license invalid flag is provided for each application module. In FIG. 5, the same parts as those in FIG. 4 are denoted by the same reference numerals, and the description thereof is omitted. In the SD card 77 in FIG. 5, the license invalid flag 771 does not exist. Instead, a license invalid flag 785 is provided as information constituting the module information 776 of each application module.

図5のようにライセンス無効フラグ771をアプリケーションモジュールごとに設けた場合、移動対象となったアプリケーションモジュールのライセンス無効フラグだけをONにすればよく、移動元のSDカードに格納されている他のアプリケーションモジュールについては、相変わらず利用可能とすることができる。以下においては、図5の構成を前提として説明する。   When the license invalid flag 771 is provided for each application module as shown in FIG. 5, it is only necessary to turn on the license invalid flag of the application module to be migrated, and other applications stored in the migration source SD card. Modules can still be used. In the following, description will be made on the assumption of the configuration of FIG.

図6は、アプリケーションの移動処理を実現するための融合機の構成例を示す図である。すなわち、図6は、図2よりアプリケーションの移動処理に密接に関連する構成要素のみを抽出したものである。したがって、図6中、図2と同一部分には同一符号を付し、その説明は省略する。   FIG. 6 is a diagram illustrating a configuration example of a multi-function peripheral for realizing application migration processing. That is, FIG. 6 shows only components that are closely related to the application migration process extracted from FIG. Therefore, in FIG. 6, the same parts as those in FIG.

図6において、アプリA36、アプリB37、及びアプリC38等は、図2におけるアプリケーション30に含まれる各種アプリケーションモジュール(プリンタアプリ31、コピーアプリ32、ファックスアプリ33等)を抽象化して表現したものである。但し、アプリA36等は、融合機1に予め組み込まれたものではなく、SDスロット75又はSDスロット36に差し込まれたSDカードに記録されたものである。   In FIG. 6, an application A 36, an application B 37, an application C 38, and the like are expressed by abstracting various application modules (printer application 31, copy application 32, fax application 33, etc.) included in the application 30 in FIG. . However, the application A 36 and the like are not pre-installed in the multifunction machine 1 but are recorded in the SD slot 75 or the SD card inserted into the SD slot 36.

本実施の形態において、アプリケーションモジュールの移動処理の制御はSCS42が行う。また、アプリケーションモジュールの移動処理に係る各種画面のオペレーションパネル80への表示は、OCS46がSCS42からの要求に基づいて行う。   In the present embodiment, the SCS 42 performs control of application module migration processing. In addition, the OCS 46 displays various screens related to the movement process of the application module on the operation panel 80 based on a request from the SCS 42.

以下、図6の融合機1の処理手順について説明する。図7は、融合機の処理概要を説明するためのフローチャートである。まず、オペレーションパネルに表示された画面上におけるユーザによってアプリケーションモジュールの移動を行うのか、あるいは移動の取り消し(UNDO)を行うのかが選択される(S100)。移動が選択された場合は、アプリケーションモジュールの移動処理が開始される。   Hereinafter, the processing procedure of the multi-function apparatus 1 of FIG. 6 will be described. FIG. 7 is a flowchart for explaining the processing outline of the multi-function apparatus. First, it is selected whether the user moves the application module on the screen displayed on the operation panel or cancels the movement (UNDO) (S100). When the movement is selected, the application module movement process is started.

すなわち、ログファイルの確認処理が実行され(S200)、移動対象となるアプリケーションモジュールのモジュールファイル773及びライセンスファイル774等の移動処理が実行される(S300)。   That is, the log file confirmation process is executed (S200), and the migration process of the module file 773, the license file 774, and the like of the application module to be transferred is executed (S300).

なお、移動の取り消し処理については、移動処理の詳細、すなわち、ログファイルの確認処理(S200)及びモジュールファイル773等の移動処理(S300)の詳細について説明した後に説明する。   The movement cancellation process will be described after the details of the movement process, that is, the details of the log file confirmation process (S200) and the movement process (S300) of the module file 773 and the like are described.

図8は、ログファイルの確認処理を説明するためのフローチャートである。   FIG. 8 is a flowchart for explaining log file confirmation processing.

まず、SCS42は、アプリケーションモジュールの移動先のSDカード(ここでは、SDスロット76に差し込まれているSDカード。以下「移動先SDカード761」という。)に格納されているファイル情報を取得することにより(S201)、移動先SDカード761にログファイルが存在するか否かを判断する。   First, the SCS 42 obtains file information stored in the SD card that is the migration destination of the application module (here, the SD card inserted into the SD slot 76; hereinafter referred to as “destination SD card 761”). (S201), it is determined whether or not a log file exists in the transfer destination SD card 761.

ここで、ログファイルとは、アプリケーションモジュールの移動処理の経過を記録しておくために、後述の処理(S207)において移動先SDカード761内に生成されるファイルである。   Here, the log file is a file generated in the migration destination SD card 761 in the process (S207) described later in order to record the progress of the migration process of the application module.

図9は、ログファイルのデータ構造例を示す図である。図9に示されるようにログファイルには、移動対象として指定されたアプリケーションモジュールごとに、識別番号、未コピーフラグ、コピー中フラグ、コピー済みフラグ、及びモジュール名等が記録される。   FIG. 9 is a diagram illustrating an exemplary data structure of the log file. As shown in FIG. 9, in the log file, an identification number, an uncopied flag, a copying flag, a copied flag, a module name, and the like are recorded for each application module designated as a movement target.

識別番号は、各レコードを識別するための番号である。コピー中フラグ及びコピー済みフラグは、アプリケーションモジュールの移動処理のステータスを識別するためのフラグであり、それぞれモジュールファイル773等のコピーが開始されていないこと、モジュールファイル773等のコピー中であること、モジュールファイル773等のコピーが完了したことを識別するためのものである。モジュール名は、アプリケーションモジュールの名前(モジュール名781)である。   The identification number is a number for identifying each record. The copying flag and the copied flag are flags for identifying the status of the migration process of the application module, and that the copying of the module file 773 or the like has not started yet, that the module file 773 or the like is being copied, This is for identifying that copying of the module file 773 or the like has been completed. The module name is the name of the application module (module name 781).

なお、ログファイルは、移動対象となっている全てのアプリケーションモジュールの移動処理が完了したタイミングで削除される。したがって、ログファイルが移動先SDカード761に存在していた場合は、ステップS203に進み、SCS42は、前回のアプリケーションの移動処理がなんらかの原因、例えば、処理中における電源のダウン等によって異常終了したものと判断する。   Note that the log file is deleted at the timing when the migration processing of all application modules that are migration targets is completed. Therefore, if the log file exists in the transfer destination SD card 761, the process proceeds to step S203, and the SCS 42 has terminated abnormally due to the cause of the previous application transfer process, for example, a power down during the process. Judge.

ステップS203に続いてステップS204に進み、SCS42は、異常終了した時点、すなわち、処理が途中で終わっている状態からの処理の継続(自動リカバリ)が可能であるかを判断する。   Proceeding to step S204 following step S203, the SCS 42 determines whether or not the process can be continued (automatic recovery) from the time of abnormal termination, that is, from the state in which the process ends in the middle.

自動リカバリが不可能であると判断した場合は、ステップS205に進み、SCS42は、前回の移動処理において処理が異常終了するまでに移動先SDカード761にコピーされたアプリケーションモジュールをログファイルに基づいて判断し、そのアプリケーションモジュールのコピー先のモジュールファイル773等を削除する。   If it is determined that automatic recovery is impossible, the process proceeds to step S205, and the SCS 42 uses the log file to store the application module copied to the destination SD card 761 until the process ends abnormally in the previous movement process. Judgment is made, and the module file 773 at the copy destination of the application module is deleted.

自動リカバリが可能であると判断した場合は、ステップS206に進み、SCS42は、移動元のSDカード(ここでは、SDスロット75に差し込まれているSDカード。以下「移動元SDカード751」という。)より、前回の移動処理が異常終了する時点においてコピー中又は未コピーの状態であったアプリケーションモジュールをログファイルに基づいて検索し、検索されたアプリケーションモジュールを対象としてモジュールファイル773等の移動処理を実行する(S300)。   If it is determined that automatic recovery is possible, the process advances to step S206, and the SCS 42 moves to the source SD card (here, the SD card inserted into the SD slot 75. Hereinafter, referred to as “source SD card 751”). ), The application module that was being copied or not copied at the time when the previous move process ended abnormally is searched based on the log file, and the move process of the module file 773 and the like is performed for the searched application module. Execute (S300).

ステップS202において、ログファイルは存在しないと判断された場合は、ステップS207に進み、SCS42は、移動先SDカード761内にログファイルを新たに生成する。   If it is determined in step S202 that the log file does not exist, the process proceeds to step S207, and the SCS 42 newly generates a log file in the transfer destination SD card 761.

図10は、生成されたログファイルの初期状態を示す図である。図10においては、移動元SDカード751に格納されている、モジュール名がそれぞれ「C」、「D」、「E」のアプリケーションモジュールが移動対象となっている例を示している。まだ、全てのアプリケーションモジュールについてコピーは開始されていないため、初期状態のログファイルでは各アプリケーションモジュールの未コピーフラグの値が「0」となっている。   FIG. 10 is a diagram illustrating an initial state of the generated log file. FIG. 10 shows an example in which application modules having module names “C”, “D”, and “E” stored in the migration source SD card 751 are targeted for migration. Since all the application modules have not been copied yet, the value of the uncopied flag of each application module is “0” in the log file in the initial state.

ステップS207に続いてステップS300に進み、SCS42は、モジュールファイル773等の移動処理を実行する。   Progressing to step S300 following step S207, the SCS 42 executes a migration process of the module file 773 and the like.

なお、アプリケーションモジュールの移動処理において、ログファイルの内容は以下のように変化する。   Note that in the migration process of the application module, the contents of the log file change as follows.

図11は、一つのアプリケーションモジュールのコピーが開始された際のログファイルの状態を示す図である。図11においてはモジュール名が「C」のアプリケーションモジュールのコピーが開始された際のログファイルの状態が示されている。図11に示されるように、コピーが開始されると、対象となっているアプリケーションモジュールに対するコピー中フラグの値が「0」となる。   FIG. 11 is a diagram illustrating a state of a log file when copying of one application module is started. FIG. 11 shows the state of the log file when the copy of the application module whose module name is “C” is started. As shown in FIG. 11, when copying is started, the value of the copying flag for the target application module becomes “0”.

また、図12は、一つのアプリケーションモジュールのコピーが完了した際のログファイルの状態を示す図である。図12においてはモジュール名が「C」のアプリケーションモジュールのコピーが完了した際のログファイルの状態が示されている。図12に示されるように、コピーが完了すると、対象となっているアプリケーションモジュールに対するコピー済みフラグの値が「0」となる。   FIG. 12 is a diagram showing the state of the log file when copying of one application module is completed. FIG. 12 shows the state of the log file when the copy of the application module whose module name is “C” is completed. As shown in FIG. 12, when the copying is completed, the value of the copied flag for the target application module becomes “0”.

更に、図13は、全てのアプリケーションモジュールのコピーが完了した際のログファイルの状態を示す図である。図13に示されるように、全てのアプリケーションモジュールに対するコピー済みフラグの値が「0」となる。   Further, FIG. 13 is a diagram showing the state of the log file when copying of all application modules is completed. As shown in FIG. 13, the value of the copied flag for all application modules is “0”.

次に、モジュールファイル773等の移動処理(S300)の詳細について説明する。図14は、モジュールファイル等の移動処理を説明するためのシーケンス図である。   Next, details of the migration process (S300) of the module file 773 and the like will be described. FIG. 14 is a sequence diagram for explaining the process of moving a module file or the like.

まず、SCS42からの要求に基づいてOCS46が、オペレーションパネル80に移動元SDカード751及び移動先SDカード761内に格納されているアプリケーションモジュールの一覧を表示するための画面(以下、「モジュール一覧画面」という。)を表示する(S301)。   First, based on a request from the SCS 42, the OCS 46 displays a screen for displaying a list of application modules stored in the movement source SD card 751 and the movement destination SD card 761 on the operation panel 80 (hereinafter referred to as “module list screen”). Is displayed (S301).

図15は、モジュール一覧画面の表示例を示す図である。図15に示されるモジュール一覧画面810において、領域811及び領域812には、移動元SDカード751又は移動先SDカード761に格納されているアプリケーションモジュールの種別がそれぞれ表示されている。領域811及び領域812より、移動元SDカード751、移動先SDカード761に格納されているアプリケーションモジュールは、プリンタ機能又はFAX機能に関するものであることが分かる。   FIG. 15 is a diagram illustrating a display example of the module list screen. In the module list screen 810 shown in FIG. 15, the types of application modules stored in the migration source SD card 751 or the migration destination SD card 761 are displayed in an area 811 and an area 812, respectively. From the areas 811 and 812, it can be seen that the application modules stored in the migration source SD card 751 and the migration destination SD card 761 are related to the printer function or the FAX function.

領域813及び領域814には、移動元SDカード751及び移動先SDカード761に格納されているアプリケーションモジュールのモジュール名の一覧が表示されている。領域815には、アプリケーションモジュールの移動処理の進行状況(ステップ)が表示されている。   In areas 813 and 814, a list of module names of application modules stored in the migration source SD card 751 and the migration destination SD card 761 is displayed. An area 815 displays the progress status (step) of the application module migration process.

ユーザは、モジュール一覧画面810を参照することで、移動元SDカード751及び移動先SDカード761のおおよその状態を把握することができる。   The user can grasp the approximate states of the movement source SD card 751 and the movement destination SD card 761 by referring to the module list screen 810.

ユーザが、移動処理を進めるべく次へボタン816を選択すると、SCS42は、移動元SDカード751及び移動先SDカード761よりそれぞれのSDID770を取得する(S302、S303)。   When the user selects the next button 816 to proceed with the migration process, the SCS 42 acquires the respective SDIDs 770 from the migration source SD card 751 and the migration destination SD card 761 (S302, S303).

ステップS303に続いてステップS304に進み、SCS42は、移動元SDカード751よりライセンス無効フラグの値を取得することにより、移動元SDカード751の有効性を判断する。ここで、ライセンス無効フラグの値がONだった場合は、SCS42は、移動処理を中断する。ライセンス無効フラグの値がONであるということは、過去に移動元として移動処理の対象にされたということであり、それにもかかわらず再度移動元として移動処理の対象とすることは、実質的にアプリケーションモジュールのコピーを行うこととなるからである。   Progressing to step S304 following step S303, the SCS 42 determines the validity of the migration source SD card 751 by acquiring the value of the license invalid flag from the migration source SD card 751. If the value of the license invalid flag is ON, the SCS 42 interrupts the movement process. If the value of the license invalid flag is ON, it means that it has been a transfer process target as a transfer source in the past. This is because the application module is copied.

ステップS304に続いてステップS305及びS306において、SCS42は、移動元SDカード751及び移動先SDカード761より、それぞれに含まれる全てのアプリケーションモジュールのモジュール情報776を取得する。   In steps S305 and S306 following step S304, the SCS 42 acquires module information 776 of all application modules included in the migration source SD card 751 and migration destination SD card 761, respectively.

ステップS306に続いてステップS307に進み、SCS42は、アプリケーションモジュールの移動に必要な容量の計算や各アプリケーションモジュールの移動不可フラグ782の値の確認を行うことにより、移動処理の可否を判断する。   Proceeding to step S307 following step S306, the SCS 42 calculates the capacity required for moving the application module and checks the value of the unmovable flag 782 of each application module to determine whether or not the move process is possible.

ステップS307に続いてステップS308に進み、SCS42は、移動先SDカード761より、移動先SDカード761の空き領域を取得する。ステップS308に続いてステップS309に進み、SCS42からの要求に基づいてOCS46が、オペレーションパネル80に移動元SDカード751及び移動先SDカード761内に格納されているアプリケーションモジュール等の詳細情報を表示するための画面(以下、「モジュール詳細画面」という。)を表示する。   Proceeding to step S 308 following step S 307, the SCS 42 acquires an empty area of the destination SD card 761 from the destination SD card 761. Progressing to step S309 following step S308, based on a request from the SCS 42, the OCS 46 displays detailed information such as application modules stored in the migration source SD card 751 and the migration destination SD card 761 on the operation panel 80. Screen (hereinafter referred to as “module detail screen”).

図16は、モジュール詳細画面の表示例を示す図である。図16に示されるモジュール詳細画面820において、領域821及び領域822には、移動元SDカード751及び移動先SDカード761に格納されているアプリケーションモジュールの種別に加え、移動元SDカード751の使用領域又は移動先SDカード761の未使用領域がそれぞれ表示されている。   FIG. 16 is a diagram illustrating a display example of the module detail screen. In the module details screen 820 shown in FIG. 16, the area 821 and the area 822 include areas used by the migration source SD card 751 in addition to the types of application modules stored in the migration source SD card 751 and the migration destination SD card 761. Alternatively, the unused area of the destination SD card 761 is displayed.

領域823及び領域824には、移動元SDカード751及び移動先SDカード761に格納されているアプリケーションモジュールのモジュール名の一覧が表示されており、移動元については、更に各アプリケーションモジュールのステータスが表示されている。例えば、モジュールDについては、移動先と重複している旨が示されており、モジュールFについては、ライセンス無効フラグ785がONである旨が示されている。また、モジュールGについては、移動不可フラグ782がONであるため移動できない旨が示されている。   In areas 823 and 824, a list of module names of application modules stored in the migration source SD card 751 and migration destination SD card 761 is displayed, and the status of each application module is further displayed for the migration source. Has been. For example, it is indicated that the module D is duplicated with the destination, and the module F is indicated that the license invalid flag 785 is ON. Further, it is indicated that the module G cannot be moved because the movement impossible flag 782 is ON.

ユーザは、モジュール詳細画面820を参照することで、移動元SDカード751及び移動先SDカード761の詳細情報を把握することができる。   The user can grasp the detailed information of the migration source SD card 751 and the migration destination SD card 761 by referring to the module detail screen 820.

ユーザが、移動処理を進めるべく次へボタン825を選択すると、OCS46によって移動対象とするアプリケーションモジュールをユーザに選択させるための画面(以下、「モジュール選択画面」という。)がオペレーションパネル80に表示される(S310)。   When the user selects the next button 825 to proceed with the movement process, a screen (hereinafter referred to as “module selection screen”) for allowing the user to select an application module to be moved by the OCS 46 is displayed on the operation panel 80. (S310).

図17は、モジュール選択画面の表示例を示す図である。図17に示されるモジュール選択画面830の領域831において、ユーザは、移動対象とするアプリケーションモジュールを選択することが可能である。なお、領域831において、モジュール名の前に「×」が付いているアプリケーションモジュールについては、重複、移動不可フラグがON、又はライセンス無効フラグがON等の理由により移動対象とすることができないことを示している。   FIG. 17 is a diagram illustrating a display example of the module selection screen. In the area 831 of the module selection screen 830 shown in FIG. 17, the user can select an application module to be moved. In the area 831, an application module with “×” in front of the module name cannot be made a transfer target because of duplication, a non-transferable flag is ON, or a license invalid flag is ON. Show.

ユーザが、移動処理を進めるべく決定ボタン832を選択すると、SCS42は、モジュール選択画面830に基づいて移動対象とするアプリケーションモジュール(以下、「対象モジュール」という。)を認識し(S311)、対象モジュールのモジュールファイル773及びライセンスファイル774を移動元SDカード751から移動先SDカード761にコピーする(S312、S313)。   When the user selects the decision button 832 to proceed with the movement process, the SCS 42 recognizes an application module (hereinafter referred to as “target module”) to be moved based on the module selection screen 830 (S311), and the target module. The module file 773 and the license file 774 are copied from the migration source SD card 751 to the migration destination SD card 761 (S312 and S313).

対象モジュールの全てについてコピーが終わるとステップS315に進み、SCS42は、移動元の対象モジュールのライセンス無効フラグ785をONにすることにより、対象モジュールを無効化する。ここで、ライセンス無効フラグ785がONである旨を示すために、ライセンス無効フラグ785の値を移動先SDカード761のSDIDの値としてもよい。こうすることで、後で容易に移動先を追跡することが可能となる。   When the copying of all the target modules is completed, the process proceeds to step S315, and the SCS 42 disables the target module by turning on the license invalid flag 785 of the transfer target module. Here, in order to indicate that the license invalid flag 785 is ON, the value of the license invalid flag 785 may be the SDID value of the transfer destination SD card 761. This makes it possible to easily track the destination later.

ステップS314に続いてステップS315に進み、SCS42は、移動元SDカード751のSDID770を移動先SDカード761に書き込む。なお、詳細については後述するが、移動元SDカード751のSDID770が移動先SDカード761に書き込まれることにより、移動先にコピーされたアプリケーションモジュールの実行が可能となる。   Progressing to step S315 following step S314, the SCS 42 writes the SDID 770 of the source SD card 751 into the destination SD card 761. Although details will be described later, the application module copied to the migration destination can be executed by writing the SDID 770 of the migration source SD card 751 to the migration destination SD card 761.

ステップS315に続いてステップS316に進み、SCS42は、移動先SDカード761内に生成したログファイルを削除し、移動処理を終了する。   Progressing to step S316 following step S315, the SCS 42 deletes the log file generated in the transfer destination SD card 761, and ends the transfer process.

図18は、アプリケーションモジュールの移動処理の様子を示すイメージ図である。図18において、移動元のアプリケーションモジュールのモジュールファイル773及びライセンスファイル774が移動先SDカード761にコピーされ、移動元SDカード751のSDID770(SDIS#1)が移動先SDカード761に書き込まれ、更に、ライセンス無効化フラグ785がONにされた様子が示されている。   FIG. 18 is an image diagram showing the state of the application module moving process. In FIG. 18, the module file 773 and license file 774 of the migration source application module are copied to the migration destination SD card 761, the SDID 770 (SDIS # 1) of the migration source SD card 751 is written to the migration destination SD card 761, and The state where the license invalidation flag 785 is turned on is shown.

なお、上述においては、モジュール一覧画面810、モジュール詳細画面820及びモジュール選択画面830等を表示させて、ユーザに移動対象とするアプリケーションモジュールの選択等を行わせる例について説明したが、例えば、常に移動元SDカード751内の全てのアプリケーションモジュールを移動対象とする場合には、ユーザに移動対象とするアプリケーションモジュールを選択させる必要はないため、より簡易な画面を表示させるようにしてもよい。   In the above description, an example in which the module list screen 810, the module detail screen 820, the module selection screen 830, and the like are displayed to allow the user to select an application module to be moved has been described. When all application modules in the original SD card 751 are to be moved, it is not necessary for the user to select an application module to be moved, so that a simpler screen may be displayed.

図19は、簡易な画面例を示す図である。まず、ユーザに移動処理の開始の指示を行わせる初期画面840が表示され、移動実行ボタン841が選択されると、確認画面850が表示される。確認画面850において実行ボタン851が選択されると、移動処理中であることを通知する通知画面860が表示され、処理が終了すると終了画面870が表示される。なお、処理中にエラーが発生した場合はエラー画面880が表示される。   FIG. 19 is a diagram illustrating a simple screen example. First, an initial screen 840 for instructing the user to start the movement process is displayed. When the movement execution button 841 is selected, a confirmation screen 850 is displayed. When the execution button 851 is selected on the confirmation screen 850, a notification screen 860 for notifying that the movement processing is in progress is displayed, and when the processing ends, an end screen 870 is displayed. If an error occurs during processing, an error screen 880 is displayed.

ところで、図14において説明した処理によって移動先SDカード761に生成された移動先のアプリケーションモジュールを実行する際に、融合機1がライセンスデータ778について従来と同様の認証処理、すなわち、移動先SDカード761のSDID770を用いた認証処理を実行したのではライセンスデータ778は認証されず、移動先のアプリケーションモジュールは使用できないということになってしまう。しかし、それではアプリケーションモジュールを移動した意味がない。   By the way, when executing the migration destination application module generated in the migration destination SD card 761 by the processing described with reference to FIG. 14, the MFP 1 performs the same authentication process on the license data 778 as in the past, that is, the migration destination SD card. If the authentication process using the SDID 770 of 761 is executed, the license data 778 is not authenticated and the transfer destination application module cannot be used. However, it does not make sense to move the application module.

そこで、次に、融合機1によるライセンスデータ778の認証処理について説明する。図20は、ライセンスデータの認証処理を説明するためのフローチャートである。   Then, the authentication process of the license data 778 by the multifunction machine 1 will be described next. FIG. 20 is a flowchart for explaining the license data authentication process.

SCS42は、まず、従来通り、認証対象となっているアプリケーションモジュールが格納されているSDカード(以下、「カレントSDカード」という。)のオリジナルのSDID770を用いてライセンスデータ778の電子認証を行う(S351)。すなわち、オリジナルのSDID770とライセンスデータ778とを例えばメッセージダイジェストによって数値化し、その値とライセンス電子署名779との値を比較する。   First, the SCS 42 performs electronic authentication of the license data 778 using the original SDID 770 of the SD card (hereinafter, referred to as “current SD card”) in which the application module to be authenticated is stored, as before ( S351). That is, the original SDID 770 and the license data 778 are digitized by, for example, a message digest, and the value is compared with the value of the license electronic signature 779.

ステップS351に続いてステップS352に進み、SCS42は、認証に成功したか(比較した値が一致したか)を判断する。認証に成功したと判断した場合は、SCS42は、そのままライセンスデータ778の認証処理を正常終了させる。認証対象に係るアプリケーションモジュールが、他のSDカードからカレントSDカードに移動されたものでない場合はこのようなケースに該当する。   Proceeding to step S352 following step S351, the SCS 42 determines whether the authentication has succeeded (whether the compared values match). If it is determined that the authentication is successful, the SCS 42 ends the authentication process of the license data 778 normally. This is the case when the application module related to the authentication target is not transferred from another SD card to the current SD card.

一方、ステップS352において認証に失敗したと判断した場合はステップS353に進み、SCS42は、カレントSDカードに他のSDカードのSDID770(以下、「他のSDID」という。)が書き込まれていないか否かを確認する。他のSDIDが書き込まれていない場合は、SCS42は、ライセンスデータ778は不正なものとして認証処理を異常終了させる。認証対象に係るアプリケーションモジュールが、移動されたものではないが改竄されたものであるような場合がこのようなケースに該当する。   On the other hand, if it is determined in step S352 that the authentication has failed, the process proceeds to step S353, and the SCS 42 determines whether or not the SDID 770 (hereinafter referred to as “other SDID”) of another SD card is written in the current SD card. To check. If no other SDID is written, the SCS 42 abnormally terminates the authentication process by assuming that the license data 778 is invalid. Such a case corresponds to a case where the application module related to the authentication target is not moved but has been tampered with.

他のSDIDがカレントSDカードに書き込まれている場合はステップS354に進み、SCS42は、他のSDIDに基づいてライセンスデータ778の認証を行う。認証に成功したと判断した場合は、SCS42は、ライセンスデータ778の認証処理を正常終了させる。認証対象に係るアプリケーションモジュールが他のSDカードより移動されたものである場合がこのようなケースに該当する。   If another SDID is written in the current SD card, the process proceeds to step S354, and the SCS 42 authenticates the license data 778 based on the other SDID. If it is determined that the authentication is successful, the SCS 42 normally ends the authentication process of the license data 778. A case where the application module related to the authentication target is moved from another SD card corresponds to such a case.

認証に失敗したと判断した場合は、SCS42は、更に別の「他のSDID」がある場合は、それらに基づいて認証処理を繰り返し、認証された場合には正常終了させ、いずれの「他のSDID」によっても認証されなかった場合は異常終了させる。   If it is determined that the authentication has failed, the SCS 42 repeats the authentication process based on another “other SDID”, and if the authentication is successful, terminates normally. If the authentication is not performed by “SDID”, the process ends abnormally.

上述したように、本実施の形態における融合機1によれば、SDID770に基づいて認証されるアプリケーションモジュールを移動先において利用可能な状態で他のSDカードに移動させることができると共に、移動されたアプリケーションモジュールを利用することができる。   As described above, according to the MFP 1 in the present embodiment, the application module that is authenticated based on the SDID 770 can be moved to another SD card in a state where it can be used at the destination, and moved. Application modules can be used.

また、移動元のアプリケーションモジュールは無効化され、移動先のアプリケーションが利用される際はSDID770に基づく認証が行われるため、従来通り不正コピーを防止することができる。   Further, since the migration source application module is invalidated and authentication is performed based on the SDID 770 when the migration destination application is used, unauthorized copying can be prevented as usual.

なお、上述においては、便宜上融合機1が移動処理を実行し、かつ、移動されたアプリケーションモジュール(ライセンスデータ778)を認証する例を示したが、アプリケーションモジュールの移動を実行する機器と、移動されたアプリケーションモジュールを利用する機器とは同一機器である必要はない。例えば、アプリケーションの移動機能が実装された情報処理装置において移動処理を実行し、融合機1において移動先のアプリケーションモジュールを利用するといった形態をとってもよい。   In the above description, for example, the MFP 1 executes the movement process and authenticates the moved application module (license data 778) for the sake of convenience. However, the MFP 1 is moved with the device that executes the movement of the application module. The device that uses the application module need not be the same device. For example, it may take a form in which a migration process is executed in an information processing apparatus in which an application migration function is installed, and a destination application module is used in the multi-function apparatus 1.

ところで、移動元SDカード751のSDID770は、必ずしも、移動先SDID761に書き込む必要はなく、少なくとも移動先のアプリケーションモジュールを実行する融合機1が参照可能な場所(記憶領域)に書き込んでおけばよい。   By the way, the SDID 770 of the migration source SD card 751 does not necessarily need to be written in the migration destination SDID 761, but may be written at least in a location (storage area) that can be referred to by the MFP 1 that executes the migration destination application module.

例えば、図21は、移動元のSDIDを融合機のハードディスクに書き込む例を示す図である。図21においては、移動対象となっているアプリケーションモジュールのモジュールファイル773及びライセンスファイル774は移動先SDカード761にコピーされ、移動元のSDID770は融合機1のHDD68に書き込まれた例を示している。   For example, FIG. 21 is a diagram illustrating an example in which the source SDID is written to the hard disk of the multifunction peripheral. FIG. 21 shows an example in which the module file 773 and license file 774 of the application module to be moved are copied to the migration destination SD card 761 and the migration source SDID 770 is written to the HDD 68 of the MFP 1. .

また、図22は、移動元のSDIDを融合機のNVRAMに書き込む例を示す図である。図22においては、移動対象となっているアプリケーションモジュールのモジュールファイル773及びライセンスファイル774は移動先SDカード761に移動され、移動元のSDID770は融合機1のNVRAM910に書き込まれた例を示している。   FIG. 22 is a diagram showing an example in which the source SDID is written in the NVRAM of the multifunction machine. FIG. 22 shows an example in which the module file 773 and the license file 774 of the application module to be moved are moved to the movement destination SD card 761, and the movement source SDID 770 is written in the NVRAM 910 of the MFP 1. .

また、図23は、移動元のSDIDを融合機のフラッシュROMに書き込む例を示す図である。図23においては、移動対象となっているアプリケーションモジュールのモジュールファイル773及びライセンスファイル774は移動先SDカード761に移動され、移動元のSDID770は融合機1のフラッシュROM920に書き込まれた例を示している。   FIG. 23 is a diagram showing an example of writing the movement source SDID into the flash ROM of the multi-function peripheral. FIG. 23 shows an example in which the module file 773 and the license file 774 of the application module to be moved are moved to the movement destination SD card 761, and the movement source SDID 770 is written in the flash ROM 920 of the MFP 1. Yes.

上記図21〜図23のようにした場合は、融合機1は、HDD68、NVRAM910又はフラッシュROM920に書き込まれているSDID770を用いて、ライセンスデータ778の認証処理を実行すればよい。   In the case shown in FIGS. 21 to 23, the multi-function apparatus 1 may execute the authentication process of the license data 778 using the SDID 770 written in the HDD 68, NVRAM 910 or flash ROM 920.

更に、アプリケーションモジュール自体をSDカード以外の他の記憶領域に移動する場合にも本発明は適用可能である。   Furthermore, the present invention is also applicable when the application module itself is moved to a storage area other than the SD card.

図24は、アプリケーションモジュールを融合機のハードディスクに移動する例を示す図である。図24においては、移動元のSDID770が融合機1のHDD68に書き込まれており、また、移動元のモジュールファイル773及びライセンスファイル774も融合機1のHDD68に移動された例を示している。   FIG. 24 is a diagram illustrating an example of moving an application module to the hard disk of the multi-function peripheral. FIG. 24 shows an example in which the migration source SDID 770 is written in the HDD 68 of the MFP 1 and the module file 773 and license file 774 of the migration source are also moved to the HDD 68 of the MFP 1.

また、図25は、アプリケーションモジュールを融合機のフラッシュROMに移動する例を示す図である。図25においては、移動元のSDID770が融合機1のフラッシュROM920に書き込まれており、また、移動元のモジュールファイル773及びライセンスファイル774も融合機1のフラッシュROM920に移動された例を示している。   FIG. 25 is a diagram showing an example of moving the application module to the flash ROM of the multi-function peripheral. FIG. 25 shows an example in which the migration source SDID 770 is written in the flash ROM 920 of the compound machine 1, and the module file 773 and license file 774 of the migration source are also moved to the flash ROM 920 of the compound machine 1. .

ところで、あやまってアプリケーションモジュールを移動してしまった場合、あるいは、移動したアプリケーションモジュールをなんらかの理由で元のSDカード(移動元SDカード751)によって利用したい場合等のために、上述した移動処理を取り消すための機能(UNDO機能)が存在すると便利である。そこで、次に移動処理の取り消し処理について説明する。なお、取り消し処理を実行する前にSDスロット75及びSDスロット76のいずれか一方に移動元SDカード751が、他方に移動先SDカード761が差し込まれている必要がある。   By the way, if the application module is moved by mistake, or if the moved application module is to be used by the original SD card (source SD card 751) for some reason, the above-described movement processing is canceled. It is convenient if there is a function for this purpose (UNDO function). Then, the cancellation process of a movement process is demonstrated next. Before executing the cancellation process, it is necessary that the source SD card 751 is inserted into one of the SD slot 75 and the SD slot 76 and the destination SD card 761 is inserted into the other.

まず、図7を用いて取り消し処理の概要を説明する。ユーザによって取り消し処理の実行が選択されると(S100、S150)、ステップS400に進み、二つのSDカードが移動処理の対象となったものか等を確認するために、移動元SDカード751及び移動先SDカード761からそれぞれの状態を取得する処理が実行される。続いて、移動処理において移動先SDカード761にコピーされたアプリケーションモジュールのモジュールファイル773及びライセンスファイルが削除される(S500)。更に、移動先SDカード761又は他の記録媒体に書き込まれた移動元SDカード751のSDID770が削除される(S600)。   First, the outline of the cancellation process will be described with reference to FIG. If execution of the cancellation process is selected by the user (S100, S150), the process proceeds to step S400, and the source SD card 751 and the transfer are performed in order to confirm whether the two SD cards have been subjected to the transfer process. Processing for acquiring each state from the previous SD card 761 is executed. Subsequently, the module file 773 and the license file of the application module copied to the migration destination SD card 761 in the migration process are deleted (S500). Further, the SDID 770 of the source SD card 751 written in the destination SD card 761 or another recording medium is deleted (S600).

以下、SDカードの状態取得処理(S400)、移動先におけるアプリケーションモジュールの削除処理(S500)の詳細についてそれぞれ説明する。   Details of the SD card status acquisition process (S400) and the application module deletion process (S500) at the migration destination will be described below.

図26は、SDカードの状態取得処理を説明するためのシーケンス図である。   FIG. 26 is a sequence diagram for explaining the SD card status acquisition process.

ステップS401において、SCS42は、移動先SDカード761を参照し、過去に既に取り消し処理が実行されており、その際にその取り消し処理がなんらかの障害によって途中で終了していないかを判断する。なお、ここでの判断方法の詳細については、後述する。   In step S401, the SCS 42 refers to the destination SD card 761, and determines whether the cancellation process has already been executed in the past, and at this time, the cancellation process has not been terminated halfway due to some trouble. Details of the determination method here will be described later.

ステップS401に続いてステップS402に進み、SCS42は、移動先SDカード761に移動元SDカード751のSDID770が書き込まれているかを確認する。上述したように、本実施の形態における移動処理においては、移動元SDカード751のSDID770が移動先SDカード761に書き込まれる。よって、移動先SDカード761に移動元SDカード751のSDID770が書き込まれていない場合は、SCS42は、移動先SDカード761は移動元SDカード751に対する移動先ではないものとして取り消し処理を終了させる。   Progressing to step S402 following step S401, the SCS 42 checks whether the SDID 770 of the source SD card 751 is written in the destination SD card 761. As described above, in the migration process in the present embodiment, the SDID 770 of the migration source SD card 751 is written to the migration destination SD card 761. Therefore, when the SDID 770 of the migration source SD card 751 is not written in the migration destination SD card 761, the SCS 42 terminates the cancellation process on the assumption that the migration destination SD card 761 is not the migration destination for the migration source SD card 751.

但し、図21や図22において説明したように、移動元のSDID770を移動先SDカード761以外の記録媒体に書きこんだ場合は、当該記録媒体に移動元のSDID770が存在するかを確認すればよい。   However, as described in FIGS. 21 and 22, when the migration source SDID 770 is written on a recording medium other than the migration destination SD card 761, it is confirmed whether the migration source SDID 770 exists on the recording medium. Good.

ステップS402に続いてステップS403に進み、SCS42は、移動元SDカード751内のアプリケーションモジュールのライセンス無効フラグ785を参照し、移動元のアプリケーションモジュールが無効化されているか否かを確認する。無効化されていない場合は、SCS42は、移動元SDカード751は移動元とされたSDカードではないものとして取り消し処理を終了させる。   Progressing to step S403 following step S402, the SCS 42 refers to the license invalid flag 785 of the application module in the migration source SD card 751 and confirms whether or not the migration source application module is invalidated. If not invalidated, the SCS 42 terminates the cancellation process on the assumption that the source SD card 751 is not the SD card that is the source.

続いてSCS42は、移動先SDカード761及び移動元SDカード751よりそれぞれに格納されているアプリケーションモジュールのモジュール名の一覧情報を取得し(S404、S405)、移動先SDカード761に格納されているアプリケーションモジュールの中に移動元SDカード751にも格納されているアプリケーションモジュール(以下、「重複モジュール」という。)は存在するかを確認する。すなわち、移動元SDカード751が移動先SDカード761の移動元であったとしたら、移動元SDカード751には、移動先SDカード761と同一のアプリケーションモジュールが格納されているはずである。   Subsequently, the SCS 42 acquires list information of module names of application modules stored in the migration destination SD card 761 and the migration source SD card 751 (S404, S405), and stores them in the migration destination SD card 761. It is confirmed whether there is an application module (hereinafter referred to as “duplicate module”) stored in the source SD card 751 among the application modules. That is, if the migration source SD card 751 is the migration source of the migration destination SD card 761, the migration source SD card 751 should store the same application module as the migration destination SD card 761.

重複モジュールの存在が確認できなかった場合は、SCS42は、両SDカードには移動処理における対応関係はないものとして取り消し処理を終了させる。重複モジュールの存在が確認できた場合は、両SDカードの対応関係は一応確認されたものとして移動先におけるアプリケーションモジュールの削除処理が実行される(S500)。   If the presence of the duplicate module cannot be confirmed, the SCS 42 terminates the cancellation process on the assumption that both SD cards have no correspondence in the movement process. If the presence of the duplicate module can be confirmed, the deletion process of the application module at the destination is executed assuming that the correspondence relationship between the two SD cards has been confirmed (S500).

図27は、移動先におけるアプリケーションモジュールの削除処理を説明するためのフローチャートである。   FIG. 27 is a flowchart for explaining application module deletion processing at the migration destination.

ステップS501において、SCS42は、移動元SDカード751より移動元SDカード751のSDID770(以下、「移動元SDID」という。)を取得する。   In step S <b> 501, the SCS 42 acquires the SDID 770 (hereinafter referred to as “movement source SDID”) of the movement source SD card 751 from the movement source SD card 751.

ステップS501に続いてステップS502に進み、ステップS406(図26)においてその存在が確認された重複モジュールを移動先SDカード751からの削除候補とし、そのモジュール名の一覧情報(以下、「削除候補リスト」という。)を移動先SDカード761に書き込む。   Progressing to step S502 following step S501, the duplicate module whose existence was confirmed in step S406 (FIG. 26) is set as a deletion candidate from the movement destination SD card 751, and the module name list information (hereinafter referred to as “deletion candidate list”). Is written in the destination SD card 761.

以降においては、削除候補リストにそのモジュール名が含まれているアプリケーションモジュールを対象として処理が実行されるが、削除候補リストに含まれるアプリケーションモジュールのみを処理の対象とすることで処理効率の向上が図られる。   In the following, processing is performed for application modules whose module names are included in the deletion candidate list, but only application modules included in the deletion candidate list are processed, which improves processing efficiency. Figured.

ステップS502に続いてステップS503に進み、SCS42は、削除候補リストにモジュール名は存在するか否かを判断する。モジュール名が存在した場合は、ステップS504に進み、削除候補リストよりリストの先頭に存在するモジュール名を取り出す(以下、ここで取り出されたモジュール名を「カレントモジュール名」といい、カレントモジュール名に係るアプリケーションモジュールを「カレントモジュール」という。)。   Progressing to step S503 following step S502, the SCS 42 determines whether or not the module name exists in the deletion candidate list. If the module name exists, the process advances to step S504 to extract the module name existing at the head of the list from the deletion candidate list (hereinafter, the module name extracted here is referred to as “current module name”, and the current module name is This application module is referred to as a “current module”.)

ステップS504に続いてステップS505に進み、SCS42は、移動元SDIDに基づいてカレントモジュールのライセンスデータ778の認証を行うことにより、カレントモジュールの移動元が確かに移動元SDカード751であることを確認する。   Proceeding to step S505 following step S504, the SCS 42 authenticates the license data 778 of the current module based on the migration source SDID, thereby confirming that the migration source of the current module is indeed the migration source SD card 751. To do.

すなわち、移動元SDカード751に存在するアプリケーションモジュールと同一のモジュール名を有するアプリケーションモジュールが、当初より(移動されたものではなく)移動先SDカード761に存在している場合や、他のSDカードから移動されている場合があり、そのようなアプリケーションモジュールを誤って削除しないようにするためである。   That is, an application module having the same module name as the application module existing in the movement source SD card 751 exists in the movement destination SD card 761 from the beginning (not moved), or another SD card. This is to prevent accidental deletion of such application modules.

ステップS505に続いてステップS506に進み、SCS42は、カレントモジュールの認証の成否を判断する。認証に成功したと判断した場合はステップS507に進み、SCS42は、カレントモジュールは確かに移動元SDカード751より移動されたものであるとして移動先SDカード761におけるカレントモジュールのモジュールファイル703及びライセンスファイル704を削除するとともに、移動元SDカード751における対応するアプリケーションモジュールのライセンス無効化フラグをクリアする(S508)。移動元のアプリケーションモジュールのライセンス無効化フラグをクリアすることによって、移動元のアプリケーションモジュールは利用可能となる。   Proceeding to step S506 following step S505, the SCS 42 determines whether the current module is successfully authenticated. If it is determined that the authentication has succeeded, the process advances to step S507, and the SCS 42 assumes that the current module has been moved from the transfer source SD card 751, and the module file 703 and license file of the current module in the transfer destination SD card 761. 704 is deleted, and the license invalidation flag of the corresponding application module in the migration source SD card 751 is cleared (S508). The source application module can be used by clearing the license invalidation flag of the source application module.

一方、ステップ506において認証に失敗したと判断した場合は、カレントモジュールは移動元SDカード751より移動されたものではないとして、カレントモジュールの削除等は実行されない。   On the other hand, if it is determined in step 506 that the authentication has failed, the current module is not moved from the movement source SD card 751, and deletion of the current module is not executed.

ステップS508又はステップS506に続いてステップS509に進み、SCS42は、削除候補リストよりカレントモジュール名を削除し、削除候補リストに含まれている残りの全てのアプリケーションモジュールについてステップS503以降の処理を行う。   Progressing to step S509 following step S508 or step S506, the SCS 42 deletes the current module name from the deletion candidate list, and performs the processing from step S503 on all remaining application modules included in the deletion candidate list.

その後、移動先SDカード761等、移動元SDIDが書き込まれた記録媒体より移動元SDIDが削除され(S600)、取り消し処理が完了する。なお、ライセンス無効化フラグをアプリケーションモジュールごとではなく、SDカードごとに設けている場合は、ステップS600のタイミングにおいて、移動元SDカード751のライセンス無効化フラグ771をクリアすればよい。   Thereafter, the migration source SDID is deleted from the recording medium in which the migration source SDID is written, such as the migration destination SD card 761 (S600), and the cancellation process is completed. If the license invalidation flag is provided for each SD card instead of for each application module, the license invalidation flag 771 of the migration source SD card 751 may be cleared at the timing of step S600.

なお、ステップS403では、削除候補リストが前回の取り消し処理の成否の判断基準として用いられる。すなわち、SCS42は、移動先SDカード761に削除候補リストが残っていたら前回の取り消し処理は途中で失敗したものとして、その削除候補リストに基づいてステップS503以降の処理を実行する。   In step S403, the deletion candidate list is used as a criterion for determining the success or failure of the previous cancellation process. That is, if there is a deletion candidate list remaining in the destination SD card 761, the SCS 42 assumes that the previous cancellation process has failed during the process, and executes the processing from step S503 onward based on the deletion candidate list.

上述したように、本実施の形態における融合機1によれば、アプリケーションの移動処理を実行した後に、移動元SDカード751と移動先SDカード761とを移動処理が実行される前の状態に戻すことができる。   As described above, according to the MFP 1 in the present embodiment, after executing the application migration process, the migration source SD card 751 and the migration destination SD card 761 are returned to the state before the migration process is executed. be able to.

次に、上述したSDカード、すなわち、図5に示されるように情報が記録されたSDカード77の生成方法(SDカードへのアプリケーションモジュールの登録方法)について説明する。SDカード77の生成は、融合機1で行っても良いし、PC等の情報処理装置によって行っても良い。以下、SDカード77を生成する装置を媒体生成装置として説明する。   Next, a method for generating the above-described SD card, that is, an SD card 77 in which information is recorded as shown in FIG. 5 (method for registering an application module in the SD card) will be described. The SD card 77 may be generated by the multifunction machine 1 or an information processing apparatus such as a PC. Hereinafter, an apparatus for generating the SD card 77 will be described as a medium generation apparatus.

図28は、媒体生成装置の機能構成例を示す図である。図28に示されるように、媒体生成装置200は、UI部201、電子署名生成部202、暗号化部203及び記録部204等から構成され、ハードディスク等の記憶装置には、プログラムデータ775、ライセンスデータ778及び秘密鍵211等が保存されている。また、媒体生成装置200はSDスロットを有しており、SDスロットにはSDカード77が差し込まれている。   FIG. 28 is a diagram illustrating a functional configuration example of the medium generation device. As shown in FIG. 28, the medium generation device 200 includes a UI unit 201, an electronic signature generation unit 202, an encryption unit 203, a recording unit 204, and the like. A storage device such as a hard disk includes program data 775, a license, and the like. Data 778, a secret key 211, and the like are stored. The medium generating apparatus 200 has an SD slot, and an SD card 77 is inserted into the SD slot.

UI部201は、ユーザからの入力を受け付けるための画面を表示するためのものである。電子署名生成部202は、プログラムデータ775やライセンスデータ778に基づいて、モジュール電子署名777やライセンス電子署名778を生成するためのものである。暗号化部203は、電子署名生成部202によって生成されたモジュール電子署名777やライセンス電子署名778を秘密鍵211によって暗号化するためのものである。   The UI unit 201 is for displaying a screen for accepting input from the user. The electronic signature generation unit 202 is for generating a module electronic signature 777 and a license electronic signature 778 based on the program data 775 and license data 778. The encryption unit 203 is for encrypting the module electronic signature 777 and the license electronic signature 778 generated by the electronic signature generation unit 202 with the private key 211.

記録部204は、プログラムデータ775と、UI部201によって表示された画面上においてユーザによって入力された情報と、暗号化されたモジュール電子署名777とから構成される情報をモジュールファイルとして773として、また、ライセンスデータ778と暗号化されたライセンス電子署名778とをライセンスファイル774としてSDカード77に記録するためのものである。   The recording unit 204 uses the program data 775, information input by the user on the screen displayed by the UI unit 201, and information including the encrypted module electronic signature 777 as a module file 773. The license data 778 and the encrypted license electronic signature 778 are recorded on the SD card 77 as a license file 774.

プログラムデータ775及びライセンスデータ778は、図5において説明した通りである。ここでは、開発者によって予め生成されたものが媒体生成装置200のハードディスクに保存されているものとする。   The program data 775 and license data 778 are as described in FIG. Here, it is assumed that what is generated in advance by the developer is stored in the hard disk of the medium generation device 200.

図29は、媒体生成装置によるSDカードの生成処理を説明するためのフローチャートである。   FIG. 29 is a flowchart for explaining SD card generation processing by the medium generation device.

ステップS801において、UI部201は、アプリケーションモジュールのモジュール情報776(図5)を構成する各種属性情報をユーザに入力させるための画面(以下、「モジュール情報設定画面」という。)を表示する。   In step S801, the UI unit 201 displays a screen (hereinafter referred to as “module information setting screen”) for allowing the user to input various attribute information constituting the module information 776 (FIG. 5) of the application module.

図30は、モジュール情報設定画面の表示例である。図30に示されるモジュール情報設定画面300において、領域301にはSDカード77に登録するアプリケーションモジュールの種別を入力することができる。また、領域302においては、登録するアプリケーションモジュールを指定することができ、アプリケーションモジュールごとに、移動不可フラグ782、ライセンス無効フラグ785及び使用可能機種情報783等の値を設定することができる。   FIG. 30 is a display example of the module information setting screen. In the module information setting screen 300 shown in FIG. 30, the type of application module registered in the SD card 77 can be input in the area 301. In the area 302, an application module to be registered can be designated, and values such as a migration impossibility flag 782, a license invalid flag 785, and usable model information 783 can be set for each application module.

すなわち、領域302の一列目において登録対象とするアプリケーションモジュールのモジュール名を入力することで、登録対象となるアプリケーションモジュールが特定される。図30においては、モジュールA、B、C及びDの4つのアプリケーションモジュールが対象となっていることが分かる。   That is, by inputting the module name of the application module to be registered in the first column of the area 302, the application module to be registered is specified. In FIG. 30, it can be seen that the four application modules of modules A, B, C, and D are targeted.

モジュール設定画面300上においてユーザが必要な事項を入力し、決定ボタン303を選択すると、ステップS802に進む。   When the user inputs necessary items on the module setting screen 300 and selects the determination button 303, the process proceeds to step S802.

ステップS802において、電子署名生成部202は、SDカード77よりSDID770を読み取る。ステップS802に続いてステップS803に進み、電子署名生成部202がSDID770と、モジュール情報設定画面300によって登録対象として指定されたアプリケーションモジュールのライセンスデータ778とをメッセージダイジェスト等によって数値化することによりライセンス電子署名779を生成すると、暗号化部203は、生成されたライセンス電子署名779を秘密鍵211を用いて暗号化する。   In step S <b> 802, the digital signature generation unit 202 reads the SDID 770 from the SD card 77. Progressing to step S803 following step S802, the electronic signature generation unit 202 digitizes the license ID by quantifying the SDID 770 and the license data 778 of the application module specified as a registration target on the module information setting screen 300 by a message digest or the like. When the signature 779 is generated, the encryption unit 203 encrypts the generated license electronic signature 779 using the private key 211.

ステップS803に続いてステップS804に進み、記録部204は、ライセンスデータ778とライセンス電子署名779とを一つのファイル(ライセンスファイル774)としてSDカード77に記録する。   Progressing to step S804 following step S803, the recording unit 204 records the license data 778 and the license electronic signature 779 on the SD card 77 as one file (license file 774).

ステップS804に続いてステップS805に進み、電子署名生成部202が、モジュール情報設定画面300によって登録対象として指定されたアプリケーションモジュールのプログラムデータ775をメッセージダイジェスト等によって数値化することによりモジュール電子署名777を生成すると、暗号化部203は、モジュール電子署名777を秘密鍵211を用いて暗号化する。   Proceeding to step S805 following step S804, the digital signature generation unit 202 digitizes the program data 775 of the application module specified as the registration target on the module information setting screen 300 by using a message digest or the like, thereby obtaining the module electronic signature 777. When generated, the encryption unit 203 encrypts the module electronic signature 777 using the private key 211.

ステップS805に続いてステップS806に進み、記録部204は、プログラムデータ775とモジュール電子署名777とを一つのファイル(モジュールファイル773)としてSDカード77に記録する。   Progressing to step S806 following step S805, the recording unit 204 records the program data 775 and the module electronic signature 777 on the SD card 77 as one file (module file 773).

ステップS806に続いてステップS807に進み、記録部204は、モジュール情報設定画面300において入力された情報に基づいて、SDカード77に記録したモジュールファイル773に、移動不可フラグ782、使用可能機種情報783及びライセンス無効フラグ785等を登録し、更に、モジュール電子署名777等を復号化するための非図示の公開鍵を電子署名鍵情報784としてモジュールファイル773に登録する。   Progressing to step S807 following step S806, the recording unit 204 adds an immovable flag 782 and usable model information 783 to the module file 773 recorded on the SD card 77 based on the information input on the module information setting screen 300. The license invalid flag 785 and the like are registered, and a public key (not shown) for decrypting the module electronic signature 777 and the like is registered in the module file 773 as the electronic signature key information 784.

上述したように、本実施の形態における媒体生成装置200によれば、図4又は図5に示されるようなSDカード77を生成することができる。ここで、SDカード77に記録されたアプリケーションモジュールのモジュールファイル773には、移動不可フラグ782が含まれているため、SDカード77は、SDカード77に記録されたアプリケーションモジュールの移動を実行する融合機1にアプリケーションモジュールの移動の実行を制限することができる。   As described above, according to the medium generation device 200 in the present embodiment, the SD card 77 as shown in FIG. 4 or 5 can be generated. Here, since the module file 773 of the application module recorded on the SD card 77 includes a migration impossibility flag 782, the SD card 77 is a fusion that executes the migration of the application module recorded on the SD card 77. Execution of the movement of the application module can be restricted to the machine 1.

なお、上述においては、記録媒体の具体例としてSDカードを主として説明したが、本発明はSDカード以外の様々な記録媒体に適用可能である。   In the above description, the SD card is mainly described as a specific example of the recording medium. However, the present invention can be applied to various recording media other than the SD card.

また、移動対象となる電子データについてもアプリケーションモジュール等のプログラムに限定されない。例えば、画像データ、音声データ、動画データ等、不正コピーの防止が必要とされる様々なデータに適用可能である。   Further, electronic data to be moved is not limited to a program such as an application module. For example, the present invention can be applied to various data such as image data, audio data, and moving image data that need to be protected from unauthorized copying.

以上、本発明の好ましい実施例について詳述したが、本発明は係る特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。   The preferred embodiments of the present invention have been described in detail above, but the present invention is not limited to such specific embodiments, and various modifications can be made within the scope of the gist of the present invention described in the claims.・ Change is possible.

SDカード内のモジュールの構成例を示す図である。It is a figure which shows the structural example of the module in an SD card. 本発明による融合機の一実施例の構成図を示す。The block diagram of one Example of the compound machine by this invention is shown. 本発明による融合機の一実施例のハードウェア構成図を示す。The hardware block diagram of one Example of the compound machine by this invention is shown. SDカードに格納されている情報を説明するための図である。It is a figure for demonstrating the information stored in SD card. ライセンス無効フラグをアプリケーションモジュールごとに設けた例を示す図である。It is a figure which shows the example which provided the license invalid flag for every application module. アプリケーションモジュールの移動処理を実現するための融合機の構成例を示す図である。It is a figure which shows the structural example of the compound machine for implement | achieving the movement process of an application module. 融合機の処理概要を説明するためのフローチャートである。It is a flowchart for demonstrating the process outline | summary of a compound machine. ログファイルの確認処理を説明するためのフローチャートである。It is a flowchart for demonstrating the confirmation process of a log file. ログファイルのデータ構造例を示す図である。It is a figure which shows the data structure example of a log file. 生成されたログファイルの初期状態を示す図である。It is a figure which shows the initial state of the produced | generated log file. 一つのアプリケーションモジュールのコピーが開始された際のログファイルの状態を示す図である。It is a figure which shows the state of the log file when the copy of one application module is started. 一つのアプリケーションモジュールのコピーが完了した際のログファイルの状態を示す図である。It is a figure which shows the state of the log file when the copy of one application module is completed. 全てのアプリケーションモジュールのコピーが完了した際のログファイルの状態を示す図である。It is a figure which shows the state of the log file when the copy of all the application modules is completed. モジュールファイル等の移動処理を説明するためのシーケンス図である。It is a sequence diagram for demonstrating movement processing, such as a module file. モジュール一覧画面の表示例を示す図である。It is a figure which shows the example of a display of a module list screen. モジュール詳細画面の表示例を示す図である。It is a figure which shows the example of a display of a module detailed screen. モジュール選択画面の表示例を示す図である。It is a figure which shows the example of a display of a module selection screen. アプリケーションモジュールの移動処理の様子を示すイメージ図である。It is an image figure which shows the mode of the movement process of an application module. 簡易な画面例を示す図である。It is a figure which shows the example of a simple screen. ライセンスデータの認証処理を説明するためのフローチャートである。It is a flowchart for demonstrating the authentication process of license data. 移動元のSDIDを融合機のハードディスクに書き込む例を示す図である。It is a figure which shows the example which writes SDID of a movement origin in the hard disk of a multi-functional machine. 移動元のSDIDを融合機のNVRAMに書き込む例を示す図である。It is a figure which shows the example which writes the SDID of a movement origin in NVRAM of a multi-functional machine. 移動元のSDIDを融合機のフラッシュROMに書き込む例を示す図である。It is a figure which shows the example which writes the SDID of a movement origin in the flash ROM of a multi-functional machine. アプリケーションモジュールを融合機のハードディスクに移動する例を示す図である。It is a figure which shows the example which moves an application module to the hard disk of a compound machine. アプリケーションモジュールを融合機のフラッシュROMに移動する例を示す図である。It is a figure which shows the example which moves an application module to the flash ROM of a compound machine. SDカードの状態取得処理を説明するためのシーケンス図である。It is a sequence diagram for demonstrating the status acquisition process of SD card. 移動先におけるアプリケーションモジュールの削除処理を説明するためのフローチャートである。It is a flowchart for demonstrating the deletion process of the application module in a movement destination. 媒体生成装置の機能構成例を示す図である。It is a figure which shows the function structural example of a medium production | generation apparatus. 媒体生成装置によるSDカードの生成処理を説明するためのフローチャートである。It is a flowchart for demonstrating the production | generation process of the SD card by a medium production | generation apparatus. モジュール情報設定画面の表示例である。It is a display example of a module information setting screen.

符号の説明Explanation of symbols

1 融合機
11 プロッタ
12 スキャナ
13 ハードウェアリソース
20 ソフトウェア群
30 アプリケーション
31 プリンタアプリ
32 コピーアプリ
33 ファックスアプリ
34 スキャナアプリ
35 ネットファイルアプリ
40 プラットフォーム
41 オペレーティングシステム(OS)
42 システムコントロールサービス(SCS)
43 システムリソースマネージャ(SRM)
44 エンジンコントロールサービス(ECS)
45 メモリコントロールサービス(MCS)
46 オペレーションパネルコントロールサービス(OCS)
47 ファックスコントロールサービス(FCS)
48 ネットワークコントロールサービス(NCS)
50 融合機起動部
60 コントローラ
61 CPU
62 システムメモリ
63 ノースブリッジ(NB)
64 サウスブリッジ(SB)
65 AGP(Accelerated Graphics Port)
66 ASIC
67 ローカルメモリ
68 ハードディスク装置(HDD)
75、76 SDスロット
77 SDカード
80 オペレーションパネル
81 ファックスコントロールユニット(FCU)
82 エンジン部
121 HDDチェックプログラム
122 ファイルシステム
123 HDDステータスモニタドライバ
124 HDDアクセスドライバ
125 HDD
510 SDカード
511 SDID
512 アプリケーションモジュール
513 モジュールファイル
514 ライセンスファイル
515 プログラムデータ
516 モジュール電子署名
517 ライセンスデータ
518 ライセンス電子署名
751 移動元SDカード
761 移動先SDカード
770 SDID
771 ライセンス無効フラグ
772a、772b、772c、772d アプリケーションモジュール
773 モジュールファイル
774 ライセンスファイル
775 プログラムデータ
776 モジュール情報
777 モジュール電子署名
778 ライセンスデータ
779 ライセンス電子署名
781 モジュール名
782 移動不可フラグ
783 使用可能機種情報
784 電子署名鍵情報
785 ライセンス無効フラグ
910 NVRAM
920 フラッシュROM
DESCRIPTION OF SYMBOLS 1 Compound machine 11 Plotter 12 Scanner 13 Hardware resource 20 Software group 30 Application 31 Printer application 32 Copy application 33 Fax application 34 Scanner application 35 Net file application 40 Platform 41 Operating system (OS)
42 System Control Service (SCS)
43 System Resource Manager (SRM)
44 Engine Control Service (ECS)
45 Memory Control Service (MCS)
46 Operation Panel Control Service (OCS)
47 Fax Control Service (FCS)
48 Network Control Service (NCS)
50 Fusion machine start-up unit 60 Controller 61 CPU
62 System memory 63 North Bridge (NB)
64 South Bridge (SB)
65 AGP (Accelerated Graphics Port)
66 ASIC
67 Local memory 68 Hard disk drive (HDD)
75, 76 SD slot 77 SD card 80 Operation panel 81 Fax control unit (FCU)
82 Engine Unit 121 HDD Check Program 122 File System 123 HDD Status Monitor Driver 124 HDD Access Driver 125 HDD
510 SD card 511 SDID
512 Application module 513 Module file 514 License file 515 Program data 516 Module digital signature 517 License data 518 License digital signature 751 Source SD card 761 Target SD card 770 SDID
771 License invalid flag 772a, 772b, 772c, 772d Application module 773 Module file 774 License file 775 Program data 776 Module information 777 Module electronic signature 778 License data 779 License electronic signature 781 Module name 782 Non-movable flag 783 Usable model information 784 Electronic Signature key information 785 License invalid flag 910 NVRAM
920 flash ROM

Claims (10)

電子データ記録装置と電子データ移動装置とを有する電子データ処理システムであって、
前記電子データ記録装置は、
第一の記録媒体への記録対象とされる電子データについて、移動の可否を設定させる画面を表示手段に表示させる表示制御手段と、
第一の記録媒体より、各第一の記録媒体を識別するための媒体識別情報を取得し、該媒体識別情報及び前記電子データをメッセージダイジェストによって数値化して該電子データの電子署名を生成する署名生成手段と、
前記電子データ、前記電子署名、及び前記画面の設定内容に基づく該電子データの移動の可否を示す移動可否情報を前記第一の記録媒体に記録する記録手段とを有し、
前記電子データ移動装置は、
前記第一の記録媒体に記録されている前記移動可否情報が移動が可能であることを示す場合に、前記第一の記録媒体に記録されている前記電子データ及び前記電子署名の複製を第二の記録媒体に生成する複製手段と、
前記第一の記録媒体の媒体識別情報を該第一の記録媒体より取得し、前記第二の記録媒体又は前記電子データ移動装置が有する記憶手段に記録する媒体識別情報記録手段と、
前記第一の記録媒体に前記電子データは無効であることを示す無効フラグ情報を記録する無効化手段と、
前記第二の記録媒体の媒体識別情報と当該電子データとに基づいて生成される電子署名と、前記第二の記録媒体に複製された前記電子署名とが一致する場合、又は前記前記第二の記録媒体若しくは前記記憶手段に記録された前記第一の記録媒体の前記媒体識別情報と当該電子データとに基づいて生成される電子署名と、前記第二の記録媒体に複製された前記電子署名とが一致する場合は当該電子データの利用は可能であると判定する認証手段とを有する電子データ処理システム。
An electronic data processing system having an electronic data recording device and an electronic data moving device,
The electronic data recording device comprises:
Display control means for displaying on the display means a screen for setting whether or not movement is possible for electronic data to be recorded on the first recording medium;
A signature for acquiring medium identification information for identifying each first recording medium from the first recording medium, and digitizing the medium identification information and the electronic data by a message digest to generate an electronic signature of the electronic data Generating means;
Recording means for recording, on the first recording medium, movement availability information indicating whether the electronic data can be moved based on the electronic data, the electronic signature, and the setting content of the screen;
The electronic data mover is
A second copy of the electronic data and electronic signature recorded on the first recording medium is provided when the movement permission / inhibition information recorded on the first recording medium indicates that movement is possible. Copying means to be generated on the recording medium of
Medium identification information recording means for acquiring the medium identification information of the first recording medium from the first recording medium and recording it in the storage means of the second recording medium or the electronic data moving device ;
Invalidating means for recording invalid flag information indicating that the electronic data is invalid on the first recording medium;
When the electronic signature generated based on the medium identification information of the second recording medium and the electronic data matches the electronic signature copied to the second recording medium, or the second An electronic signature generated on the basis of the medium identification information of the first recording medium and the electronic data recorded on the recording medium or the storage means , and the electronic signature copied on the second recording medium; An electronic data processing system comprising authentication means for determining that the electronic data can be used when the two match.
前記電子データ記録装置は、前記電子署名を暗号化する暗号化手段を更に有し、
前記記録手段は、前記暗号化手段によって暗号化された電子署名、該電子署名を復号化する鍵情報、前記電子データ、及び前記移動可否情報を前記第一の記録媒体に記録する請求項1記載の電子データ処理システム。
The electronic data recording apparatus further includes an encryption unit for encrypting the electronic signature,
2. The recording unit records the electronic signature encrypted by the encryption unit, key information for decrypting the electronic signature, the electronic data, and the moveability information on the first recording medium. Electronic data processing system.
前記記録手段は、更に前記電子データを利用可能な機器の種別を示す機種情報を前記第一の記録媒体に記録することを特徴とする請求項1又は2載の電子データ処理システム。 It said recording means, according to claim 1 or 2 Symbol mounting electronic data processing system characterized in that it further record the model information indicating the type of equipment available to the electronic data to the first recording medium. 前認証手段は、前記第一の記録媒体の前記電子データが利用対象とされた場合に、該電子データが無効化されている場合は利用は不可能であると判定する請求項1乃至3いずれか一項記載の電子データ処理システム。 The pre-authentication unit determines that the electronic data of the first recording medium is not usable when the electronic data is invalidated when the electronic data is invalidated. An electronic data processing system according to claim 1. 前記第一及び第二の記録媒体は、挿抜可能な記録媒体であることを特徴とする請求項1乃至4いずれか一項記載の電子データ処理システム。 5. The electronic data processing system according to claim 1, wherein the first and second recording media are detachable recording media. 電子データ記録装置と電子データ移動装置とを有する電子データ処理システムが実行する電子データ処理方法であって、
前記電子データ記録装置が、
第一の記録媒体への記録対象とされる電子データについて、移動の可否を設定させる画面を表示手段に表示させる表示制御手順と、
第一の記録媒体より、各第一の記録媒体を識別するための媒体識別情報を取得し、該媒体識別情報及び前記電子データをメッセージダイジェストによって数値化して該電子データの電子署名を生成する署名生成手順と、
前記電子データ、前記電子署名、及び前記画面の設定内容に基づく該電子データの移動の可否を示す移動可否情報を前記第一の記録媒体に記録する記録手順とを実行し、
前記電子データ移動装置が、
前記第一の記録媒体に記録されている前記移動可否情報が移動が可能であることを示す場合に、前記第一の記録媒体に記録されている前記電子データ及び前記電子署名の複製を第二の記録媒体に生成する複製手順と、
前記第一の記録媒体の媒体識別情報を該第一の記録媒体より取得し、前記第二の記録媒体又は前記電子データ移動装置が有する記憶手段に記録する媒体識別情報記録手順と、
前記第一の記録媒体に前記電子データは無効であることを示す無効フラグ情報を記録する無効化手順と、
前記第二の記録媒体の媒体識別情報と当該電子データとに基づいて生成される電子署名と、前記第二の記録媒体に複製された前記電子署名とが一致する場合、又は前記前記第二の記録媒体若しくは前記記憶手段に記録された前記第一の記録媒体の前記媒体識別情報と当該電子データとに基づいて生成される電子署名と、前記第二の記録媒体に複製された前記電子署名とが一致する場合は当該電子データの利用は可能であると判定する認証手順とを実行する電子データ処理方法。
An electronic data processing method executed by an electronic data processing system having an electronic data recording device and an electronic data moving device,
The electronic data recording device is
A display control procedure for displaying on the display means a screen for setting whether or not movement is possible for electronic data to be recorded on the first recording medium;
A signature for acquiring medium identification information for identifying each first recording medium from the first recording medium, and digitizing the medium identification information and the electronic data by a message digest to generate an electronic signature of the electronic data Generation procedure,
Executing a recording procedure for recording on the first recording medium movement allowance information indicating whether the electronic data can be moved based on the electronic data, the electronic signature, and the setting content of the screen;
The electronic data moving device is
A second copy of the electronic data and electronic signature recorded on the first recording medium is provided when the movement permission / inhibition information recorded on the first recording medium indicates that movement is possible. Duplication procedure to be generated on the recording medium of
A medium identification information recording procedure for acquiring the medium identification information of the first recording medium from the first recording medium and recording it in the storage means of the second recording medium or the electronic data moving device ;
An invalidation procedure for recording invalid flag information indicating that the electronic data is invalid on the first recording medium;
When the electronic signature generated based on the medium identification information of the second recording medium and the electronic data matches the electronic signature copied to the second recording medium, or the second An electronic signature generated on the basis of the medium identification information of the first recording medium and the electronic data recorded on the recording medium or the storage means , and the electronic signature copied on the second recording medium; An electronic data processing method for executing an authentication procedure for determining that the electronic data can be used when the two match.
前記電子データ記録装置は、前記電子署名を暗号化する暗号化手順を更に実行し、
前記記録手順は、前記暗号化手順において暗号化された電子署名、該電子署名を復号化する鍵情報、前記電子データ、及び前記移動可否情報を前記第一の記録媒体に記録する請求項記載の電子データ処理方法。
The electronic data recording device further executes an encryption procedure for encrypting the electronic signature,
The recording procedure is the encryption procedure electronic signature encrypted in the key information for decrypting the electronic signature, the electronic data, and according to claim 6 for recording the movement permission information to said first recording medium Electronic data processing method.
前記記録手順は、更に前記電子データを利用可能な機器の種別を示す機種情報を前記第一の記録媒体に記録することを特徴とする請求項又は7記載の電子データ処理方法。 The recording procedure is further claim 6 or 7 Symbol mounting electronic data processing method of the model information indicating the type of equipment available electronic data to and recording the first recording medium. 前認証手順は、前記第一の記録媒体の前記電子データが利用対象とされた場合に、該電子データが無効化されている場合は利用は不可能であると判定する請求項乃至いずれか一項記載の電子データ処理方法。 Before the authentication procedure, when the electronic data of the first recording medium is a usage target, if the electronic data is disabled utilized and determines one of claims 6 to 8 is not possible An electronic data processing method according to claim 1. 前記第一及び第二の記録媒体は、挿抜可能な記録媒体であることを特徴とする請求項乃至いずれか一項記載の電子データ処理方法。
It said first and second recording media, electronic data processing method as claimed in any one of claims 6-9, characterized in that it is insertable recording medium.
JP2003416456A 2003-12-15 2003-12-15 Electronic data processing system and electronic data processing method Expired - Lifetime JP4485785B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003416456A JP4485785B2 (en) 2003-12-15 2003-12-15 Electronic data processing system and electronic data processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003416456A JP4485785B2 (en) 2003-12-15 2003-12-15 Electronic data processing system and electronic data processing method

Publications (2)

Publication Number Publication Date
JP2005174200A JP2005174200A (en) 2005-06-30
JP4485785B2 true JP4485785B2 (en) 2010-06-23

Family

ID=34735646

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003416456A Expired - Lifetime JP4485785B2 (en) 2003-12-15 2003-12-15 Electronic data processing system and electronic data processing method

Country Status (1)

Country Link
JP (1) JP4485785B2 (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101443772B (en) * 2006-05-12 2012-07-18 三星电子株式会社 Apparatus and method of managing security data
JP5221915B2 (en) * 2007-08-31 2013-06-26 株式会社アイ・オー・データ機器 Content management method, program thereof, and recording medium
JP5095325B2 (en) 2007-09-14 2012-12-12 株式会社リコー Image processing apparatus and image processing method
JP5152640B2 (en) * 2007-12-17 2013-02-27 横河電機株式会社 Software management system
JP4459284B2 (en) 2008-07-14 2010-04-28 株式会社東芝 Information processing device
JP5206263B2 (en) * 2008-09-12 2013-06-12 株式会社リコー Information processing apparatus, license determination method, and program
JP5247596B2 (en) * 2009-06-01 2013-07-24 株式会社日立製作所 Thin client management method and system, and thin client management program
JP5545037B2 (en) * 2010-05-28 2014-07-09 株式会社リコー Information processing device
JP5545038B2 (en) * 2010-05-28 2014-07-09 株式会社リコー Information processing device
JP5732777B2 (en) * 2010-08-20 2015-06-10 株式会社リコー Information processing device

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10255394A (en) * 1997-03-13 1998-09-25 Sony Corp Recording medium and its recorder/reproducer
JPH10289523A (en) * 1997-04-10 1998-10-27 Fujitsu Ltd Device for storing data and method therefor
JPH11164132A (en) * 1997-09-12 1999-06-18 Internatl Business Mach Corp <Ibm> Data control system
JPH11259964A (en) * 1998-03-06 1999-09-24 Sony Corp Recording and reproducing system
JP2000156034A (en) * 1998-11-18 2000-06-06 Sony Corp Digital signal storing device, digital signal storing method, program recording medium, digital signal recording device and digital signal recording method
JP2000298974A (en) * 1999-04-09 2000-10-24 Nippon Telegr & Teleph Corp <Ntt> Information recording method capable of moving information made peculiar to medium
JP2000357370A (en) * 1999-03-12 2000-12-26 Matsushita Electric Ind Co Ltd Contents duplication system, drive device, duplication method, and computer-readable recording medium
JP2001160262A (en) * 1999-11-30 2001-06-12 Pioneer Electronic Corp Information record reading method and device
JP2001184313A (en) * 1999-12-27 2001-07-06 Toshiba Corp Distribution system and system equipment
JP2002313021A (en) * 1998-12-02 2002-10-25 Matsushita Electric Ind Co Ltd Recording medium

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10255394A (en) * 1997-03-13 1998-09-25 Sony Corp Recording medium and its recorder/reproducer
JPH10289523A (en) * 1997-04-10 1998-10-27 Fujitsu Ltd Device for storing data and method therefor
JPH11164132A (en) * 1997-09-12 1999-06-18 Internatl Business Mach Corp <Ibm> Data control system
JPH11259964A (en) * 1998-03-06 1999-09-24 Sony Corp Recording and reproducing system
JP2000156034A (en) * 1998-11-18 2000-06-06 Sony Corp Digital signal storing device, digital signal storing method, program recording medium, digital signal recording device and digital signal recording method
JP2002313021A (en) * 1998-12-02 2002-10-25 Matsushita Electric Ind Co Ltd Recording medium
JP2000357370A (en) * 1999-03-12 2000-12-26 Matsushita Electric Ind Co Ltd Contents duplication system, drive device, duplication method, and computer-readable recording medium
JP2000298974A (en) * 1999-04-09 2000-10-24 Nippon Telegr & Teleph Corp <Ntt> Information recording method capable of moving information made peculiar to medium
JP2001160262A (en) * 1999-11-30 2001-06-12 Pioneer Electronic Corp Information record reading method and device
JP2001184313A (en) * 1999-12-27 2001-07-06 Toshiba Corp Distribution system and system equipment

Also Published As

Publication number Publication date
JP2005174200A (en) 2005-06-30

Similar Documents

Publication Publication Date Title
JP4848190B2 (en) Application execution apparatus, application execution method, and application execution program
JP4704233B2 (en) Information processing apparatus and control method thereof
JP5090790B2 (en) Device, License Management Method, License Management Program, and License Management System
JP4994814B2 (en) Image processing apparatus and control method thereof
US8112808B2 (en) Server apparatus and installation information making method
JP4698211B2 (en) Information processing apparatus, image forming apparatus, and method for canceling movement of electronic data
JP4209789B2 (en) File creation method, server, recording medium, and program addition system
US20060279764A1 (en) Image processing system and image processing method
JP4209790B2 (en) Information processing apparatus, image forming apparatus, error processing method when starting program, and recording medium
JP4485785B2 (en) Electronic data processing system and electronic data processing method
JP5095325B2 (en) Image processing apparatus and image processing method
JP5776741B2 (en) Information processing apparatus, information processing system, information processing method, and information processing program
JP4444641B2 (en) Information processing apparatus, image forming apparatus, and electronic data transfer method
JP2005148934A (en) Information processor, program activation method, program activation program and recording medium
JP4846830B2 (en) Image forming apparatus and information processing method and program thereof
JP2007249575A (en) Information processor, computer-readable portable storage medium, information processing method, information processing program and information processing system
US7546296B2 (en) Information processing apparatus started from a program recorded on a recording medium with well-maintained security, and a recording medium storing such a program and a producing method of such a recording medium
JP2004303209A (en) Image forming apparatus, program updating method, and storage medium for update
JP2004303222A (en) Information processor, image forming forming device, program starting method, and recording medium
JP2006293833A (en) Image processing apparatus, image processing method, and program
JP2008262528A (en) Information processor, installation method and installation system
JP2006285961A (en) Information processor and information processing method
JP2004287839A (en) Information processor, image forming device, and program addition method
JP2004287622A (en) Information processor, image forming apparatus, and program adding method
JP2017103538A (en) Image processing apparatus, program, and system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20051020

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090428

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090623

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091027

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091211

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100316

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100325

R150 Certificate of patent or registration of utility model

Ref document number: 4485785

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130402

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140402

Year of fee payment: 4