JP2006243871A - Method, system and program for managing ic card data - Google Patents

Method, system and program for managing ic card data Download PDF

Info

Publication number
JP2006243871A
JP2006243871A JP2005055456A JP2005055456A JP2006243871A JP 2006243871 A JP2006243871 A JP 2006243871A JP 2005055456 A JP2005055456 A JP 2005055456A JP 2005055456 A JP2005055456 A JP 2005055456A JP 2006243871 A JP2006243871 A JP 2006243871A
Authority
JP
Japan
Prior art keywords
card
data
command
card data
management server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2005055456A
Other languages
Japanese (ja)
Inventor
Junko Hashimoto
順子 橋本
Faure Michel
フォール ミシェル
Tomohiro Kokokawa
知宏 爰川
Shinichi Hirata
真一 平田
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2005055456A priority Critical patent/JP2006243871A/en
Publication of JP2006243871A publication Critical patent/JP2006243871A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To enable application to a general IC card and enhance the versatility of a program for generating an APDU command. <P>SOLUTION: A card data storage means 14 transmits a set of data identifiers to a card data management means 18. The card data storage means 14 acquires card data corresponding to the transmitted set of data identifiers from a card data management means 18. The card data storage means 14 acquires a set of command parameters corresponding to the set of data identifiers from a command parameter return means 12. A command generation/analysis means 13 generates a storage command sequence using the acquired set of command parameters and card data, and an IC card communication means 11 transmits the storage command sequence to the IC card 4. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明はICカード管理サーバがICカードのカードデータを管理するICカードデータ管理方法、ICカードデータ管理システムおよびICカードデータ管理プログラムに関するものである。   The present invention relates to an IC card data management method, an IC card data management system, and an IC card data management program in which an IC card management server manages card data of an IC card.

ICカード読取装置を介してICカードと通信を行ない、ICカードのカードデータを管理するICカード管理サーバは、ICカードとの通信をAPDUコマンドで行なう。APDUコマンドはICカードやICカード内のAPの仕様に依存するバイト列からなるメッセージである。ICカード管理サーバはICカードとの通信の目的や利用するカードデータに合わせてAPDUコマンドを作成しなければならない。また、ICカード管理サーバからICカード内のカードデータにアクセスする場合、ICカード内でのデータ格納位置によって異なるAPDUコマンドを生成しなければならない。しかし、このように目的毎にAPDUコマンドを生成するプログラムを作成した場合、仕様変更のたびにAPDUコマンドを生成するプログラムに修正が発生し、汎用性が低くなるという問題があった。   An IC card management server that communicates with an IC card via an IC card reader and manages card data of the IC card performs communication with the IC card using an APDU command. The APDU command is a message composed of a byte string depending on the specifications of the IC card or the AP in the IC card. The IC card management server must create an APDU command according to the purpose of communication with the IC card and the card data to be used. Further, when accessing card data in an IC card from the IC card management server, different APDU commands must be generated depending on the data storage position in the IC card. However, when a program for generating an APDU command for each purpose is created in this way, there is a problem that the program for generating an APDU command is modified every time the specification is changed, and the versatility is lowered.

また、ICカード内で管理するカードデータの全部または一部は、ICカード管理サーバでも管理するが、ICカード管理サーバ上のカードデータの格納方法とICカード内のカードデータの格納方法とが異なるため、ICカード管理サーバ上のカードデータとICカード上のカードデータとを対応づけるのが困難であった。   Further, all or part of the card data managed in the IC card is managed by the IC card management server, but the card data storage method on the IC card management server is different from the card data storage method in the IC card. Therefore, it is difficult to associate the card data on the IC card management server with the card data on the IC card.

このため、従来技術においては、APDUコマンド生成についてはパラメータを受け取ってAPDUコマンドを生成すること(特許文献1)や、ファイルに定義したAPDUコマンド生成スクリプトに基づいてAPDUコマンドを生成すること(特許文献2)が行なわれている。   For this reason, in the prior art, for APDU command generation, parameters are received and an APDU command is generated (Patent Document 1), or an APDU command is generated based on an APDU command generation script defined in a file (Patent Document 1). 2) has been carried out.

また、ICカード管理サーバからICカード内のカードデータへのアクセスを簡易化する方法として、ICカード管理サーバからSQLでICカード内のカードデータへアクセスすること(特許文献3)が行なわれており、この場合にはICカード管理サーバ上のカードデータ、ICカード内のカードデータのどちらにもSQLでアクセス可能なため、対応付けが困難であるという問題は解決する。   As a method for simplifying access from the IC card management server to the card data in the IC card, accessing the card data in the IC card by SQL from the IC card management server is performed (Patent Document 3). In this case, since both the card data on the IC card management server and the card data in the IC card can be accessed by SQL, the problem that the association is difficult is solved.

特開2000−347869号公報JP 2000-347869 A 特開2004−30055号公報Japanese Patent Laid-Open No. 2004-30055 特開2004−206277号公報JP 2004-206277 A

しかし、上述のAPDU生成に関する従来技術では、あるカードデータをICカードのどこに格納するかという情報をパラメータとして与える必要があるが、その情報を与える方法は示されていない。   However, in the above-described prior art related to APDU generation, information on where to store certain card data in the IC card needs to be given as a parameter, but a method for giving the information is not shown.

また、ICカード管理サーバからSQLでICカード内のカードデータへアクセスしたときには、ICカードOSがSQLでのアクセスに対応した機能を備えていることが必要であり、それ以外のICカードOSを備えた一般的なICカードには適用できない。   In addition, when accessing the card data in the IC card by SQL from the IC card management server, it is necessary that the IC card OS has a function corresponding to the access by SQL, and other IC card OS is provided. It cannot be applied to general IC cards.

本発明は上述の課題を解決するためになされたもので、一般的なICカードに適用することができ、またAPDUコマンドを生成するプログラムの汎用性が高いICカードデータ管理方法、ICカードデータ管理システム、ICカードデータ管理プログラムを提供することを目的とする。   The present invention has been made to solve the above-described problems, and can be applied to a general IC card, and the IC card data management method, IC card data management, and the versatility of a program for generating an APDU command are high. An object is to provide a system and an IC card data management program.

