JP2008146343A - Ic card, and method for calling update program - Google Patents

Ic card, and method for calling update program Download PDF

Info

Publication number
JP2008146343A
JP2008146343A JP2006332617A JP2006332617A JP2008146343A JP 2008146343 A JP2008146343 A JP 2008146343A JP 2006332617 A JP2006332617 A JP 2006332617A JP 2006332617 A JP2006332617 A JP 2006332617A JP 2008146343 A JP2008146343 A JP 2008146343A
Authority
JP
Japan
Prior art keywords
function
program
application
identification information
management table
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.)
Withdrawn
Application number
JP2006332617A
Other languages
Japanese (ja)
Inventor
Keiko Takagi
桂子 高木
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.)
Dai Nippon Printing Co Ltd
Original Assignee
Dai Nippon Printing 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 Dai Nippon Printing Co Ltd filed Critical Dai Nippon Printing Co Ltd
Priority to JP2006332617A priority Critical patent/JP2008146343A/en
Publication of JP2008146343A publication Critical patent/JP2008146343A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an IC card that can eliminate effects of update programs on undesignated applications when the update programs are loaded in an EEPROM. <P>SOLUTION: A ROM 21 is loaded with a dedicated OS 3a where an OS and applications 3b are integrated, and the EEPROM 22 stores update programs 32 to function programs loaded in the ROM 21, and a function management table 31 describing application identifiers allowed to call the update programs 32 and call addresses in association with identification information about the function programs pertinent to the update programs 32. If the identification information about any function program called by the application 3b is described in the function management table 31 in the EEPROM 22, a kernel 3 of the dedicated OS 3a manages the call to the update program 32 with the use of the application identifier of the calling application 3b. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、クレジットカードサイズのカード媒体にICチップが実装されたICカードに関し、更に詳しくは、不揮発性メモリに実装された関数のプログラムを差し替える技術に関する。   The present invention relates to an IC card in which an IC chip is mounted on a credit card size card medium, and more particularly to a technique for replacing a function program mounted in a nonvolatile memory.

クレジットカードサイズのカード媒体にICチップが実装されたICカードは、ICチップに実装されるオペレーティングシステム(OS: Operating System)によって大きく2つに分類される。マルチアプリケーションOSが実装されたマルチアプリケーション型ICカードと、NativeOSとも称される専用OSが実装された専用ICカードである。   An IC card in which an IC chip is mounted on a credit card size card medium is roughly classified into two types according to an operating system (OS) mounted on the IC chip. A multi-application IC card on which a multi-application OS is mounted, and a dedicated IC card on which a dedicated OS, also referred to as Native OS, is mounted.

マルチアプリケーション型ICカードは、Java(登録商標)、MULTOS(登録商標)で代表されるプラットフォーム型のOSをROMに実装し、電気的に書換え可能な不揮発性メモリ(例えば、EEPROM)に、アプリケーションを実装する。   A multi-application type IC card has a platform type OS represented by Java (registered trademark) and MULTOS (registered trademark) mounted in ROM, and the application is stored in an electrically rewritable nonvolatile memory (for example, EEPROM). Implement.

アプリケーションをEEPROMに実装することで、ICカード発行後に、アプリケーションの追加/削除が可能になるメリットがあるが、EEPROMの容量が大きくなるため、ICチップが高価格になるデメリットがある。   By mounting the application on the EEPROM, there is a merit that the application can be added / deleted after the IC card is issued. However, since the capacity of the EEPROM becomes large, there is a demerit that the IC chip is expensive.

これに対し、専用ICカードでは、OS及びアプリケーションのコードとが一体化された専用OSがROMに実装され、データのみがEEPROMに記憶される。専用ICカードでは、専用OSがROMに実装されるため、ICカード発行後に、アプリケーションの追加/削除はできなくなるデメリットはあるが、大容量のEEPROMは必要ないため、ICチップを低価格にできるメリットがある。   On the other hand, in the dedicated IC card, a dedicated OS in which the OS and application code are integrated is mounted on the ROM, and only data is stored in the EEPROM. With a dedicated IC card, a dedicated OS is mounted in the ROM, so there is a demerit that applications cannot be added / deleted after the IC card is issued, but a large-capacity EEPROM is not required, so the IC chip can be made inexpensive. There is.

このようなICカードにおいてもパーソナルコンピュータと同様に、ICカードに実装されたプログラムに不具合(例えば、暗号化アルゴリズムの脆弱性)が見つかったときや、プログラムのバージョンアップの必要が生じたときなど、ICカード発行後にプログラムの修正が必要となる場合がある。   In such an IC card, as in the case of a personal computer, when a problem is found in the program installed on the IC card (for example, the vulnerability of the encryption algorithm), or when a program needs to be upgraded, It may be necessary to modify the program after issuing the IC card.

マルチアプリケーション型ICカードにおいては、修正を必要とするプログラムがアプリケーションであれば、修正したアプリケーションをEEPROMにロードすることで対処できる。   In the multi-application type IC card, if the program that requires correction is an application, it can be dealt with by loading the corrected application into the EEPROM.

これに対し、専用ICカードにおいては、ROMに実装されたプログラムは修正不可能であるため、修正したプログラムを実装したICチップを再製造することで対処したり、ICチップを再製造しない場合は、特許文献1で開示されている技術を用い、ROMに実装されたプログラムの一部を差し替えるための更新プログラムをEEPROMに追加することで対処する。
特開2003−132315号公報
On the other hand, in the dedicated IC card, the program mounted in the ROM cannot be corrected. Therefore, when the IC chip on which the corrected program is mounted is remanufactured or the IC chip is not remanufactured. This is dealt with by adding an update program for replacing a part of the program installed in the ROM to the EEPROM using the technique disclosed in Patent Document 1.
JP 2003-132315 A

しかしながら、複数のアプリケーションから呼出される関数がROMに実装され、そのうちの一つのアプリケーションについてのみ関数の処理を変更したい場合は、修正を必要としない他のアプリケーションへ影響を考慮して更新プログラムを作成しなければならず、更新プログラムの作成に手間が掛かるばかりか、更新プログラムの容量も大きくなってしまう問題があった。   However, if a function called from multiple applications is implemented in ROM and you want to change the function processing for only one of those applications, create an update program considering the effect on other applications that do not require modification. As a result, there is a problem that not only is it time-consuming to create the update program, but also the capacity of the update program increases.

