WO2013065998A1 - Système et procédé pour générer une application personnalisée - Google Patents

Système et procédé pour générer une application personnalisée Download PDF

Info

Publication number
WO2013065998A1
WO2013065998A1 PCT/KR2012/008820 KR2012008820W WO2013065998A1 WO 2013065998 A1 WO2013065998 A1 WO 2013065998A1 KR 2012008820 W KR2012008820 W KR 2012008820W WO 2013065998 A1 WO2013065998 A1 WO 2013065998A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
api
binary data
data
electronic card
Prior art date
Application number
PCT/KR2012/008820
Other languages
English (en)
Korean (ko)
Inventor
이승현
이준호
Original Assignee
삼성에스디에스 주식회사
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 삼성에스디에스 주식회사 filed Critical 삼성에스디에스 주식회사
Publication of WO2013065998A1 publication Critical patent/WO2013065998A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K19/00Record carriers for use with machines and with at least a part designed to carry digital markings
    • G06K19/06Record carriers for use with machines and with at least a part designed to carry digital markings characterised by the kind of the digital marking, e.g. shape, nature, code
    • G06K19/067Record carriers with conductive marks, printed circuits or semiconductor circuit elements, e.g. credit or identity cards also with resonating or responding marks without active components
    • G06K19/07Record carriers with conductive marks, printed circuits or semiconductor circuit elements, e.g. credit or identity cards also with resonating or responding marks without active components with integrated circuit chips
    • G06K19/0701Record carriers with conductive marks, printed circuits or semiconductor circuit elements, e.g. credit or identity cards also with resonating or responding marks without active components with integrated circuit chips at least one of the integrated circuit chips comprising an arrangement for power management