この目的を達成するため、本発明においては、カードデータが記憶されたICカード管理サーバがICカード端末とネットワークで接続され、上記ICカード端末にICカード読取装置が接続されたICカードデータ管理システムを使用するICカードデータ管理方法において、上記ICカード管理サーバにより上記カードデータを特定するデータ識別子の組とICカードとの通信に用いるコマンドのコマンドパラメータの組とを対応づけて管理し、上記ICカード管理サーバにより上記データ識別子の組に基づいて上記コマンドパラメータの組を取得し、上記ICカード管理サーバにより少なくとも上記コマンドパラメータの組に基づいてコマンドシーケンスを生成する。   To achieve this object, in the present invention, an IC card data management system in which an IC card management server storing card data is connected to an IC card terminal via a network, and an IC card reader is connected to the IC card terminal. In the IC card data management method using the IC card, the IC card management server manages the data identifier set for specifying the card data in association with the command parameter set of the command used for communication with the IC card. The card management server acquires the command parameter set based on the data identifier set, and the IC card management server generates a command sequence based on at least the command parameter set.

この場合、上記ICカード管理サーバにより上記データ識別子の組に基づいて上記カードデータを取得し、上記ICカード管理サーバにより上記コマンドパラメータの組および上記カードデータに基づいて上記カードデータを上記ICカードに格納する格納コマンドシーケンスを生成してもよい。   In this case, the card data is acquired by the IC card management server based on the set of data identifiers, and the card data is transferred to the IC card by the IC card management server based on the command parameter set and the card data. A stored command sequence to be stored may be generated.

また、上記ICカード管理サーバにより上記コマンドパラメータの組に基づいて上記ICカードから上記データ識別子に対応するカードデータを取得する取得コマンドシーケンスを生成し、上記ICカード管理サーバにより上記ICカードから取得した上記カードデータを上記データ識別子の組に対応させて記憶してもよい。   Further, the IC card management server generates an acquisition command sequence for acquiring card data corresponding to the data identifier from the IC card based on the command parameter set, and the IC card management server acquires the command data from the IC card. The card data may be stored in association with the set of data identifiers.

これらの場合、上記コマンドパラメータの組が、上記カードデータのデータ型を示すデータ型情報を含んでもよい。   In these cases, the set of command parameters may include data type information indicating the data type of the card data.

これらの場合、上記ICカードがファイル型ICカードであって、上記コマンドパラメータの組が、上記カードデータを上記ICカードに格納する位置を示すディレクトリ識別子、上記ICカードに格納する上記カードデータのファイルの種類、上記ファイルの識別子、上記ファイルのレコード番号の少なくとも1つを含んでもよい。   In these cases, the IC card is a file-type IC card, and the set of command parameters includes a directory identifier indicating a position where the card data is stored in the IC card, and a file of the card data stored in the IC card. And at least one of the file identifier, the record number of the file.

また、上記ICカードがマルチアプリケーションICカードであるときには、上記コマンドパラメータの組が、上記ICカード内に格納されたアプリケーションを識別するアブリケーション識別子を含んでもよい。   When the IC card is a multi-application IC card, the set of command parameters may include an application identifier that identifies an application stored in the IC card.

また、カードデータが記憶されたICカード管理サーバがICカード端末とネットワークで接続され、上記ICカード端末にICカード読取装置が接続されたICカードデータ管理システムにおいて、上記ICカード管理サーバが上記カードデータを特定するデータ識別子の組とICカードとの通信に用いるコマンドのコマンドパラメータの組とを対応づけて管理し、上記ICカード管理サーバが上記データ識別子の組に基づいて上記コマンドパラメータの組を取得し、上記ICカード管理サーバが少なくとも上記コマンドパラメータの組に基づいてコマンドシーケンスを生成する。   Also, in an IC card data management system in which an IC card management server storing card data is connected to an IC card terminal via a network, and an IC card reader is connected to the IC card terminal, the IC card management server is connected to the card. A set of data identifiers for specifying data and a set of command parameters for commands used for communication with the IC card are associated with each other, and the IC card management server determines the set of command parameters based on the set of data identifiers. Then, the IC card management server generates a command sequence based on at least the command parameter set.

また、ICカード管理サーバがICカード端末とネットワークで接続され、上記ICカード端末にICカード読取装置が接続され、上記ICカード管理サーバが上記カードデータを特定するデータ識別子の組とICカードとの通信に用いるコマンドのコマンドパラメータの組とを対応づけて管理するICカードデータ管理システムを使用するICカードデータ管理方法を実行させるためのICカード管理プログラムとして、上記ICカード管理サーバに、上記データ識別子の組に基づいて上記コマンドパラメータの組を取得する手順、少なくとも上記コマンドパラメータの組に基づいてコマンドシーケンスを生成する手順を実行させるためのプログラムを用いる。   An IC card management server is connected to the IC card terminal via a network, an IC card reader is connected to the IC card terminal, and the IC card management server specifies a set of data identifiers for specifying the card data and the IC card. As an IC card management program for executing an IC card data management method using an IC card data management system that manages a set of command parameters of commands used for communication in association with each other, the IC card management server has the data identifier A program for executing a procedure for acquiring the command parameter set based on the set, and a procedure for generating a command sequence based on at least the command parameter set is used.

本発明に係るICカードデータ管理方法、ICカードデータ管理システム、ICカードデータ管理プログラムにおいては、SQLを用いないから、一般的なICカードに適用することができ、またICカードに特有のコマンドパラメータを意識せずにICカードとの通信を行なうことができるから、APDUコマンドを生成するプログラムの汎用性が高い。   Since the IC card data management method, IC card data management system, and IC card data management program according to the present invention do not use SQL, they can be applied to general IC cards, and command parameters specific to IC cards. Therefore, the program for generating APDU commands is highly versatile.

図1は本発明に係るICカードデータ管理システム、すなわち本発明に係るICカードデータ管理方法を実施するためのICカードデータ管理システムの構成を示す図である。図に示すように、ICカード管理サーバ(コンピュータ)1はICカード端末2とネットワークNWで接続され、ICカード端末2はICカード読取装置3に挿入されたICカード4と通信を行なう。ICカード端末2はICカード管理サーバ1とICカード4との通信を仲介する通信手段21を持つ。ICカード管理サーバ1はICカード4内で管理されるカードデータの全部または一部を管理するカードデータ記憶手段16を有する。また、ICカード管理サーバ1はコマンドパラメータ情報記憶手段17を有し、コマンドパラメータ情報記憶手段17はカードデータ記憶手段16上のカードデータを特定するデータ識別子の組と、ICカード4との通信に用いるコマンドのコマンドパラメータの組、すなわちICカード4にカードデータを格納、取得するために必要なコマンドパラメータの組とを対応づけて管理する。   FIG. 1 is a diagram showing a configuration of an IC card data management system according to the present invention, that is, an IC card data management system for implementing an IC card data management method according to the present invention. As shown in the figure, an IC card management server (computer) 1 is connected to an IC card terminal 2 via a network NW, and the IC card terminal 2 communicates with an IC card 4 inserted in an IC card reader 3. The IC card terminal 2 has a communication means 21 that mediates communication between the IC card management server 1 and the IC card 4. The IC card management server 1 has card data storage means 16 for managing all or part of card data managed in the IC card 4. Further, the IC card management server 1 has command parameter information storage means 17, and the command parameter information storage means 17 is used for communication with a set of data identifiers for specifying card data on the card data storage means 16 and the IC card 4. A command parameter set of a command to be used, that is, a command parameter set necessary for storing and acquiring card data in the IC card 4 is managed in association with each other.