そこで、本発明は、ROMに実装された関数のプログラムに不具合などがあり、更新プログラムをEEPROMに実装するとき、関数の処理の変更を必要としないアプリケーションに対しては、EEPROMに実装される更新プログラムの影響を無くすことができるICカード、更新プログラムの呼出し方法を提供することを目的とする。   Therefore, according to the present invention, there is a problem in the function program installed in the ROM, and when the update program is installed in the EEPROM, the update implemented in the EEPROM is not applied to an application that does not require the function processing to be changed. An object of the present invention is to provide an IC card and an update program calling method that can eliminate the influence of the program.

上述した課題を解決する第1の発明は、オペレーティングシステム(OS)とアプリケーションが一体化された専用OSが書換え不可能な第1の不揮発性メモリに実装され、前記第1の不揮発性メモリに実装された関数のプログラムを差し替える更新プログラムを、電気的に書換え可能な第2の不揮発性メモリに実装できるICカードであって、前記ICカードは、前記更新プログラムと、前記更新プログラムごとに、前記更新プログラムの対象となる前記関数のプログラムの識別情報に関連付けて、前記更新プログラムの呼出しが許可された前記アプリケーションの識別情報と、前記更新プログラムを呼出すときに用いる呼び出しアドレスとが記述された関数管理テーブルを記憶する領域を前記第2の不揮発性メモリに備え、前記専用OSは、前記アプリケーションから呼出された前記関数のプログラムの識別情報が前記関数管理テーブルに記述されているときは、前記関数のプログラムを呼出し要求した前記アプリケーションの識別情報と、前記関数のプログラムの識別情報に関連付けて記述されている前記アプリケーションの識別情報が一致するか確認し、一致した場合のみ前記更新プログラムを呼出すことを特徴とする。   In a first invention for solving the above-described problem, a dedicated OS in which an operating system (OS) and an application are integrated is mounted on a non-rewritable first nonvolatile memory, and is mounted on the first nonvolatile memory. An IC card capable of mounting an update program for replacing a program of a function on a second electrically rewritable non-volatile memory, wherein the IC card is updated for each of the update program and the update program. A function management table in which the identification information of the application permitted to call the update program and the call address used when calling the update program are described in association with the program identification information of the function to be programmed In the second nonvolatile memory, and the dedicated OS When the identification information of the function program called from the application is described in the function management table, the identification information of the application calling the function program and the identification information of the function program The identification information of the application described in association is confirmed to match, and the update program is called only when they match.

第1の発明によれば、複数の前記アプリケーションから呼出される前記関数のプログラムが前記第1の不揮発性メモリに実装され、そのうちの一つの前記アプリケーションについてのみ関数の処理を変更する場合であっても、前記第2の不揮発性メモリに記憶される前記第1の関数管理テーブルに、前記更新プログラムが適用される前記アプリケーションの識別情報のみを記述しておけば、前記更新プログラムが適用されない前記アプリケーションに対して、前記第2の不揮発性メモリに実装される前記更新プログラムの影響を無くすことができる。   According to the first invention, a program of the function called from a plurality of the applications is mounted in the first nonvolatile memory, and the function processing is changed only for one of the applications. If only the identification information of the application to which the update program is applied is described in the first function management table stored in the second nonvolatile memory, the application to which the update program is not applied On the other hand, the influence of the update program mounted on the second nonvolatile memory can be eliminated.

更に、第2の発明は、第1の発明に記載のICカードにおいて、前記ICカードは、前記第1の不揮発性メモリに実装された前記関数のプログラムごとに、前記関数のプログラムの識別情報に関連付けて、前記関数のプログラムの呼出しが許可された前記アプリケーションの識別情報と、前記関数のプログラムを呼出すときに用いる呼び出しアドレスとが記述された第2の関数管理テーブルを前記第1の不揮発性メモリに備え、前記アプリケーションから呼出された前記関数のプログラムの識別情報が第1の前記関数管理テーブルに記述されていないときは、前記第2の関数管理テーブルを用いて前記関数のプログラムを呼出すことを特徴とする。   Further, the second invention is the IC card according to the first invention, wherein the IC card includes, for each function program mounted in the first nonvolatile memory, identification information of the function program. In association with the first nonvolatile memory, a second function management table in which identification information of the application permitted to call the function program and a call address used when calling the function program is described. And when the function program identification information called from the application is not described in the first function management table, the function program is called using the second function management table. Features.

第2の発明によれば、前記更新プログラムが適用されない前記アプリケーションに対しては、前記第1の不揮発性メモリに記憶された前記関数のプログラムを呼出すことが可能になる。   According to the second invention, it is possible to call the function program stored in the first nonvolatile memory for the application to which the update program is not applied.

更に、第3の発明は、オペレーティングシステム(OS)とアプリケーションが一体化された専用OSが書換え不可能な第1の不揮発性メモリに実装されたICカードにおいて、電気的に書換え可能な第2の不揮発性メモリに記憶され、前記第1の不揮発性メモリに実装された関数のプログラムを差し替える更新プログラムの呼出し管理方法であって、前記更新プログラムと、前記更新プログラムごとに、前記更新プログラムの対象となる前記関数のプログラムを識別する情報である関数識別情報に関連付けて、前記更新プログラムの呼出しが許可された前記アプリケーションを特定するアプリケーション識別情報と、前記更新プログラムを呼出すときに用いる呼び出しアドレスとが記述された関数管理テーブルを前記第2の不揮発性メモリに記憶させ、前記アプリケーションから呼出された前記関数のプログラムの識別情報が前記関数管理テーブルに記述されているときは、前記関数のプログラムを呼出し要求した前記アプリケーションの識別情報と、前記関数のプログラムの識別情報に関連付けて記述されている前記アプリケーションの識別情報が一致するか確認し、一致した場合のみ、前記更新プログラムを呼出すことを特徴とする。   Furthermore, a third aspect of the invention relates to an electrically rewritable second IC card mounted on a non-rewritable first non-volatile memory with a dedicated OS in which an operating system (OS) and an application are integrated. An update program call management method for replacing a function program stored in a non-volatile memory and implemented in the first non-volatile memory, the update program, and for each update program, a target of the update program In association with function identification information that is information for identifying the program of the function, application identification information that identifies the application that is permitted to call the update program, and a call address that is used when calling the update program are described. The function management table stored in the second nonvolatile memory When the function management table describes the identification information of the function program that is stored and called from the application, the identification information of the application that called the function program and the identification of the function program. Whether the identification information of the application described in association with the information matches is confirmed, and the update program is called only when they match.