Definitions

  • the present invention relates to a system and method for providing personalized applications, and more particularly, to a system and method for post issuance of an application executable in an electronic card.
  • An electronic card is a device that can store and process various digital information by mounting an integrated circuit chip.
  • Such electronic cards are used in various fields such as transportation cards, credit cards, debit cards, and the like. As it is used in various fields, there is an increasing demand for an application that performs new functions. However, if the conventional electronic card is issued, there is a problem that can not install a new application.
  • an electronic card equipped with an open platform has been manufactured and sold.
  • Such an open platform is equipped with a virtual machine on the operating system mounted on the electronic card to install the application even after issuing the electronic card.
  • the new application runs on a virtual machine mounted on the electronic card, which causes a slow execution.
  • An object of the present invention is to provide a system and method for post-issuing an application executable in an electronic card.
  • the present invention has been made in an effort to provide a computer readable recording medium having recorded thereon a program for causing a computer to execute a method for post-issuing an application executable on an electronic card.
  • the first storage unit for storing software binary data (software binary data);
  • a second storage unit for storing a data allocation table including an entry item including physical address information storing data and type information of the data;
  • binary data of an application including a physical entry point of an application programming interface (API) included in the software binary data in the second storage unit, and storing the physical address information in which the application binary data is stored.
  • API application programming interface
  • a controller configured to add type information of the application binary data set to an application type to the data allocation table.
  • Application providing apparatus for achieving the above technical problem, the application using the API map table consisting of the identification information of the electronic card and the physical entry address of the API contained in the software binary data stored in each electronic card
  • An application generator for converting an API called from source code into a physical entry address of a corresponding API to generate application binary data corresponding to each electronic card
  • an application providing unit providing the application binary data to the electronic card.
  • An application providing method for achieving the above technical problem, storing the binary data of the application including the physical entry address of the API included in the software binary data stored in the first storage means in the second storage means step; And a type of the application binary data set to the physical address information and the application type in which the application binary data is stored in a data allocation table including an entry item including physical address information storing data stored in the second storage means and type information of the data. Adding information;
  • Application providing method for achieving the above technical problem, the application using the API map table consisting of the identification information of the electronic card and the physical entry address of the API contained in the software binary data stored in each electronic card Generating application binary data corresponding to each electronic card by converting an API called from source code into a physical entry address of a corresponding API; And providing the application binary data to the electronic card.
  • a computer-readable medium for achieving the above technical problem records a program for causing a computer to execute any one of the above methods.
  • a personalized application obtained using an API map table corresponding to an electronic card is provided, so that a new application can be installed on the electronic card even after the electronic card is issued.
  • a new application installed in the electronic card can be directly driven. Accordingly, the reusability of the electronic card can be improved.
  • FIG. 1 is a view for explaining a personalized application providing system according to a preferred embodiment of the present invention
  • FIG. 2 is a view showing in more detail the configuration of an electronic card according to an embodiment of the present invention.
  • FIG. 3 is a view for explaining the structure of a storage unit of an electronic card according to an embodiment of the present invention.
  • FIG. 4 is a view for explaining a process of storing an application according to an embodiment of the present invention.
  • FIG. 5 is a view showing in more detail the configuration of an application providing apparatus according to an embodiment of the present invention.
  • FIG. 6 is a flowchart illustrating an application providing process according to an embodiment of the present invention.
  • FIG. 7 is a view showing in more detail the configuration of an electronic card according to another embodiment of the present invention.
  • FIG. 8 is a view showing in more detail the configuration of an application providing apparatus according to another embodiment of the present invention.
  • FIG. 9 is a flowchart illustrating an application providing process according to another exemplary embodiment of the present invention.
  • FIG. 1 is a view for explaining a personalized application providing system according to a preferred embodiment of the present invention.
  • the electronic card 100 is connected to the application providing apparatus 200 in a contact or contactless manner.
  • the electronic card 100 receives and stores a personalized application from the application providing apparatus 200.
  • the personalized application refers to an application which is installed on the electronic card 100 and immediately executable after the electronic card 100 is issued. That is, the personalized application is installed in the electronic card 100 after the electronic card 100 is issued, but may be executed as an application mounted when the electronic card 100 is issued.
  • the application providing apparatus 200 provides the electronic card 100 with a personalized application executable in the electronic card 100 after issuing the electronic card 100.
  • the application providing apparatus 200 is a device operated by a manufacturing company, an issuing company, etc. of the electronic card 100 for post issuance of an application.
  • the electronic card 100 is directly connected to the application providing apparatus 200, as illustrated in FIG. 1, the electronic card 100 is not limited thereto, and according to an exemplary embodiment, the electronic card 100 may be connected to the application providing apparatus 200. Can be provided to the application.
  • the electronic card 100 may receive an application from a user terminal (not shown) connected to the application providing apparatus 200 through a communication network (not shown). In this case, the electronic card 100 may be directly connected to the user terminal or may be connected to the user terminal through a card reader connected to the user terminal.
  • User terminals are not only desktop computers but also memories such as notebook computers, workstations, palmtop computers, ultra mobile personal computers (UMPCs), tablet PCs, personal digital assistants (PDAs), web pads, mobile phones, and the like.
  • a terminal having a means and a microprocessor can be provided.
  • the communication network may include a telephone network as well as a data communication network including a local area network (LAN), a metropolitan area network (MAN), a wide area network (WAN), the Internet, and the like. It does not have to be wired or wireless, and any communication method can be used.
  • LAN local area network
  • MAN metropolitan area network
  • WAN wide area network
  • the Internet and the like. It does not have to be wired or wireless, and any communication method can be used.
  • FIG. 2 is a view showing in more detail the configuration of the electronic card according to an embodiment of the present invention
  • Figure 3 is a view for explaining the structure of the storage unit of the electronic card according to an embodiment of the present invention
  • Figure 4 A diagram for describing a process of storing an application according to an exemplary embodiment.
  • the electronic card 100 includes a storage 210 and a controller 230.
  • the storage unit 210 stores a program or data necessary for the operation of the electronic card 100.
  • the storage unit 210 includes a first storage unit 311, a second storage unit 313, and a third storage unit 315.
  • the first storage unit 311 is binary data of software such as an operating system OS_DATA mounted on the electronic card 100 and an application IAPP_DATA mounted at the time of manufacturing / issuing the electronic card 100. Save).
  • the first storage unit 311 is a storage medium in which stored data is maintained regardless of whether power is applied, and new data or stored data cannot be deleted.
  • a storage means that may be adopted as the first storage unit 311 may include a read only memory (ROM).
  • the second storage unit 313 stores a data allocation table DAT and various data DATA1 stored after issuance of the electronic card 100.
  • the data allocation table is a table that provides a physical address where data is stored and includes a plurality of entry items. Each entry item consists of address information where data is stored and a data type of the data.
  • the data type is information indicating the type of data, and includes a file type, a directory type, an application type, and the like.
  • the data allocation table includes a file allocation table (FAT).
  • the second storage unit 313 is a storage medium capable of retaining stored data and storing new data or deleting stored data regardless of whether power is applied.
  • the storage means that may be adopted as the second storage unit 313 may include an electrically erasable programmable ROM (EEPROM), a flash memory, and the like.
  • the third storage unit 315 stores data temporarily generated during the operation of the electronic card 100.
  • the third storage unit 315 is a storage medium capable of maintaining stored data only when power is applied and storing new data or deleting stored data.
  • the storage means that may be adopted as the third storage unit 315 may include random access memory (RAM) or the like.
  • the controller 230 provides its card identification information to the application providing apparatus 200.
  • the card identification information is unique information for identifying the electronic card, and means the serial number of the electronic card and the like.
  • the controller 230 stores the application binary data received from the application providing apparatus 200 in the second storage unit 313, and stores the application binary data of the application binary data set to the address information and the application type in which the application binary data is stored. The type information is added to the data allocation table stored in the second storage unit 313.
  • the application binary data includes a physical entry address of an operating system mounted on the electronic card 100 or an application programming interface (API) provided by an application mounted at the time of manufacture / issuance of the electronic card 100.
  • API application programming interface
  • the controller 230 when the application binary data DATA2 is received from the application providing apparatus 200, the controller 230 stores the application binary data DATA2 in the second storage unit 313 and the application binary data.
  • the address information 'BBBB' stored in the DATA2 and the type information 'A' of the application binary data DATA2 set as the application type are added to the data allocation table DAT stored in the second storage unit 313.
  • the type 'F' represents a file type.
  • FIG. 5 is a diagram illustrating the configuration of an application providing apparatus according to an exemplary embodiment of the present invention in more detail.
  • the application providing apparatus 200 includes a map table storage unit 510, an information receiving unit 530, an application generating unit 550, and an application providing unit 570.
  • the map table storage unit 510 stores an API map table corresponding to each electronic card 100.
  • the API map table consists of the physical entry addresses of the APIs included in the software binary data stored in the electronic card 100. That is, the API map table consists of the physical entry addresses of APIs provided by software such as an operating system mounted on the electronic card 100 or an application mounted at the time of manufacture / issuance of the electronic card 100.
  • the operating system mounted on the electronic card 100 provides API 'AAA', API 'BBB' and API 'CCC', and the entry address of the API 'AAA' is '111111' and the entry address of the API 'BBB' is If the entry address of the '222222' and the API 'CCC' is '333333', the API map table corresponding to the electronic card 100 is configured as shown in Table 1 below.
  • the map table storage unit 510 stores the API map table to be divided by the electronic card 100.
  • the map table storage unit 510 may store the API map table to be distinguished for each product type of the electronic card 100.
  • the information receiver 530 receives card identification information from the electronic card 100.
  • the application generator 550 acquires an API map table corresponding to the card identification information received through the information receiver 530 from the map table storage 510.
  • the application generator 550 generates application binary data by converting an API called from an application source code into a physical entry address of a corresponding API using the obtained API map table. For example, when an application uses 'AAA' among APIs provided by the operating system mounted on the electronic card 100, the part calling API 'AAA' using the API map table as shown in [Table 1] is '111111'. Get application binary data
  • the application providing unit 570 provides the application binary data to the electronic card 100.
  • FIG. 6 is a flowchart illustrating an application providing process according to an embodiment of the present invention.
  • the electronic card 100 provides its card identification information to the application providing apparatus 200 (S610). Then, the application providing apparatus 200 obtains an API map table corresponding to the received card identification information from a previously stored API map table (S620), and generates an application binary code from the application source code using the obtained API map table. (S630). That is, the application providing apparatus 200 converts an API called from an application source code into a physical entry address of a corresponding API using the API map table to generate application binary data. The application providing apparatus 200 provides application binary data to the electronic card 100 (S640).
  • the electronic card 100 stores the application binary data received from the application providing apparatus 200 (S650), and adds address information in which the application binary data is stored to the data allocation table using the data type as the application type (S660). ).
  • the electronic card 100 may store its API map table and may generate application binary data from the application source code received from the application providing apparatus 200 or pre-stored application source code.
  • the electronic card 100 is equipped with a compilation application, a link application, and the like, which are necessary for generating application binary data.
  • FIG. 7 is a view showing in more detail the configuration of an electronic card according to another embodiment of the present invention.
  • the electronic card 700 includes a storage unit 710 and a control unit 730.
  • the storage unit 710 and the control unit 730 of the electronic card 700 according to the present embodiment are substantially the same as the storage unit 210 and the control unit 230 of the electronic card 100 according to the previous embodiment, respectively. Only the parts will be described below.
  • the storage unit 710 stores an API map table corresponding to the electronic card 700.
  • the controller 730 provides the API map table stored in the storage 710 to the application providing apparatus 200.
  • FIG. 8 is a diagram illustrating in more detail the configuration of an application providing apparatus according to another embodiment of the present invention.
  • the application providing apparatus 800 includes an information receiving unit 810, an application generating unit 830, and an application providing unit 850.
  • the information receiving unit 810, the application generating unit 830, and the application providing unit 850 of the application providing apparatus 800 according to the present exemplary embodiment are each the information receiving unit 530 of the application providing apparatus 200 according to the previous embodiment. Since the application generating unit 550 and the application providing unit 570 are substantially the same, only the other parts will be described below.
  • the information receiver 810 receives an API map table from the electronic card 700.
  • the application generator 830 generates application binary data by converting an API called from an application source code into a physical entry address of a corresponding API using the API map table received through the information receiver 810.
  • FIG. 9 is a flowchart illustrating an application providing process according to another exemplary embodiment of the present invention.
  • the electronic card 700 provides its API map table to the application providing apparatus 800 (S910). Then, the application providing apparatus 800 generates an application binary code from the application source code using the received API map table (S920), and provides the application binary data to the electronic card 700 (S930).
  • the electronic card 700 stores the application binary data received from the application providing apparatus 800 (S940), and adds address information storing the application binary data to the data allocation table using the data type as the application type (S950). ).
  • the application providing process may be performed when the authentication is normally made between the electronic card (100, 700) and the application providing apparatus (200, 800). That is, the electronic card 100, 700 is mutually authenticated whether the application is a product that can be installed and the application providing device 200, 800 is a device capable of providing the application, and the application providing process is performed when authentication is successful Can be.
  • authentication of the user terminal may be additionally performed. That is, it is possible to authenticate whether the user terminal connected to the electronic cards 100 and 700 is operated by the operation of the owner of the electronic cards 100 and 700.
  • the invention can also be embodied as computer readable code on a computer readable recording medium.
  • the computer-readable recording medium includes all kinds of recording devices in which data that can be read by a computer device is stored. Examples of computer-readable recording media include ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical data storage, and also in the form of carrier wave (transfer over the Internet). It includes what is implemented.
  • the computer-readable recording medium can also be distributed over computer devices connected over a wired or wireless communication network so that the computer-readable code is stored and executed in a distributed fashion.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