また、ICカード管理サーバ1はICカード通信手段11、コマンドパラメータ返却手段12、コマンド生成・解析手段13、カードデータ格納手段14、カードデータ取得手段15、カードデータ管理手段18を有する。そして、ICカード通信手段11はICカード端末2の通信手段21を介してICカード4とコマンドシーケンス、すなわちカードデータ記憶手段16に記憶されたカードデータをICカード4に格納する格納コマンドシーケンスおよびICカード4からデータ識別子に対応するカードデータを取得する取得コマンドシーケンスを送受信する。また、コマンドパラメータ返却手段12はデータ識別子の組を受け取り、コマンドパラメータ情報記憶手段17からデータ識別子の組に対応するコマンドパラメータの組を取得する。また、コマンド生成・解析手段13はコマンドパラメータの組に基づいてICカード4に送信するコマンドシーケンスを生成し、ICカード通信手段11によりコマンドシーケンスをICカード4に送信するとともに、ICカード4からの応答コマンドを解析する。また、カードデータ格納手段14はデータ識別子の組を受け取り、データ識別子の組に対応するカードデータをカードデータ記憶手段16から取得し、そのカードデータをICカード4に格納する。また、カードデータ取得手段15はデータ識別子の組を受け取り、データ識別子の組に対応するカードデータをICカード4から取得し、そのカードデータをカードデータ記憶手段16に格納する。また、カードデータ管理手段18はカードデータ記憶手段16のカードデータを管理する。   The IC card management server 1 includes an IC card communication unit 11, a command parameter return unit 12, a command generation / analysis unit 13, a card data storage unit 14, a card data acquisition unit 15, and a card data management unit 18. Then, the IC card communication means 11 and the IC card 4 via the communication means 21 of the IC card terminal 2 and a command sequence, that is, a storage command sequence for storing the card data stored in the card data storage means 16 in the IC card 4 and the IC An acquisition command sequence for acquiring card data corresponding to the data identifier from the card 4 is transmitted and received. Further, the command parameter return means 12 receives the data identifier set and acquires the command parameter set corresponding to the data identifier set from the command parameter information storage means 17. The command generation / analysis unit 13 generates a command sequence to be transmitted to the IC card 4 based on the set of command parameters, and transmits the command sequence to the IC card 4 by the IC card communication unit 11. Parse the response command. The card data storage unit 14 receives a set of data identifiers, acquires card data corresponding to the set of data identifiers from the card data storage unit 16, and stores the card data in the IC card 4. The card data acquisition unit 15 receives a set of data identifiers, acquires card data corresponding to the set of data identifiers from the IC card 4, and stores the card data in the card data storage unit 16. The card data management means 18 manages card data stored in the card data storage means 16.

図2はICカード管理サーバ1とICカード4とでそれぞれ管理するカードデータの例を示す図である。ICカード4はICカードサービスを実行するために必要な情報を不揮発性メモリに格納している。この例では、ICカード4はアプリケーション識別子が「11223344556677889900」、「11223344556677889999」、「67890123456789012345」の3つのアプリケーションを搭載している。アプリケーション識別子「11223344556677889900」のアプリケーションでは、ファイル識別子「0001」のファイルにカードデータ「200」が管理され、ファイル識別子「0002」のファイルにカードデータ「100」が管理されている。   FIG. 2 is a diagram showing an example of card data managed by the IC card management server 1 and the IC card 4, respectively. The IC card 4 stores information necessary for executing the IC card service in a nonvolatile memory. In this example, the IC card 4 is loaded with three applications having application identifiers “112233345456678789900”, “112233454565677889999”, and “6789012345678890345”. In the application with the application identifier “11223345456567789900”, the card data “200” is managed in the file with the file identifier “0001”, and the card data “100” is managed in the file with the file identifier “0002”.

ビデオポイントの格納コマンドシーケンスはICカード管理サーバ1からファイル識別子「0002」のファイルにアクセスし、カードデータを格納(更新)するコマンドシーケンスである。この格納コマンドシーケンスは複数のAPDUコマンド(ICカード4に送信するバイト列)からなる。「00A4040A0A11223344556677889900」は、アプリケーション識別子「11223344556677889900」のアプリケーションを選択するAPDUコマンド(SELECT FILEコマンド)である。「00A4020C020002」は、ファイル識別子「0002」のファイルを選択するAPDUコマンド(SELECT FILEコマンド)である。「00DC01040164」は、レコード型ファイルの1レコード目をデータ「64」(0x64=100)で更新するAPDUコマンド(UPDATE RECORDコマンド)である。このように、ICカード管理サーバ1がICカード4内のカードデータを更新するためには、ICカード4内のカードデータ格納形態ではなく、格納コマンドシーケンスを意識する必要がある。ICカード管理サーバ1がカードデータを識別するデータ識別子の組は、図2では、「データ識別名」とICカード4毎にユニークな「カードID」である。「データ識別名」が「ビデオポイント」、「航空券ポイント」、「ユーザPIN」のカードデータについては、「データ識別名」と「カードID」とでカードデータが特定できる。「データ識別名」が「有効期限」のカードデータについては、全カードIDについて共通であるため、「データ識別名」のみでカードデータが特定できる。たとえば、「データ識別名」が「有効期限」の場合には、「カードID」は「NULL」とする。本発明では、ICカード管理サーバ1で管理しているデータ識別名「ビデオポイント」のカードデータが、ICカード4内で管理するアプリケーション識別子「11223344556677889900」のファイル識別子「0002」のカードデータと対応するという関係をICカード管理サーバ1上で管理する。   The video point storage command sequence is a command sequence for accessing the file with the file identifier “0002” from the IC card management server 1 and storing (updating) the card data. This stored command sequence is composed of a plurality of APDU commands (byte strings transmitted to the IC card 4). “00A4040A0A11223334556767889900” is an APDU command (SELECT FILE command) for selecting an application with an application identifier “112223345456567789900”. “00A4020C020002” is an APDU command (SELECT FILE command) for selecting the file with the file identifier “0002”. “00DC010040164” is an APDU command (UPDATE RECORD command) for updating the first record of the record type file with data “64” (0x64 = 100). Thus, in order for the IC card management server 1 to update the card data in the IC card 4, it is necessary to be aware of the stored command sequence, not the card data storage form in the IC card 4. In FIG. 2, a set of data identifiers that the IC card management server 1 identifies card data is a “data identification name” and a unique “card ID” for each IC card 4. With regard to card data whose “data identification name” is “video point”, “air ticket point”, and “user PIN”, the card data can be specified by “data identification name” and “card ID”. The card data whose “data identification name” is “expiration date” is common to all card IDs, and therefore, the card data can be specified only by “data identification name”. For example, when the “data identification name” is “expiration date”, the “card ID” is set to “NULL”. In the present invention, the card data of the data identification name “video point” managed by the IC card management server 1 corresponds to the card data of the file identifier “0002” of the application identifier “1122345456567789900” managed in the IC card 4. Is managed on the IC card management server 1.