更に、第4の発明は、第3の発明に記載の更新プログラムの呼出し管理方法において、前記第1の不揮発性メモリに実装された前記関数のプログラムごとに、前記関数のプログラムの識別情報に関連付けて、前記関数のプログラムの呼出しが許可された前記アプリケーションの識別情報と、前記関数のプログラムを呼出すときに用いる呼び出しアドレスとが記述された第2の関数管理テーブルが前記ICカードの前記第1の不揮発性メモリに記憶され、前記アプリケーションから呼出された前記関数のプログラムの識別情報が第1の前記関数管理テーブルに記述されていないときは、前記第2の関数管理テーブルを用いて前記関数のプログラムを呼出すことを特徴とする。   Furthermore, a fourth invention relates to the update program call management method according to the third invention, wherein each function program implemented in the first nonvolatile memory is associated with identification information of the function program. A second function management table in which identification information of the application permitted to call the function program and a call address used when calling the function program are stored in the IC card. When the function program identification information stored in the non-volatile memory and called from the application is not described in the first function management table, the function program is stored using the second function management table. It is characterized by calling.

上述した第3の発明〜第4の発明によれば、上述した第1の発明〜第2の発明と同様の効果が得られる。   According to the third to fourth inventions described above, the same effects as the first to second inventions described above can be obtained.

上述した本発明によれば、ROMに実装された関数のプログラムに不具合などがあり、更新プログラムをEEPROMに実装するとき、関数の処理の変更を必要としないアプリケーションに対しては、EEPROMに実装される更新プログラムの影響を無くすことができるICカード、更新プログラムの呼出し方法を提供できる。   According to the present invention described above, there is a problem in the function program installed in the ROM, and when the update program is installed in the EEPROM, it is installed in the EEPROM for an application that does not need to change the function processing. An IC card that can eliminate the influence of the update program and a method for calling the update program can be provided.

ここから、本発明が適用された専用ICカード(以下、ICカードと略す)について、図を参照しながら詳細に説明する。   A dedicated IC card (hereinafter abbreviated as IC card) to which the present invention is applied will be described in detail with reference to the drawings.

図1は、本発明が適用されたICカード1の外観図である。図1で示したように、ICカード1は、キャッシュカードやクレジットカードと同じ大きさのプラスチック製カードで、ICカード1には、ICチップ2がモールドされたICモジュール1aが実装されている。   FIG. 1 is an external view of an IC card 1 to which the present invention is applied. As shown in FIG. 1, the IC card 1 is a plastic card having the same size as a cash card or a credit card, and an IC module 1a in which an IC chip 2 is molded is mounted on the IC card 1.

図1においては、ICカード1を接触ICカードとして図示しているが、本発明は何らICカード1の通信方式に依存するものではなく、無線でデータ通信する非接触ICカード、または、接触データ通信と非接触データ通信の2つの通信機能を備えたデュアルインターフェースICカードであってもよい。   In FIG. 1, the IC card 1 is illustrated as a contact IC card, but the present invention does not depend on the communication method of the IC card 1, and is a non-contact IC card or contact data for wireless data communication. A dual interface IC card having two communication functions of communication and non-contact data communication may be used.

加えて、ICカード1の形状は問わず、ICカード1はキャッシュカードと同様の形状でなく、ICモジュール1aの近辺を短冊状に切り取った形状をしているSIM(Subscriber Identity Module)であってもよい。   In addition, regardless of the shape of the IC card 1, the IC card 1 is not the same shape as the cash card, but is a SIM (Subscriber Identity Module) having a shape obtained by cutting the vicinity of the IC module 1a into a strip shape. Also good.

図2は、ICカードに埋め込まれるICチップ2のハードウェア構成図である。ICチップ2には、演算機能およびICチップ2が具備するデバイスを制御する機能を備えた中央演算装置20(CPU:Central Processing Unit)、揮発性メモリとしてランダムアクセスメモリ23(RAM:Random Access Memory)、読み出し専用の不揮発性メモリ21(ROM:Read Only Memory、)、電気的に書換え可能な不揮発性メモリとしてEEPROM22(EEPROM:Electrically Erasable Programmable Read-Only Memoryの略)、および、外部の端末装置とデータ通信するためのI/O回路24が、BUS25に接続されている。   FIG. 2 is a hardware configuration diagram of the IC chip 2 embedded in the IC card. The IC chip 2 includes a central processing unit 20 (CPU: Central Processing Unit) having a calculation function and a function for controlling devices included in the IC chip 2, and a random access memory 23 (RAM: Random Access Memory) as a volatile memory. Read-only nonvolatile memory 21 (ROM: Read Only Memory), EEPROM 22 (EEPROM: Electrically Erasable Programmable Read-Only Memory) as electrically rewritable nonvolatile memory, and external terminal device and data An I / O circuit 24 for communication is connected to the BUS 25.

本発明は、ICカード1に実装されるICチップ2の仕様をなんら限定するものではなく、ICカード1の用途に適した仕様のICチップ2を選択することができる。例えばROM21およびEEPROM22の容量については限定しないし、書換え可能な不揮発性メモリはフラッシュメモリ等のメモリであっても構わない。またICチップ2は、暗号演算回路やタイマー回路など、図示していない他の回路を備えていても構わない。   The present invention does not limit the specifications of the IC chip 2 mounted on the IC card 1, and the IC chip 2 having specifications suitable for the application of the IC card 1 can be selected. For example, the capacities of the ROM 21 and the EEPROM 22 are not limited, and the rewritable nonvolatile memory may be a memory such as a flash memory. The IC chip 2 may include other circuits not shown such as a cryptographic operation circuit and a timer circuit.

図3は、ICチップ2のメモリに記憶されるプログラムとデータを説明する図である。上述しているように、ICカード1は専用ICカードであるため、OSとアプリケーション3bが一体化された専用OS3aがROM21に実装され、専用OS3aに含まれるアプリケーション3bそれぞれを識別するために、アプリケーション3bを特定する情報であるアプリケーション識別子(Application Identifier)が、アプリケーション3bに付与されている。   FIG. 3 is a diagram for explaining programs and data stored in the memory of the IC chip 2. As described above, since the IC card 1 is a dedicated IC card, the dedicated OS 3a in which the OS and the application 3b are integrated is mounted on the ROM 21, and the application 3b included in the dedicated OS 3a is identified to identify each application 3b. An application identifier (Application Identifier) which is information for specifying 3b is given to the application 3b.