La présente invention concerne un système et un procédé pour générer une application personnalisée. Le procédé selon la présente invention consiste à stocker des données binaires sur une application comprenant un point d'entrée physique d'une interface de programmation d'applications (API), qui est inclus dans des données binaires de logiciel, et à ajouter à une table d'allocation les informations d'adresse au niveau desquelles les données binaires d'application sont stockées. Selon la présente invention, une nouvelle application peut être installée dans une carte électronique après l'émission de la carte électronique, et la nouvelle application installée dans la carte électronique est immédiatement activée.
PCT/KR2012/008820 2011-10-31 2012-10-25 Système et procédé pour générer une application personnalisée WO2013065998A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020110111777A KR101259874B1 (ko) 2011-10-31 2011-10-31 개인화된 어플리케이션 제공 시스템 및 방법
KR10-2011-0111777 2011-10-31

Publications (1)

Publication Number Publication Date
WO2013065998A1 true WO2013065998A1 (fr) 2013-05-10

Family

ID=48192301

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2012/008820 WO2013065998A1 (fr) 2011-10-31 2012-10-25 Système et procédé pour générer une application personnalisée

Country Status (2)

Country Link
KR (1) KR101259874B1 (fr)
WO (1) WO2013065998A1 (fr)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100750435B1 (ko) * 2005-09-05 2007-08-21 신한카드 주식회사 아이씨 카드 관리방법 및 시스템과 이를 위한 기록매체와정보 저장매체
KR20080016707A (ko) * 2008-01-15 2008-02-21 주식회사 비즈모델라인 스마트카드(또는 아이씨카드 또는 아이씨칩)용애플리케이션 후발급 처리 시스템
JP2010027001A (ja) * 2008-07-24 2010-02-04 Dainippon Printing Co Ltd Icカードとそのプログラム、及び、icカードの発行方法

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100706699B1 (ko) 2004-12-27 2007-04-11 주식회사 유비닉스 복수 은행 금융서비스가 탑재되는 개방형 ic 카드 애플릿 운용기법

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100750435B1 (ko) * 2005-09-05 2007-08-21 신한카드 주식회사 아이씨 카드 관리방법 및 시스템과 이를 위한 기록매체와정보 저장매체
KR20080016707A (ko) * 2008-01-15 2008-02-21 주식회사 비즈모델라인 스마트카드(또는 아이씨카드 또는 아이씨칩)용애플리케이션 후발급 처리 시스템
JP2010027001A (ja) * 2008-07-24 2010-02-04 Dainippon Printing Co Ltd Icカードとそのプログラム、及び、icカードの発行方法