図3は図2に対応するカードデータのコマンドパラメータ情報の例を示す図である。図に示すように、データ識別子の組はSID1、SID2である。また、コマンドパラメータの組はCP1〜CP4であり、コマンドパラメータの組CP1〜CP4はDB・ファイルなどで管理されている。SID1はICカード管理サーバ1上でのデータ識別名を示す。SID2はどのカードIDのICカード4に対するカードデータかを示す。CP1はICカード4内に格納されたアプリケーションのアプリケーション識別子を示す。CP2はICカード4に格納するカードデータのファイルの種類を示す。CP3はICカード4に格納するカードデータのファイルの識別子を示す。CP4はカードデータのデータ型を示す。すなわち、CP4「INT」はカードデータが数値型であることを示す。また、CP4「SJIS」はカードデータが文字型であることを示す。したがって、カードデータ「100」、CP4「INT」の場合、カードデータ「100」を数値として扱い、APDUコマンド内で0x64に変換することを示す。また、カードデータ「100」、CP4「SJIS」の場合、カードデータ「100」を文字として扱い、APDUコマンド内で0x313030に変換することを示す。このように、コマンドパラメータの組にデータ型情報を含むことで、ICカード管理サーバ1上のカードデータをICカード4上のカードデータのデータ型に変換できる。そして、コマンドパラメータ返却手段12はデータ識別子の組SID1、SID2を受け取ると、対応するコマンドパラメータの組CP1〜CP4を検索する。   FIG. 3 is a diagram showing an example of command parameter information of card data corresponding to FIG. As shown in the figure, the set of data identifiers is SID1 and SID2. The command parameter groups CP1 to CP4 are managed by a DB file or the like. SID1 indicates a data identification name on the IC card management server 1. SID2 indicates which card ID is the card data for the IC card 4. CP 1 indicates an application identifier of an application stored in the IC card 4. CP2 indicates the type of file of card data stored in the IC card 4. CP3 indicates an identifier of a file of card data stored in the IC card 4. CP4 indicates the data type of the card data. That is, CP4 “INT” indicates that the card data is a numerical type. CP4 “SJIS” indicates that the card data is of a character type. Therefore, in the case of the card data “100” and CP4 “INT”, it indicates that the card data “100” is treated as a numerical value and converted to 0x64 in the APDU command. Further, in the case of card data “100” and CP4 “SJIS”, it indicates that the card data “100” is treated as a character and converted to 0x31030 in the APDU command. As described above, by including the data type information in the command parameter set, the card data on the IC card management server 1 can be converted into the data type of the card data on the IC card 4. When the command parameter return unit 12 receives the data identifier sets SID1 and SID2, the command parameter return unit 12 searches the corresponding command parameter sets CP1 to CP4.

また、図3に示した場合において、ICカード4がファイル型ICカードであるとすると、CP1はカードデータをICカード4に格納する位置を示すディレクトリ識別子を示す。CP2はICカード4に格納するカードデータのファィルの種類を示す。CP3はICカード4に格納するカードデータのファイルの識別子を示す。CP4はカードデータのデータ型を示す。図3に示した場合ではICカード4に格納するカードデータのファイルのレコード番号はパラメータに含まれておらず、レコード番号を「1」で固定としている。   Further, in the case shown in FIG. 3, if the IC card 4 is a file type IC card, CP1 indicates a directory identifier indicating a position where the card data is stored in the IC card 4. CP2 indicates the file type of card data stored in the IC card 4. CP3 indicates an identifier of a file of card data stored in the IC card 4. CP4 indicates the data type of the card data. In the case shown in FIG. 3, the record number of the file of card data stored in the IC card 4 is not included in the parameter, and the record number is fixed at “1”.

また、図3に示した場合において、ICカード4がマルチアプリケーションICカードであるとすると、CP1はICカード4内に格納されたアプリケーションを識別するアプリケーション識別子を示す。CP2〜CP4はICカード4内のアプリケーションの格納コマンドシーケンス、取得コマンドシーケンスを生成するために必要なパラメータである。この例では1つ目のSELECT FILEがアプリケーションを選択するコマンドであり、2つ目のSELECT FILE、3つ目のUPDATE RECORDが選択したアプリケーションに対するコマンドである。   Further, in the case shown in FIG. 3, if the IC card 4 is a multi-application IC card, CP1 indicates an application identifier for identifying an application stored in the IC card 4. CP2 to CP4 are parameters necessary for generating an application storage command sequence and an acquisition command sequence in the IC card 4. In this example, the first SELECT FILE is a command for selecting an application, and the second SELECT FILE is a command for an application selected by the third UPDATE RECORD.