ROM21に実装される専用OS3aには、OS自身やアプリケーション3bから呼出される関数のプログラムの集合である関数群30を含むカーネル3を備え、更に、カーネル3は、アプリケーション3bから関数のプログラムの呼出しを管理するために関数管理テーブル31を備える。   The dedicated OS 3a mounted on the ROM 21 includes a kernel 3 including a function group 30 that is a set of function programs called from the OS itself or the application 3b. The kernel 3 calls a function program from the application 3b. Is provided with a function management table 31.

本発明では、図3に図示したように、EEPROM22には、データを記憶するデータ領域22bに加え、更新プログラム32を記憶するための更新プログラム領域22aが設けられ、更新プログラム32をEEPROM22に実装したとき、更新プログラム32と共に、EEPROM22の更新プログラム領域22aに更新プログラム32用の関数管理テーブル31も実装される。   In the present invention, as shown in FIG. 3, the EEPROM 22 is provided with an update program area 22 a for storing the update program 32 in addition to the data area 22 b for storing data, and the update program 32 is mounted on the EEPROM 22. At the same time, the function management table 31 for the update program 32 is mounted in the update program area 22a of the EEPROM 22 together with the update program 32.

今後、ROM21とEEPROM22に実装される関数管理テーブル31を明確に区別したいときは、関数管理テーブル31の後に実装されているメモリを括弧で括り表記する。すなわち、ROM21に実装されている関数管理テーブル31を関数管理テーブル31(ROM)と記述し、EEPROM22に実装されている関数管理テーブル31を関数管理テーブル31(EEPROM)と記述する。   In the future, when it is desired to clearly distinguish the function management table 31 mounted on the ROM 21 and the EEPROM 22, the memory mounted after the function management table 31 is described in parentheses. That is, the function management table 31 mounted on the ROM 21 is described as a function management table 31 (ROM), and the function management table 31 mounted on the EEPROM 22 is described as a function management table 31 (EEPROM).

図4は、関数管理テーブル31(ROM)の構造を説明する図である。関数管理テーブル31(ROM)は、関数群30に含まれる関数のプログラムの呼出しを管理するための情報が記述された管理レコード310で構成されている。   FIG. 4 is a diagram for explaining the structure of the function management table 31 (ROM). The function management table 31 (ROM) is composed of management records 310 in which information for managing calling of programs of functions included in the function group 30 is described.

管理レコード310は可変長のデータレコードで、関数群30に含まれるそれぞれの関数のプログラムには、それぞれの関数のプログラムを識別するための情報である関数識別情報が付与され、管理レコード310には、関数識別情報に関連付けて、関数識別情報で特定される関数のプログラムを呼出すことが許可されるアプリケーション3bのアプリケーション識別子と、関数識別情報で特定される関数のプログラムを呼出すときのアドレスである呼出しアドレスとが、TLV(type/length/value)形式で表記されている。   The management record 310 is a variable-length data record, and each function program included in the function group 30 is given function identification information that is information for identifying each function program. The application identifier of the application 3b that is permitted to call the function program specified by the function identification information in association with the function identification information, and a call that is an address when calling the function program specified by the function identification information The address is described in a TLV (type / length / value) format.

なお、管理レコード310に含まれるアプリケーション識別子は一つとは限らず、複数のアプリケーション3bから呼出される関数のプログラムに対応する管理レコード310には、複数のアプリケーション識別子が含まれる。   Note that the application identifier included in the management record 310 is not limited to one, and the management record 310 corresponding to the function program called from the plurality of applications 3b includes a plurality of application identifiers.

ROM21に実装されている関数群30に含まれる関数のプログラムを修正するとき、関数のプログラムを差し替えるためのプログラムである更新プログラム32がEEPROM22に記憶され、更新プログラム32をEEPROM22に記憶するときに、更新プログラム32と共に、更新プログラム32の呼出しを管理するための関数管理テーブル31がEEPROM22に記憶される。   When a function program included in the function group 30 mounted on the ROM 21 is modified, an update program 32 that is a program for replacing the function program is stored in the EEPROM 22, and when the update program 32 is stored in the EEPROM 22, Along with the update program 32, a function management table 31 for managing calls to the update program 32 is stored in the EEPROM 22.

関数管理テーブル31(EEPROM)の構造は、図4で図示した関数管理テーブル31(ROM)の構造と同じであるが、関数管理テーブル31(EEPROM)の管理レコード310には、差し替え対象となる関数のプログラムの関数識別情報に関連付けて、更新プログラム32の呼出しが許可されたアプリケーション3bのアプリケーション識別子と、更新プログラム32を呼出すときのアドレスとが記述される。   The structure of the function management table 31 (EEPROM) is the same as the structure of the function management table 31 (ROM) illustrated in FIG. 4, but the function management table 31 (EEPROM) has a management record 310 that includes a function to be replaced. The application identifier of the application 3b permitted to call the update program 32 and the address when calling the update program 32 are described in association with the function identification information of the program.

なお、EEPROM22に更新プログラム32が記憶されるごとに、関数管理テーブル31(EEPROM)へ管理コード310が追加されるため、管理コード310が追加された順がわかるように、本実施の形態では、関数管理テーブル31(EEPROM)は可変長順編成のファイル構造としている。   In this embodiment, since the management code 310 is added to the function management table 31 (EEPROM) every time the update program 32 is stored in the EEPROM 22, the order in which the management codes 310 are added is known. The function management table 31 (EEPROM) has a variable length sequential file structure.

カーネル3は、アプリケーション3bから関数群30に含まれる関数のプログラムが呼出されたとき、関数管理テーブル31を参照し、関数のプログラムの呼出しを管理する。ここから、カーネル3が関数のプログラムの呼出しを管理する内容について説明する。図5は、カーネル3が差し替えプログラム33の呼出しを管理する動作を示したフロー図である。   When a function program included in the function group 30 is called from the application 3b, the kernel 3 refers to the function management table 31 and manages the calling of the function program. The contents that the kernel 3 manages to call function programs will now be described. FIG. 5 is a flowchart showing an operation in which the kernel 3 manages the call of the replacement program 33.