Also Published As

Publication number Publication date
KR101259874B1 (ko) 2013-05-02

Similar Documents

Publication Publication Date Title
CN101755271A (zh) 用于在连接受限设备配置和开放服务网关联盟环境中管理访问特权的方法和装置
US20070204069A1 (en) Port number emulation for wireless usb connections
US20150128068A1 (en) Method for operating message application and electronic device implementing the same
CN109587252A (zh) 运营商参数的加载方法、装置、电子设备及存储介质
CN107769949A (zh) 一种应用组件部署方法及部署节点
CN106101984B (zh) 一种nfc移动支付终端的安全模块管理方法及终端
WO2014027859A1 (fr) Dispositif et procédé de traitement de requête de transaction dans un environnement de traitement de zone de confiance
US9268939B2 (en) Method and apparatus for determining virus-infected files
CN114625481B (zh) 数据处理方法、装置、可读介质及电子设备
CN107635078A (zh) 游戏控制方法及设备
CN109582873A (zh) 用于推送信息的方法和装置
JP2009245145A (ja) 携帯型装置および情報管理方法
CN109656844A (zh) 一种AT24xx EEPROM驱动方法和装置
KR102137686B1 (ko) 컨텐츠 무결성 제어 방법 및 그 전자 장치
CN106843947A (zh) 代码缺陷的处理方法和装置
CN115017534B (zh) 文件处理权限控制方法、装置及存储介质
WO2015093731A1 (fr) Dispositif électronique et procédé de fonctionnement associé
US10057751B2 (en) Electronic device and method for updating accessory information
CN107562499A (zh) 应用加载的方法、装置和计算机可读存储介质
US20170024709A1 (en) Information processing apparatus, program, and information processing system
WO2011071221A1 (fr) Système et procédé de service de composant d'interface graphique à base de carte à puce, et carte à puce appliquée à ces derniers
WO2015108282A1 (fr) Procédé de publicité de dispositif électronique et dispositif électronique associé
WO2019039706A1 (fr) Dispositif électronique et procédé de gestion de données associé
WO2013065998A1 (fr) Système et procédé pour générer une application personnalisée
WO2019160323A1 (fr) Procédé de gestion de données associées à une application et dispositif électronique correspondant

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12845728

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12845728

Country of ref document: EP

Kind code of ref document: A1