図4は図2に対応するカードデータのコマンドパラメータ情報の別の例を示す図である。図に示すように、データ識別子の組はSID1〜SID4である。コマンドパラメータの組はCP1〜CP4である。図4に示した場合では、ICカード管理サーバ1がカードデータ記憶手段16のDB・ファイルなどでカードデータを管理しており、DB・ファイル上の格納位置を特定する情報がデータ識別子の組に含まれている。すなわち、SID1はICカード管理サーバ1上のカードデータを管理する方法を示す。また、カードデータがDBで管理されている場合には、SID1以外のデータ識別子はDBのテーブル名、検索キーの組、カラム名などである。図4に示した場合では、SID2、SID3がDBの検索キーの組、SID4がカラム名である。また、カードデータがファイルで管理されている場合には、SID1以外のデータ識別子はファイルのディレクトリ名、ファイル名、ファイル内で定義されるカードデータを特定するデータ識別名、ファイル内でのカードデータの位置などである。図4に示した例では、SID3がファイル名、SID4がファイル内でのデータ識別名である。CP1〜CP4は図3に示した場合と同様であるが、図4に示した場合では、コマンドパラメータ情報を複数のテーブルで管理している。このように、データ識別子とコマンドパラメータとの部分的な対応を定義した複数のテーブルによってコマンドパラメータを管理してもよい。そして、コマンドパラメータ返却手段12は、データ識別子の組SID1〜SID4を受け取ると、SID3から対応するCP1(アプリケーション識別子)を検索し、SID3、SID4からCP2〜CP4(ファイルの種類、ファイルの識別子、カードデータのデータ型)を検索し、コマンドパラメータの組CP1〜CP4を返却する。   FIG. 4 is a diagram showing another example of command parameter information of card data corresponding to FIG. As shown in the figure, the sets of data identifiers are SID1 to SID4. Command parameter sets are CP1 to CP4. In the case shown in FIG. 4, the IC card management server 1 manages card data in a DB / file or the like of the card data storage means 16, and information specifying the storage location on the DB / file is included in a set of data identifiers. include. That is, SID1 indicates a method for managing card data on the IC card management server 1. When the card data is managed in the DB, the data identifier other than SID1 is a DB table name, a search key set, a column name, and the like. In the case shown in FIG. 4, SID2 and SID3 are DB search key pairs, and SID4 is a column name. If the card data is managed in a file, the data identifier other than SID1 is the directory name of the file, the file name, the data identification name that identifies the card data defined in the file, and the card data in the file. And so on. In the example shown in FIG. 4, SID3 is a file name, and SID4 is a data identification name in the file. CP1 to CP4 are the same as those shown in FIG. 3, but in the case shown in FIG. 4, command parameter information is managed by a plurality of tables. Thus, command parameters may be managed by a plurality of tables that define partial correspondences between data identifiers and command parameters. Upon receiving the data identifier sets SID1 to SID4, the command parameter return means 12 searches for the corresponding CP1 (application identifier) from SID3, and from SID3 and SID4 to CP2 to CP4 (file type, file identifier, card (Data type of data) is retrieved, and command parameter sets CP1 to CP4 are returned.

図5によりカードデータ、コマンドパラメータ情報が図4の場合のICカード4へのカードデータの格納処理、すなわち本発明に係るICカードデータ管理方法について説明する。まず、カードデータ格納手段14がデータ識別子の組SID1「DB」、SID2「FFFF」、SID3「AP1」、SID4「Video」を受け取ったとき、カードデータ格納手段14はカードデータ管理手段18にデータ識別子の組SID1〜SID4を送信し、カードデータ格納手段14は送信したデータ識別子の組SID1〜SID4に対応するカードデータSData「100」をカードデータ管理手段18から取得する。つぎに、カードデータ格納手段14はコマンドパラメータ返却手段12にデータ識別子の組SID1〜SID4を送信し、カードデータ格納手段14はコマンドパラメータ返却手段12からデータ識別子の組SID1〜SID4に対応するコマンドパラメータの組CP1「11223344556677889900」、CP2「レコード」、CP3「0002」、CP4「INT」を取得する。つぎに、カードデータ格納手段14はコマンド生成・解析手段13にコマンドパラメータの組CP1〜CP4およびカードデータ「100」をパラメータとして格納コマンドシーケンスを生成する旨指示する。つぎに、コマンド生成・解析手段13はコマンドパラメータの組CP1〜CP4およびカードデータ「100」をパラメータとして格納コマンドシーケンスを生成し、ICカード通信手段11により格納コマンドシーケンスをICカード4に送信する。また、コマンド生成・解析手段13はICカード4からの応答コマンドが正常であること(9000であること)を確認する。   With reference to FIG. 5, description will be given of a card data storing process in the IC card 4 when the card data and command parameter information are those shown in FIG. 4, that is, an IC card data management method according to the present invention. First, when the card data storage means 14 receives a set of data identifiers SID1 “DB”, SID2 “FFFF”, SID3 “AP1”, and SID4 “Video”, the card data storage means 14 sends a data identifier to the card data management means 18. The card data storage means 14 acquires the card data SData “100” corresponding to the transmitted data identifier sets SID1 to SID4 from the card data management means 18. Next, the card data storage means 14 transmits the data identifier sets SID1 to SID4 to the command parameter return means 12, and the card data storage means 14 sends the command parameters corresponding to the data identifier sets SID1 to SID4 from the command parameter return means 12. Set CP1 “112233345456678789900”, CP2 “record”, CP3 “0002”, and CP4 “INT”. Next, the card data storage means 14 instructs the command generation / analysis means 13 to generate a stored command sequence using the command parameter sets CP1 to CP4 and the card data “100” as parameters. Next, the command generating / analyzing unit 13 generates a stored command sequence using the command parameter sets CP1 to CP4 and the card data “100” as parameters, and the IC card communication unit 11 transmits the stored command sequence to the IC card 4. Further, the command generation / analysis means 13 confirms that the response command from the IC card 4 is normal (that it is 9000).

このように、データ識別子の組SID1〜SID4を与えるだけで、カードデータ格納手段14によりICカード管理サーバ1上に格納したカードデータをICカード4に反映させることができる。この機能は例えば、ICカード管理サーバ1上にICカード4用の初期情報を格納しておき、ICカード4に初期カードデータを書き込む際に利用できる。また、ICカード管理サーバ1上にカードデータをバックアップしておき、そのカードデータを使ってICカード4上のカードデータを更新する際に利用できる。   In this way, the card data stored on the IC card management server 1 by the card data storage means 14 can be reflected on the IC card 4 simply by giving the data identifier sets SID1 to SID4. This function can be used, for example, when initial information for the IC card 4 is stored on the IC card management server 1 and initial card data is written to the IC card 4. Further, the card data can be backed up on the IC card management server 1 and used when the card data on the IC card 4 is updated using the card data.

この場合、ICカードデータ管理プログラムとして、ICカード管理サーバ1に、データ識別子の組SID1〜SID4に対応するカードデータSData「100」を取得する手順、データ識別子の組SID1〜SID4に対応するコマンドパラメータの組CP1〜CP4を取得する手順、コマンドパラメータの組CP1〜CP4およびカードデータ「100」をパラメータとして格納コマンドシーケンスを生成する手順、格納コマンドシーケンスをICカード4に送信する手順、ICカード4からの応答コマンドが正常であることを確認する手順を実行させるものを使用する。   In this case, as an IC card data management program, the procedure for obtaining the card data SData “100” corresponding to the data identifier sets SID1 to SID4 in the IC card management server 1 and the command parameters corresponding to the data identifier sets SID1 to SID4 A procedure for obtaining a set of command parameters CP1 to CP4, a procedure for generating a stored command sequence using the command parameter sets CP1 to CP4 and the card data “100” as parameters, a procedure for transmitting the stored command sequence to the IC card 4, Use a command that executes a procedure to confirm that the response command is normal.

つぎに、図6によりカードデータ、コマンドパラメータ情報が図4の場合のICカード4からのカードデータの取得処理、すなわち本発明に係るICカードデータ管理方法について説明する。まず、カードデータ取得手段15がデータ識別子の組SID1「DB」、SID2「FFFF」、SID3「AP1」、SID4「Video」を受け取ったとき、カードデータ取得手段15はコマンドパラメータ返却手段12にデータ識別子の組SID1〜SID4を送信し、カードデータ取得手段15は送信したデータ識別子の組SID1〜SID4に対応するコマンドパラメータの組CP1「11223344556677889900」、CP2「レコード」、CP3「0002」、CP4「INT」をコマンドパラメータ返却手段12から取得する。つぎに、カードデータ取得手段15はコマンド生成・解析手段13にコマンドパラメータの組CP1〜CP4をパラメータとして取得コマンドシーケンスを生成する旨指示する。つぎに、コマンド生成・解析手段13はコマンドパラメータの組CP1〜CP4に基づいて取得コマンドシーケンスを生成し、ICカード通信手段11により取得コマンドシーケンスをICカード4に送信する。また、コマンド生成・解析手段13はICカード4からの応答コマンドを解析し、カードデータ「100」を抽出する。つぎに、カードデータ取得手段15はコマンド生成・解析手段13からカードデータ「100」を受信し、カードデータ取得手段15はカードデータ管理手段18によりカードデータ記憶手段16に記憶されたデータ識別子の組SID1〜SID4に対応するカードデータを「100」に更新する。   Next, a process for acquiring card data from the IC card 4 when the card data and command parameter information are those shown in FIG. 4, that is, the IC card data management method according to the present invention will be described with reference to FIG. First, when the card data acquisition means 15 receives a set of data identifiers SID1 “DB”, SID2 “FFFF”, SID3 “AP1”, SID4 “Video”, the card data acquisition means 15 sends a data identifier to the command parameter return means 12. The card data acquisition means 15 transmits a set of command parameters corresponding to the transmitted data identifier sets SID1 to SID4 CP1 “11223434556767889900”, CP2 “record”, CP3 “0002”, CP4 “INT”. Is obtained from the command parameter return means 12. Next, the card data acquisition means 15 instructs the command generation / analysis means 13 to generate an acquisition command sequence using the command parameter sets CP1 to CP4 as parameters. Next, the command generation / analysis unit 13 generates an acquisition command sequence based on the command parameter sets CP1 to CP4, and transmits the acquisition command sequence to the IC card 4 by the IC card communication unit 11. The command generation / analysis means 13 analyzes the response command from the IC card 4 and extracts the card data “100”. Next, the card data acquisition means 15 receives the card data “100” from the command generation / analysis means 13, and the card data acquisition means 15 sets the set of data identifiers stored in the card data storage means 16 by the card data management means 18. The card data corresponding to SID1 to SID4 is updated to “100”.

このように、データ識別子の組SID1〜SID4を与えるだけで、カードデータ取得手段15によりICカード4上に格納したカードデータをICカード管理サーバ1のカードデータ記憶手段16に格納することができる。この機能は例えば、ICカード4上のカードデータをICカード管理サーバ1上にバックアップする際に利用できる。   In this way, the card data stored on the IC card 4 by the card data acquisition means 15 can be stored in the card data storage means 16 of the IC card management server 1 simply by giving the data identifier sets SID1 to SID4. This function can be used, for example, when the card data on the IC card 4 is backed up on the IC card management server 1.

この場合、ICカードデータ管理プログラムとして、ICカード管理サーバ1に、データ識別子の組SID1〜SID4に対応するコマンドパラメータの組CP1〜CP4を取得する手順、コマンドパラメータの組CP1〜CP4をパラメータとして取得コマンドシーケンスを生成する手順、取得コマンドシーケンスをICカード4に送信する手順、ICカード4からの応答コマンドを解析し、カードデータを抽出する手順、データ識別子の組SID1〜SID4に対応するカードデータを更新する手順を実行させるものを使用する。   In this case, as an IC card data management program, the IC card management server 1 acquires the command parameter sets CP1 to CP4 corresponding to the data identifier sets SID1 to SID4, and the command parameter sets CP1 to CP4 as parameters. A procedure for generating a command sequence, a procedure for transmitting an acquisition command sequence to the IC card 4, a procedure for analyzing a response command from the IC card 4 and extracting card data, and card data corresponding to the data identifier sets SID1 to SID4 Use the one that causes the update procedure to be executed.

図5、図6で説明したコマンド生成・解析手段13については既知の技術として実現されているが、本発明の全体を明らかにするために、コマンド生成・解析手段13の実施の例について以下に説明する。コマンド生成・解析手段13の実施の一例では図7に示すようなAPDUコマンドフォーマット定義をファイルまたはプログラム内に保持する。コマンド生成・解析手段13はコマンド生成要求を受け取ると、入力されたパラメータから対応するコマンドフォーマット定義を選択する。コマンドパラメータの組CP1「11223344556677889900」、CP2「レコード」、CP3「0002」、CP4「INT」、コマンド種別「格納」、カードデータ「100」の場合、CP2とコマンド種別より、CP2「レコード」の格納コマンド生成シーケンスが選択される。また、CP4「INT」により、DATA「100」を数値と見なし、0x64に変換する。選択したシーケンスのCP1、CP3、DATAにそれぞれ「11223344556677889900」、「0002」、「64」を代入し、格納コマンドシーケンスを生成する。コマンド種別「取得」の場合も同様に取得コマンド生成シーケンスを取得する。ただし、取得コマンド生成シーケンスの場合には、応答コマンドを受信した後、応答コマンドの解析を行なう。応答コマンドの解析はCP2とコマンド種別により、取得コマンド解析シーケンスを選択する。コマンドパラメータの組CP1「11223344556677889900」、CP2「レコード」、CP3「0002」、CP4「INT」、コマンド種別「取得」で、ICカード4からの応答コマンドが「900064」の場合、CP2「レコード」の取得コマンド解析シーケンスが選択される。DATAに対応する値は「64」のため、0x64が取得される。また、CP4「INT」により、0x64を数値に変換し、DATA「100」を返却する。   The command generation / analysis means 13 described with reference to FIGS. 5 and 6 is realized as a known technique. However, in order to clarify the whole of the present invention, an example of implementation of the command generation / analysis means 13 will be described below. explain. In an example of implementation of the command generation / analysis means 13, an APDU command format definition as shown in FIG. 7 is held in a file or program. When receiving the command generation request, the command generation / analysis means 13 selects the corresponding command format definition from the input parameters. In the case of the command parameter set CP1 “112233345456678789900”, CP2 “record”, CP3 “0002”, CP4 “INT”, command type “storage”, and card data “100”, CP2 “record” is stored from CP2 and command type. A command generation sequence is selected. Also, with CP4 “INT”, DATA “100” is regarded as a numerical value and converted to 0x64. “112233445556778789900”, “0002”, and “64” are assigned to CP1, CP3, and DATA of the selected sequence, respectively, to generate a stored command sequence. Similarly, in the case of the command type “acquisition”, the acquisition command generation sequence is acquired. However, in the case of the acquisition command generation sequence, the response command is analyzed after the response command is received. For the analysis of the response command, the acquisition command analysis sequence is selected according to CP2 and the command type. When the command parameter set CP1 “11223434556767889900”, CP2 “record”, CP3 “0002”, CP4 “INT”, and command type “acquire” and the response command from the IC card 4 is “900064”, the CP2 “record” The acquisition command analysis sequence is selected. Since the value corresponding to DATA is “64”, 0x64 is acquired. Also, CP4 “INT” converts 0x64 into a numerical value and returns DATA “100”.

このようにコマンドを生成、解析した場合、同一のコマンドパラメータの組で格納するICカード4内のカードデータと取得するICカード4内のカードデータとは同一である。   When the command is generated and analyzed in this way, the card data in the IC card 4 stored with the same set of command parameters is the same as the card data in the acquired IC card 4.

このようなICカードデータ管理方法、ICカードデータ管理システム、ICカードデータ管理プログラムにおいては、SQLを用いないから、一般的なICカード4に適用することができる。また、ICカード管理サーバ1上のカードデータでICカード4上のカードデータを更新する処理や、ICカード4上のカードデータをICカード管理サーバ1上に取得する処理を、ICカード管理サーバ1上のカードデータ識別子の組に基づいて行なうことができ、ICカード4に特有のコマンドパラメータを意識せずにICカード4との通信を行なうことができるから、APDUコマンドを生成するプログラムの汎用性が高い。また、カードデータの仕様が変更になった場合も、コマンドパラメータ情報を変更するだけで対応することができる。   Since such an IC card data management method, IC card data management system, and IC card data management program do not use SQL, they can be applied to a general IC card 4. Further, a process for updating the card data on the IC card 4 with the card data on the IC card management server 1 and a process for acquiring the card data on the IC card 4 on the IC card management server 1 are performed. Since it can be performed based on the above set of card data identifiers and can communicate with the IC card 4 without being aware of the command parameters specific to the IC card 4, the versatility of the program for generating the APDU command Is expensive. Further, when the card data specification is changed, it is possible to cope with the change by simply changing the command parameter information.

本発明に係るICカードデータ管理システムの構成を示す図である。It is a figure which shows the structure of the IC card data management system which concerns on this invention. ICカード管理サーバとICカードとでそれぞれ管理するカードデータの例を示す図である。It is a figure which shows the example of the card data each managed with an IC card management server and an IC card. 図2に対応するカードデータのコマンドパラメータ情報の例を示す図である。It is a figure which shows the example of the command parameter information of the card data corresponding to FIG. 図2に対応するカードデータのコマンドパラメータ情報の別の例を示す図である。It is a figure which shows another example of the command parameter information of the card data corresponding to FIG. ICカードへのカードデータの格納処理の説明図である。It is explanatory drawing of the storing process of the card data to an IC card. ICカードからのカードデータの取得処理の説明図である。It is explanatory drawing of the acquisition process of the card data from an IC card. APDUコマンドフォーマット定義を示す図である。It is a figure which shows an APDU command format definition.

符号の説明Explanation of symbols

1…ICカード管理サーバ
2…ICカード端末
3…ICカード読取装置
4…ICカード
DESCRIPTION OF SYMBOLS 1 ... IC card management server 2 ... IC card terminal 3 ... IC card reader 4 ... IC card

Claims (8)

カードデータが記憶されたICカード管理サーバがICカード端末とネットワークで接続され、上記ICカード端末にICカード読取装置が接続されたICカードデータ管理システムを使用するICカードデータ管理方法において、
上記ICカード管理サーバにより上記カードデータを特定するデータ識別子の組とICカードとの通信に用いるコマンドのコマンドパラメータの組とを対応づけて管理し、
上記ICカード管理サーバにより上記データ識別子の組に基づいて上記コマンドパラメータの組を取得し、
上記ICカード管理サーバにより少なくとも上記コマンドパラメータの組に基づいてコマンドシーケンスを生成する
ことを特徴とするICカードデータ管理方法。
In an IC card data management method using an IC card data management system in which an IC card management server in which card data is stored is connected to an IC card terminal via a network, and an IC card reader is connected to the IC card terminal.
The IC card management server associates and manages a set of data identifiers for specifying the card data and a set of command parameters for commands used for communication with the IC card,
Based on the data identifier set by the IC card management server, the command parameter set is acquired,
An IC card data management method, wherein the IC card management server generates a command sequence based on at least the set of command parameters.
上記ICカード管理サーバにより上記データ識別子の組に基づいて上記カードデータを取得し、
上記ICカード管理サーバにより上記コマンドパラメータの組および上記カードデータに基づいて上記カードデータを上記ICカードに格納する格納コマンドシーケンスを生成する
ことを特徴とする請求項1に記載のICカードデータ管理方法。
The card data is acquired based on the set of data identifiers by the IC card management server,
2. The IC card data management method according to claim 1, wherein the IC card management server generates a storage command sequence for storing the card data in the IC card based on the command parameter set and the card data. .
上記ICカード管理サーバにより上記コマンドパラメータの組に基づいて上記ICカードから上記データ識別子に対応するカードデータを取得する取得コマンドシーケンスを生成し、
上記ICカード管理サーバにより上記ICカードから取得した上記カードデータを上記データ識別子の組に対応させて記憶する
ことを特徴とする請求項1に記載のICカードデータ管理方法。
Generating an acquisition command sequence for acquiring card data corresponding to the data identifier from the IC card based on the set of command parameters by the IC card management server;
2. The IC card data management method according to claim 1, wherein the card data acquired from the IC card by the IC card management server is stored in association with the set of data identifiers.
上記コマンドパラメータの組が、上記カードデータのデータ型を示すデータ型情報を含むことを特徴とする請求項1、2または3に記載のICカードデータ管理方法。   4. The IC card data management method according to claim 1, wherein the set of command parameters includes data type information indicating a data type of the card data. 上記ICカードがファイル型ICカードであって、上記コマンドパラメータの組が、上記カードデータを上記ICカードに格納する位置を示すディレクトリ識別子、上記ICカードに格納する上記カードデータのファイルの種類、上記ファイルの識別子、上記ファイルのレコード番号の少なくとも1つを含むことを特徴とする請求項1〜4のいずれかに記載のICカードデータ管理方法。   The IC card is a file type IC card, and the set of command parameters includes a directory identifier indicating a position where the card data is stored in the IC card, a file type of the card data stored in the IC card, 5. The IC card data management method according to claim 1, further comprising at least one of a file identifier and a record number of the file. 上記ICカードがマルチアプリケーションICカードであって、上記コマンドパラメータの組が、上記ICカード内に格納されたアプリケーションを識別するアブリケーション識別子を含むことを特徴とする請求項1〜4のいずれかに記載のICカードデータ管理方法。   5. The IC card according to claim 1, wherein the IC card is a multi-application IC card, and the set of command parameters includes an application identifier for identifying an application stored in the IC card. The IC card data management method described. カードデータが記憶されたICカード管理サーバがICカード端末とネットワークで接続され、上記ICカード端末にICカード読取装置が接続されたICカードデータ管理システムにおいて、
上記ICカード管理サーバが上記カードデータを特定するデータ識別子の組とICカードとの通信に用いるコマンドのコマンドパラメータの組とを対応づけて管理し、
上記ICカード管理サーバが上記データ識別子の組に基づいて上記コマンドパラメータの組を取得し、
上記ICカード管理サーバが少なくとも上記コマンドパラメータの組に基づいてコマンドシーケンスを生成する
ことを特徴とするICカードデータ管理システム。
In an IC card data management system in which an IC card management server storing card data is connected to an IC card terminal via a network, and an IC card reader is connected to the IC card terminal.
The IC card management server associates and manages a set of data identifiers for specifying the card data and a set of command parameters for commands used for communication with the IC card,
The IC card management server acquires the command parameter set based on the data identifier set,
An IC card data management system, wherein the IC card management server generates a command sequence based on at least the set of command parameters.
ICカード管理サーバがICカード端末とネットワークで接続され、上記ICカード端末にICカード読取装置が接続され、上記ICカード管理サーバが上記カードデータを特定するデータ識別子の組とICカードとの通信に用いるコマンドのコマンドパラメータの組とを対応づけて管理するICカードデータ管理システムを使用するICカードデータ管理方法を実行させるためのICカード管理プログラムにおいて、
上記ICカード管理サーバに、
上記データ識別子の組に基づいて上記コマンドパラメータの組を取得する手順、
少なくとも上記コマンドパラメータの組に基づいてコマンドシーケンスを生成する手順
を実行させるためのICカードデータ管理プログラム。
An IC card management server is connected to the IC card terminal via a network, an IC card reader is connected to the IC card terminal, and the IC card management server communicates a set of data identifiers specifying the card data with the IC card. In an IC card management program for executing an IC card data management method using an IC card data management system that manages a set of command parameters associated with a command to be used,
In the IC card management server,
A procedure for obtaining the set of command parameters based on the set of data identifiers;
An IC card data management program for executing a procedure for generating a command sequence based on at least the set of command parameters.
JP2005055456A 2005-03-01 2005-03-01 Method, system and program for managing ic card data Pending JP2006243871A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005055456A JP2006243871A (en) 2005-03-01 2005-03-01 Method, system and program for managing ic card data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005055456A JP2006243871A (en) 2005-03-01 2005-03-01 Method, system and program for managing ic card data

Publications (1)

Publication Number Publication Date
JP2006243871A true JP2006243871A (en) 2006-09-14

Family

ID=37050252

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005055456A Pending JP2006243871A (en) 2005-03-01 2005-03-01 Method, system and program for managing ic card data

Country Status (1)

Country Link
JP (1) JP2006243871A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2851877A1 (en) * 2013-09-18 2015-03-25 Kabushiki Kaisha Toshiba IC card, information processing method, computer readable recording medium and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2851877A1 (en) * 2013-09-18 2015-03-25 Kabushiki Kaisha Toshiba IC card, information processing method, computer readable recording medium and program
US9557934B2 (en) 2013-09-18 2017-01-31 Kabushiki Kaisha Toshiba IC card, information processing method, computer readable recording medium and program

Similar Documents

Publication Publication Date Title
KR100795929B1 (en) Method and system for transmitting defined-query to database
US20050137737A1 (en) Integrated circuit card system and application loading method
JP5531692B2 (en) DEVICE MANAGEMENT DEVICE, DEVICE MANAGEMENT SYSTEM, INFORMATION MANAGEMENT METHOD, INFORMATION MANAGEMENT PROGRAM, AND RECORDING MEDIUM CONTAINING THE PROGRAM
KR101083563B1 (en) Method and System for Managing Database
KR101404888B1 (en) Method for personalizing an electronic device, associated data processing method and device
JP2006067160A (en) Radio tag system, radio tag access control device, radio tag access control method, radio tag access control program, and radio tag
KR100537058B1 (en) Online marc data provision system and method for the efficient provision of the marc data
US20080196009A1 (en) Apparatus and method for componentizing legacy system
CN100527131C (en) Interdynamic access method and tool of IMS data base
JP2001167086A (en) Method and device for managing document with digital signature
CN112000343B (en) Method and system for deploying multi-version services in Kubernetes by using Devops
CN104520821A (en) Dynamic directory controls
CN109947739B (en) Data source management method and device
KR20000028688A (en) Simplified use of smart cards
JP2006243871A (en) Method, system and program for managing ic card data
US9075831B2 (en) Method and apparatus for modifying a row in a database table to include meta-data
JP2009187401A (en) Document management system, document management apparatus, and document managing method and program
CN108628862A (en) database addressing method, device and system
JP4731928B2 (en) Data management apparatus, data management system, data processing apparatus, data management method, program, and storage medium
CN113656474A (en) Service data access method and device, electronic equipment and storage medium
CN109254806B (en) BTM protocol configuration identification unit
CN111400269B (en) IPFS file processing method, node, medium and equipment
JP5537668B2 (en) Bus connection program and device
JP4342326B2 (en) Database controller
CN111008220A (en) Dynamic identification method and device of data source, storage medium and electronic device