カーネル3がアプリケーション3bから関数のプログラムの呼出し要求を受けたとき(ステップS1)、少なくとも、ICチップ2のレジスタに格納されて、アプリケーション3bからカーネル3に呼出す関数のプログラムの関数識別番号が引渡され、更に、カーネル3は、実行中のアプリケーション3bのアプリケーション識別子を取得することで、関数のプログラムの呼出し要求をしたアプリケーション3bのアプリケーション識別子を取得する。   When the kernel 3 receives a function program call request from the application 3b (step S1), at least the function identification number of the function program stored in the register of the IC chip 2 and called from the application 3b to the kernel 3 is delivered. Furthermore, the kernel 3 obtains the application identifier of the application 3b that has requested to call the function program by obtaining the application identifier of the application 3b being executed.

カーネル3は、関数のプログラムの呼出し要求を受けると、EEPROM22に関数管理テーブル31(EEPROM)が記憶されているか確認する(ステップS2)。   When the kernel 3 receives the function program call request, the kernel 3 checks whether the function management table 31 (EEPROM) is stored in the EEPROM 22 (step S2).

関数管理テーブル31(EEPROM)がある場合は、ステップS3に進み、管理レコード310を検索する関数管理テーブル31を関数管理テーブル31(EEPROM)に設定し、関数管理テーブル31(EEPORM)がない場合は、ステップS7に進み、管理レコード310を検索する関数管理テーブル31を関数管理テーブル31(ROM)に設定する(ステップS4)。   If there is a function management table 31 (EEPROM), the process proceeds to step S3, where the function management table 31 for searching the management record 310 is set in the function management table 31 (EEPROM), and there is no function management table 31 (EEPORM). In step S7, the function management table 31 for searching for the management record 310 is set in the function management table 31 (ROM) (step S4).

上述しているように、更新プログラム32がEEPROM22に記憶されている場合、EEPROM22に記憶された関数管理テーブル31(EEPROM)が優先され、更新プログラム32を優先的に実行させることで、ROM21の関数群30に含まれる関数のプログラムを差し替えることができる。   As described above, when the update program 32 is stored in the EEPROM 22, the function management table 31 (EEPROM) stored in the EEPROM 22 is prioritized, and the function of the ROM 21 is executed by executing the update program 32 with priority. The function program included in the group 30 can be replaced.

ステップS3で、管理テーブル310を検索する関数管理テーブル31を関数管理テーブル31(EEPROM)に設定した後、カーネル3は、関数管理テーブル31(EEPROM)の中から、ステップS1で引渡された関数識別情報を含む管理レコード310を検索する。(ステップS4)。   After setting the function management table 31 for searching the management table 310 in the function management table 31 (EEPROM) in step S3, the kernel 3 identifies the function identification delivered in step S1 from the function management table 31 (EEPROM). The management record 310 including information is searched. (Step S4).

関数管理テーブル31(EEPROM)の中から管理レコード310を検索するときは、新しく登録された順に検索し、カーネル3は、ステップS1でカーネル3に引渡された関数識別情報を含む管理レコード310を検索するごとに、関数のプログラムを呼出したアプリケーション3bに、関数識別情報で特定される関数のプログラムの呼出しが許可されているか確認する(ステップS5)。   When searching for the management record 310 from the function management table 31 (EEPROM), the search is performed in the newly registered order, and the kernel 3 searches for the management record 310 including the function identification information delivered to the kernel 3 in step S1. Each time, the application 3b that called the function program is allowed to call the function program specified by the function identification information (step S5).

カーネル3は、ステップS1でカーネル3に引渡されたアプリケーション識別子と検索した管理レコードに含まれるアプリケーション識別子を比較することで、関数のプログラムを呼出したアプリケーション3bに、関数識別情報で特定される関数の呼出しが許可されているか確認する。   The kernel 3 compares the application identifier delivered to the kernel 3 in step S1 with the application identifier included in the searched management record, thereby allowing the application 3b that called the function program to know the function specified by the function identification information. Check if the call is allowed.

関数のプログラムの呼出しがアプリケーション3bで許可されているときは、カーネル3は、検索した管理レコード310に記述されている呼び出しアドレスを用いて、関数識別情報で特定される関数を呼出す(ステップS6)。   When calling of the function program is permitted by the application 3b, the kernel 3 calls the function specified by the function identification information using the call address described in the searched management record 310 (step S6). .

ステップS3において、管理レコード310を検索する関数管理テーブル31は、関数管理テーブル31(EEPROM)に設定されているため、このステップS6で、カーネル3が呼出すプログラムは、EEPROM22に記憶されている更新プログラム32になる。   In step S3, the function management table 31 for retrieving the management record 310 is set in the function management table 31 (EEPROM). Therefore, the program called by the kernel 3 in this step S6 is an update program stored in the EEPROM 22. 32.

また、ステップS5で、検索した管理レコード310で特定される関数の呼出しが、関数のプログラムの呼出し要求をしたアプリケーション3bで許可されていないときは、ステップS4に戻り、カーネル3は、関数管理テーブル31(EEPROM)の検索していない管理レコード310を対象とし、ステップS1でカーネル3に引渡された関数識別番号が一致する管理レコード310を検索する。   In step S5, when the function call specified by the retrieved management record 310 is not permitted by the application 3b that requested the function program call, the process returns to step S4, and the kernel 3 stores the function management table. The management record 310 of 31 (EEPROM) that has not been searched is searched for the management record 310 that matches the function identification number delivered to the kernel 3 in step S1.

ステップS4において、関数管理テーブル31(EEPROM)に含まれるすべての管理レコード310を検索しても、引渡された関数識別情報で特定される関数のプログラムが呼出せなかった場合、すなわち、関数識別番号が一致する管理レコード310が検索できなかった場合、或いは、関数識別番号が一致してもアプリケーション識別子が一致しない管理レコード310しか検索できなった場合は、ステップS7に進み、カーネル3は、管理レコード310の検索対象となる関数管理テーブル31を関数管理テーブル31(ROM)に設定する。   In step S4, even if all the management records 310 included in the function management table 31 (EEPROM) are searched, the function program specified by the delivered function identification information cannot be called, that is, the function identification number. If the management record 310 with the same ID cannot be searched, or if only the management record 310 with the function identification number that matches but the application identifier does not match can be searched, the process proceeds to step S7, and the kernel 3 The function management table 31 to be searched 310 is set in the function management table 31 (ROM).

ステップS7で、管理テーブル310を検索する関数管理テーブル31を関数管理テーブル31(ROM)に設定した後、カーネル3は、関数管理テーブル31(ROM)の中から、ステップS1でカーネル3に引渡された関数のプログラムの関数識別情報を含む管理レコード310が関数管理テーブル31(ROM)を検索する。(ステップS8)。   After setting the function management table 31 for searching the management table 310 in the function management table 31 (ROM) in step S7, the kernel 3 is transferred from the function management table 31 (ROM) to the kernel 3 in step S1. The management record 310 including the function identification information of the program of the selected function searches the function management table 31 (ROM). (Step S8).

関数管理テーブル31(ROM)に含まれる管理レコード310を検索し、カーネル3は、ステップS1でカーネル3に引渡された関数識別情報を含む管理レコード310を検索するごとに、関数のプログラムを呼出したアプリケーション3bに、関数識別情報で特定される関数のプログラムの呼出しが許可されているか確認する(ステップS9)。   The management record 310 included in the function management table 31 (ROM) is searched, and the kernel 3 calls the function program each time the management record 310 including the function identification information delivered to the kernel 3 is searched in step S1. It is confirmed whether the application 3b is permitted to call the function program specified by the function identification information (step S9).

カーネル3は、ステップS1でカーネル3に引渡されたアプリケーション識別子と検索した管理レコードに含まれるアプリケーション識別子を比較することで、関数のプログラムを呼出したアプリケーション3bに、関数識別情報で特定される関数のプログラムの呼出しが許可されているか確認する。   The kernel 3 compares the application identifier delivered to the kernel 3 in step S1 with the application identifier included in the searched management record, thereby allowing the application 3b that called the function program to know the function specified by the function identification information. Check if the program is allowed to be called.

関数のプログラムの呼出しがアプリケーション3bで許可されているとき、カーネル3は、検索した管理レコード310に記述されている呼び出しアドレスを用いて、関数識別情報で特定される関数のプログラムを呼出す(ステップS10)。   When calling of the function program is permitted by the application 3b, the kernel 3 uses the call address described in the searched management record 310 to call the function program specified by the function identification information (step S10). ).

ステップS7において、管理レコード310を検索する関数管理テーブル31は、関数管理テーブル31(ROM)に設定されているため、このステップS10で、カーネル3が呼出すプログラムは、ROM21に記憶されている更新プログラム32になる。   In step S7, the function management table 31 for retrieving the management record 310 is set in the function management table 31 (ROM). Therefore, the program called by the kernel 3 in this step S10 is an update program stored in the ROM 21. 32.

このように、本発明に係るICカード1が、図4に図示したような関数管理テーブル31を備え、関数管理テーブル31に基づいて、アプリケーション3bからの関数のプログラムの呼出しを管理することで、ROM21に実装された関数のプログラムごとに修正することが可能になる。   As described above, the IC card 1 according to the present invention includes the function management table 31 as illustrated in FIG. 4, and manages the function program call from the application 3 b based on the function management table 31. It is possible to correct each function program installed in the ROM 21.

更に、関数管理テーブル31をEEPROM22に記憶し、関数管理テーブル31(EEPROM)に更新プログラム32を呼出すことが許可されているアプリケーション3bのアプリケーション識別子を記述することで、更新プログラム32の対象とならないアプリケーション3bに対して、更新プログラムの影響を無くすことができる。   Further, the function management table 31 is stored in the EEPROM 22, and the application identifier of the application 3b that is permitted to call the update program 32 in the function management table 31 (EEPROM) is described, so that the application that is not the target of the update program 32. The influence of the update program can be eliminated with respect to 3b.

具体的な例を挙げて、上述した内容を詳細に説明する。図6は、関数管理テーブル31の一例を示した図で、図6(a)は関数管理テーブル31(ROM)の一例である関数管理テーブル31aで、図6(b)は関数管理テーブル31(EEPROM)の一例である関数管理テーブル31bである。   The above-described content will be described in detail with a specific example. 6 is a diagram showing an example of the function management table 31. FIG. 6A is a function management table 31a which is an example of the function management table 31 (ROM), and FIG. It is a function management table 31b which is an example of an EEPROM).

図6(a)に図示したように、関数管理テーブル31aには、3つの管理レコード310aが記述され、それぞれの関数識別情報は「01」及び「02」である。   As shown in FIG. 6A, three management records 310a are described in the function management table 31a, and the function identification information is “01” and “02”, respectively.

関数識別情報が「01」である管理レコード310aに基づけば、関数識別情報が「01」である関数のプログラムの呼出しが許可されているアプリケーション3bのアプリケーション識別子は「App1」、「App2」および「App3」で、呼出しアドレスは「アドレスR1」である。   Based on the management record 310a having the function identification information “01”, the application identifiers of the applications 3b that are permitted to call the function program having the function identification information “01” are “App1”, “App2”, and “App2”. In “App3”, the calling address is “address R1”.

また、関数識別情報が「02」である管理レコード310aに基づけば、関数識別情報が「02」である関数のプログラムの呼出しが許可されているアプリケーション3bのアプリケーション識別子は「App1」、「App2」および「App3」で、呼出しアドレスは「アドレスR2」である。   Further, based on the management record 310a having the function identification information “02”, the application identifiers of the applications 3b permitted to call the function program having the function identification information “02” are “App1” and “App2”. And “App3”, the calling address is “address R2”.

図6(b)に図示したように、関数管理テーブル31bには、2つの管理レコード310bが記述され、2つの管理レコード310の関数識別情報は共に「01」である。   As shown in FIG. 6B, two management records 310b are described in the function management table 31b, and the function identification information of the two management records 310 is “01”.

登録された順が古い管理レコード310bに基づけば、更新プログラム32の呼出しが許可されているアプリケーション3bのアプリケーション識別子は「App1」、「App2」および「App3」で、呼出しアドレスは「アドレスE1」である。   If the registration order is based on the old management record 310b, the application identifier of the application 3b that is permitted to call the update program 32 is “App1”, “App2”, and “App3”, and the call address is “address E1”. is there.

登録された順が新しい管理レコード310に基づけば、更新プログラム32の呼出しが許可されているアプリケーション3bのアプリケーション識別子は「App2」のみで、呼出しアドレスは「アドレスE2」である。   If the registered order is based on the new management record 310, the application identifier of the application 3b that is permitted to call the update program 32 is “App2” only, and the call address is “address E2”.

図6(b)に図示した関数管理テーブル31bによれば、ICカード1のEEPROM22には、関数識別番号が「01」である関数のプログラムの更新プログラム32が二つ記憶されており、登録された順が古い更新プログラム32は、アプリケーション識別子が「App1」、「App2」および「App3」であるアプリケーション3bから呼び出しが許可され、登録された順が新しい更新プログラム32は、アプリケーション識別子が「App2」であるアプリケーション3bのみから呼び出しが許可されている。   According to the function management table 31b illustrated in FIG. 6B, the EEPROM 22 of the IC card 1 stores two update programs 32 of the function program having the function identification number “01” and is registered. The update program 32 having the oldest order is allowed to be called from the application 3b having the application identifiers “App1”, “App2”, and “App3”, and the update program 32 having the newest registered order has the application identifier “App2”. Calling is permitted only from the application 3b.

図5で図示したフローに基づけば、関数管理テーブル31bがEEPROM22に記憶されているため、管理レコード310を検索する関数管理テーブル31は、図6(b)に図示した関数管理テーブル31bに設定される。   Since the function management table 31b is stored in the EEPROM 22 based on the flow illustrated in FIG. 5, the function management table 31 for searching the management record 310 is set in the function management table 31b illustrated in FIG. 6B. The

そして、関数識別番号が「01」である関数のプログラムがアプリケーション3bから呼出されると、カーネル3は、関数のプログラムを呼出したアプリケーション3bのアプリケーション識別子を確認する。   When the function program with the function identification number “01” is called from the application 3b, the kernel 3 confirms the application identifier of the application 3b that called the function program.

カーネル3は、登録された順に管理レコード310bを検索するため、関数のプログラムを呼出したアプリケーション3bのアプリケーション識別子が「02」であれば、登録された順が新しい管理レコード310bが選択され、「アドレスE2」を用いて更新プログラム32が呼出される。また、アプリケーション識別子が「01」或いは「03」であれば、登録された順が古い管理レコード310bが選択され、「アドレスE1」を用いて更新プログラム32が呼出される。   Since the kernel 3 searches the management record 310b in the registered order, if the application identifier of the application 3b that called the function program is “02”, the management record 310b in the new registration order is selected, and the “address The update program 32 is called using “E2”. If the application identifier is “01” or “03”, the management record 310b in the registered order is selected, and the update program 32 is called using “address E1”.

なお、関数識別番号が「02」である関数のプログラムがアプリケーション3bから呼出された場合、関数識別番号が「02」である管理レコード310bが、図6(b)に図示した関数管理テーブル31bにないため、図6(a)に図示した関数管理テーブル31aの中から、関数識別番号が「02」である管理レコード310aが検索され、関数識別番号が「02」である管理レコード310a用いて、ROM21に実装された関数のプログラムが呼出される。   When the function program having the function identification number “02” is called from the application 3b, the management record 310b having the function identification number “02” is stored in the function management table 31b illustrated in FIG. 6B. Therefore, the management record 310a having the function identification number “02” is retrieved from the function management table 31a illustrated in FIG. 6A, and the management record 310a having the function identification number “02” is used. A function program implemented in the ROM 21 is called.

ICカードの外観図。1 is an external view of an IC card. ICチップのハードウェア構成図。1 is a hardware configuration diagram of an IC chip. FIG. ICチップのメモリに記憶されるプログラムとデータを説明する図。The figure explaining the program and data which are memorize | stored in the memory of IC chip. 関数管理テーブルの構造を説明する図。The figure explaining the structure of a function management table. カーネルが差し替えプログラムの呼出しを管理する動作を示したフロー図。The flowchart which showed the operation | movement in which a kernel manages the call of a replacement program. 関数管理テーブルの一例を示した図。The figure which showed an example of the function management table.

符号の説明Explanation of symbols

1 ICカード
2 ICチップ
21 ROM,22 EEPROM
3 カーネル
3a 専用OS
3b アプリケーション
30 関数群
31 関数管理テーブル、310 管理レコード
32 更新プログラム
1 IC card 2 IC chip 21 ROM, 22 EEPROM
3 OS dedicated to kernel 3a
3b application 30 function group 31 function management table, 310 management record 32 update program

Claims (4)

オペレーティングシステム(OS)とアプリケーションが一体化された専用OSが書換え不可能な第1の不揮発性メモリに実装され、前記第1の不揮発性メモリに実装された関数のプログラムを差し替える更新プログラムを、電気的に書換え可能な第2の不揮発性メモリに実装できるICカードであって、前記ICカードは、前記更新プログラムと、前記更新プログラムごとに、前記更新プログラムの対象となる前記関数のプログラムの識別情報に関連付けて、前記更新プログラムの呼出しが許可された前記アプリケーションの識別情報と、前記更新プログラムを呼出すときに用いる呼び出しアドレスとが記述された第1の関数管理テーブルを記憶する領域を前記第2の不揮発性メモリに備え、前記専用OSは、前記アプリケーションから呼出された前記関数のプログラムの識別情報が前記第1の関数管理テーブルに記述されているときは、前記関数のプログラムを呼出し要求した前記アプリケーションの識別情報と、前記関数のプログラムの識別情報に関連付けて記述されている前記アプリケーションの識別情報が一致するか確認し、一致した場合のみ前記更新プログラムを呼出すことを特徴とするICカード。   A dedicated OS in which an operating system (OS) and an application are integrated is mounted on a non-rewritable first non-volatile memory, and an update program that replaces a function program mounted on the first non-volatile memory is An IC card that can be mounted on a second rewritable memory that is rewritable, wherein the IC card includes, for each of the update programs, identification information of a program of the function that is a target of the update program. In association with the second function, an area for storing a first function management table in which identification information of the application permitted to call the update program and a call address used when the update program is called is stored in the second function management table. In the nonvolatile memory, the dedicated OS is called from the application. When the function program identification information is described in the first function management table, it is associated with the identification information of the application that called the function program and the identification information of the function program. An IC card characterized by confirming whether the described identification information of the application matches, and calling the update program only when they match. 請求項1に記載のICカードにおいて、前記ICカードは、前記第1の不揮発性メモリに実装された前記関数のプログラムごとに、前記関数のプログラムの識別情報に関連付けて、前記関数のプログラムの呼出しが許可された前記アプリケーションの識別情報と、前記関数のプログラムを呼出すときに用いる呼び出しアドレスとが記述された第2の関数管理テーブルを前記第1の不揮発性メモリに備え、前記アプリケーションから呼出された前記関数のプログラムの識別情報が第1の前記関数管理テーブルに記述されていないときは、前記第2の関数管理テーブルを用いて前記関数のプログラムを呼出すことを特徴とする。   2. The IC card according to claim 1, wherein the IC card calls the function program in association with identification information of the function program for each function program mounted in the first nonvolatile memory. The first nonvolatile memory includes a second function management table in which identification information of the application that is permitted and a call address used when calling the function program is described, and the function is called from the application. When the function program identification information is not described in the first function management table, the function program is called using the second function management table. オペレーティングシステム(OS)とアプリケーションが一体化された専用OSが書換え不可能な第1の不揮発性メモリに実装されたICカードにおいて、電気的に書換え可能な第2の不揮発性メモリに記憶され、前記第1の不揮発性メモリに実装された関数のプログラムを差し替える更新プログラムの呼出し方法であって、前記更新プログラムと、前記更新プログラムごとに、前記更新プログラムの対象となる前記関数のプログラムを識別する情報である関数識別情報に関連付けて、前記更新プログラムの呼出しが許可された前記アプリケーションを特定するアプリケーション識別情報と、前記更新プログラムを呼出すときに用いる呼び出しアドレスとが記述された第1の関数管理テーブルを前記第2の不揮発性メモリに記憶させ、前記アプリケーションから呼出された前記関数のプログラムの識別情報が前記第1の関数管理テーブルに記述されているときは、前記関数のプログラムを呼出し要求した前記アプリケーションの識別情報と、前記関数のプログラムの識別情報に関連付けて記述されている前記アプリケーションの識別情報が一致するか確認し、一致した場合のみ、前記更新プログラムを呼出すことを特徴とする更新プログラムの呼出し方法。   In an IC card mounted on a non-rewritable first non-volatile memory, a dedicated OS in which an operating system (OS) and an application are integrated is stored in an electrically rewritable second non-volatile memory, An update program calling method for replacing a function program installed in a first non-volatile memory, wherein the update program and information for identifying the program of the function that is a target of the update program for each of the update programs A first function management table in which application identification information for specifying the application permitted to call the update program and a call address used when calling the update program are associated with the function identification information. Storing in the second non-volatile memory; When the identification information of the program of the function called from the application is described in the first function management table, the identification information of the application that requested the calling of the function program and the identification information of the function program A method for calling an update program, comprising: checking whether the identification information of the application described in association with each other matches, and calling the update program only when they match. 請求項3に記載の更新プログラムの呼出し方法において、前記第1の不揮発性メモリに実装された前記関数のプログラムごとに、前記関数のプログラムの識別情報に関連付けて、前記関数のプログラムの呼出しが許可された前記アプリケーションの識別情報と、前記関数のプログラムを呼出すときに用いる呼び出しアドレスとが記述された第2の関数管理テーブルが前記ICカードの前記第1の不揮発性メモリに記憶され、前記アプリケーションから呼出された前記関数のプログラムの識別情報が第1の前記関数管理テーブルに記述されていないときは、前記第2の関数管理テーブルを用いて前記関数のプログラムを呼出すことを特徴とする。
4. The update program calling method according to claim 3, wherein the function program is allowed to be called in association with identification information of the function program for each function program installed in the first nonvolatile memory. The second function management table in which the identification information of the application and the call address used when calling the function program is described is stored in the first nonvolatile memory of the IC card, When the identification information of the called function program is not described in the first function management table, the function program is called using the second function management table.
JP2006332617A 2006-12-08 2006-12-08 Ic card, and method for calling update program Withdrawn JP2008146343A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006332617A JP2008146343A (en) 2006-12-08 2006-12-08 Ic card, and method for calling update program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006332617A JP2008146343A (en) 2006-12-08 2006-12-08 Ic card, and method for calling update program

Publications (1)

Publication Number Publication Date
JP2008146343A true JP2008146343A (en) 2008-06-26

Family

ID=39606457

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006332617A Withdrawn JP2008146343A (en) 2006-12-08 2006-12-08 Ic card, and method for calling update program

Country Status (1)

Country Link
JP (1) JP2008146343A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010055549A (en) * 2008-08-29 2010-03-11 Dainippon Printing Co Ltd Ic chip, data reading method, data reading program and recording medium or the like
EP2228734A1 (en) * 2009-03-10 2010-09-15 Kabushiki Kaisha Toshiba Portable electronic device and access control method in portable electronic device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010055549A (en) * 2008-08-29 2010-03-11 Dainippon Printing Co Ltd Ic chip, data reading method, data reading program and recording medium or the like
EP2228734A1 (en) * 2009-03-10 2010-09-15 Kabushiki Kaisha Toshiba Portable electronic device and access control method in portable electronic device

Similar Documents

Publication Publication Date Title
KR100531192B1 (en) Non-volatile memory control method
US7681191B2 (en) Firmware version managing method of computer system and information processing device
KR20040076589A (en) Memory card
JP5843674B2 (en) IC card, portable electronic device, and control method of IC card
JP2006190278A (en) Method, computer system and program for allowing or disallowing firmware upgrade
JP2010146410A (en) Portable electronic device
JP2008146343A (en) Ic card, and method for calling update program
JP2010113549A (en) Ic card and method for execution of patch code
JP7284002B2 (en) Semiconductor device, control method and program
JP5301018B2 (en) Portable electronic device
JP2019049876A (en) Electronic information storage medium, ic card, table management method with electronic information storage medium, and table management program
CN112905498A (en) Processing method, processing device, electronic equipment and storage medium
JP7284003B2 (en) Semiconductor device, IC card, control method and program
US7684992B2 (en) Remote application correction
JP7468765B1 (en) ELECTRONIC INFORMATION STORAGE MEDIUM, IC CHIP, IC CARD, ALL-IN-ONE DATA UPDATE METHOD, AND PROGRAM
JPWO2018100633A1 (en) Control device and program update method
JP4580660B2 (en) Multi-application IC card and application program with application installed in ROM
EP1600900A1 (en) Mobile electronic device
JP7010084B2 (en) Token device used for IC payment
JP2019028602A (en) Electronic information storage medium, ic card, update method by electronic information storage medium and update program
EP4145271A1 (en) Methods and terminal for updating converted applet file, and java card device
JP5708228B2 (en) IC card and IC card refresh method
JP2012133656A (en) Portable electronic apparatus and ic card
JP5786702B2 (en) Security token, instruction execution method in security token, and computer program
JP7068603B2 (en) Update method and update program using electronic information storage medium, IC card, electronic information storage medium

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20100302