CN111666069A - Development platform and method for optimizing IC card program and use method thereof - Google Patents

Development platform and method for optimizing IC card program and use method thereof Download PDF

Info

Publication number
CN111666069A
CN111666069A CN202010517745.0A CN202010517745A CN111666069A CN 111666069 A CN111666069 A CN 111666069A CN 202010517745 A CN202010517745 A CN 202010517745A CN 111666069 A CN111666069 A CN 111666069A
Authority
CN
China
Prior art keywords
program
platform
development platform
personalization
card
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.)
Granted
Application number
CN202010517745.0A
Other languages
Chinese (zh)
Other versions
CN111666069B (en
Inventor
闫鑫
张汉就
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Eastcompeace Technology Co Ltd
Original Assignee
Eastcompeace Technology 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 Eastcompeace Technology Co Ltd filed Critical Eastcompeace Technology Co Ltd
Priority to CN202010517745.0A priority Critical patent/CN111666069B/en
Publication of CN111666069A publication Critical patent/CN111666069A/en
Application granted granted Critical
Publication of CN111666069B publication Critical patent/CN111666069B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/76Adapting program code to run in a different environment; Porting
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention relates to an optimized IC card program development platform, a method and a use method thereof, by adding a linking library and an entrance program between a device development platform and a personalization program platform, calling a personalization program in the personalization program platform by the entrance program, converting personal information in the personalization program into a parameter type matched with the device development platform by adopting a standard interface of the linking library, transmitting the personalization program to the device development platform, converting the personalization program compiled by a compiling platform of which the personalization program in the personalization program platform is a Visual Studio platform, a VC6.0 platform and the like into a transmission parameter type conforming to information received by the device development platform by the linking library, the development efficiency of the optimized IC card program development platform is high, resources are efficiently utilized, maintenance cost can be saved, and the technical problems that the IC card program platform produced by the existing equipment is high in maintenance cost and poor in universality are solved.

Description

Development platform and method for optimizing IC card program and use method thereof
Technical Field
The invention relates to the technical field of IC cards, in particular to an optimized IC card program development platform, an optimized IC card program development method and a use method of the optimized IC card program development platform.
Background
An IC Card (Integrated Circuit Card), also called Smart Card (Smart Card), Smart Card (Intelligent Card), Microcircuit Card (Microcircuit Card) or microchip Card, etc. A microelectronic chip is embedded into a card base conforming to the ISO 7816 standard to be made into a card form.
At present, an IC card is manufactured by generally adopting a chip personalization program (old program for short) of a series of MX IC card production equipment, a development kit provided by equipment manufacturers for manufacturing the IC card production equipment is developed based on a Microsoft visual C + +6.0 platform, the old program cannot be migrated to visual studio platforms of other versions due to the characteristic limitation of the VC6.0 platform, if the IC card needs to be upgraded, the old program can be developed and maintained only on the VC6.0 platform, the upgrading or maintenance cost of the IC card is high due to the backward VC6.0 platform, and the problems that the existing VC6.0 platform is poor in universality, resources are difficult to efficiently utilize and the like are solved.
Disclosure of Invention
The embodiment of the invention provides an optimized IC card program development platform, a method and a use method thereof, which are used for solving the technical problems of high maintenance cost and poor universality of an IC card program platform produced by the conventional equipment.
In order to achieve the above object, the embodiments of the present invention provide the following technical solutions:
an optimized IC card program development platform comprises an equipment development platform, a personalized program platform and a transfer module arranged between the equipment development platform and the personalized program platform, wherein the transfer module comprises an engagement library and an entrance program;
the device development platform is used for providing a development kit for the personalized program of the IC card to edit and register the program;
the link library is used for calling an interface library in the equipment development platform to obtain all chip personalized interfaces and processing the transmission parameter types of all the chip personalized interfaces to generate standard interfaces with uniform transmission parameter types;
the entrance program is used for calling the linking library to obtain a program registration interface and calling a personalization program of an IC card chip in the personalization program platform;
the personalization program platform is used for providing a personalization program of the IC card chip.
Preferably, the standard interface is configured to transmit personalization information in a personalization program to the docking library, and the docking library calls a chip personalization interface of the device development platform to transmit the personalization information to the device development platform.
Preferably, the standard interface is further configured to transmit a return message, which is transmitted from the device development platform to the adapter library, back to the personalization program platform.
Preferably, the transfer module is disposed in the device development platform.
Preferably, the transit module is a public bank.
Preferably, the device development platform is a VC6.0 platform.
Preferably, the personalized program platform is a VC6.0 platform, a Visual Studio compilation platform, or a depi compilation platform.
The invention also provides a method for optimizing the IC card program development platform, which comprises the following steps:
a transfer module is arranged between the equipment development platform and the personalization program platform, and comprises a linking library and an entrance program;
the link library generates a uniform standard interface according to all chip personalized interfaces in the equipment development platform;
and transmitting personalization program information to the transfer module on the equipment development platform or the personalization program platform, and transmitting the personalization program information to the personalization program platform or the equipment development platform through the standard interface.
The invention also provides a use method based on the optimized IC card program development platform, which comprises the following steps:
calling a standard interface of an engagement library by the portal program, and calling a chip personalized interface of an equipment development platform by the engagement library to register the portal program on the equipment development platform;
when the equipment development platform executes the personalization of the IC card chip, the equipment development platform carries out the personalization of the IC card chip by calling the personalization program of the IC card chip in the entry program.
Preferably, the method for using the optimized IC card program development platform further comprises:
when the IC card chip is personalized, transmitting personalized information in a personalized program to the linking library, and calling a chip personalized interface of the equipment development platform by the linking library to transmit the personalized information to the equipment development platform;
or returning and transmitting the return information transmitted from the equipment development platform to the adapter library to the personalization program platform.
According to the technical scheme, the embodiment of the invention has the following advantages:
1. the optimized IC card program development platform adds a link library and an inlet program between the equipment development platform and the personalized program platform to form a public library, which is also used as a transfer station of the equipment development platform and the personalized program platform, adopts the inlet program to call the personalized program in the personalized program platform, adopts a standard interface of the link library to convert the personal information in the personalized program into a parameter type matched with the equipment development platform, and then transmits the personalized program to the equipment development platform, so that the personalized program compiled by the compiling platforms of the personalized program platform regardless of the Visual Studio platform, the VC6.0 platform, the Dephle compiling platform and the like can be converted into a transmission parameter type conforming to the information received by the equipment development platform through the link library, thereby the optimized IC card program development platform has high development efficiency and high resource utilization efficiency, the maintenance cost can be saved, and the technical problems of high maintenance cost and poor universality of the program platform for producing the IC card by the conventional equipment are solved.
2. The method for optimizing the IC card program development platform comprises the steps of adding a linking library and an entry program between an equipment development platform and a personalized program platform, converting personalized program information into a parameter type matched with the equipment development platform by adopting a standard interface of the linking library, and transmitting the personalized program information to the equipment development platform, so that personalized programs compiled by the compiling platforms of a Visual Studio platform, a VC6.0 platform, a Dephle compiling platform and the like in the personalized program platform can be converted into transmission parameter types conforming to information received by the equipment development platform through the linking library.
3. The use method of the optimized IC card program development platform is characterized in that a linking library and an entry program are added between the equipment development platform and the personalized program platform, the standard interface of the linking library is adopted to convert personalized program information into parameter types matched with the equipment development platform, and then the personalized program information is transmitted to the equipment development platform, so that personalized programs compiled by the compiling platforms of a Visual Studio platform, a VC6.0 platform, a Dephle compiling platform and the like in the personalized program platform can be converted into transmission parameter types conforming to information received by the equipment development platform through the linking library.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without inventive exercise.
Fig. 1 is a framework diagram of an optimized IC card program development platform according to an embodiment of the present invention.
Fig. 2 is a flowchart illustrating steps of a method for optimizing an IC card program development platform according to an embodiment of the present invention.
Fig. 3 is a flowchart illustrating steps of a method for optimizing the use of an IC card program development platform according to an embodiment of the present invention.
Fig. 4 is a block diagram of an IC card program development platform in a conventional device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, features and advantages of the present invention more obvious and understandable, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the embodiments described below are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Interpretation of terms in the examples of the present invention:
an IC Card (Integrated Circuit Card), also called Smart Card (Smart Card), Smart Card (Intelligent Card), Microcircuit Card (Microcircuit Card) or microchip Card, etc. A microelectronic chip is embedded into a card base conforming to the ISO 7816 standard to be made into a card form.
IC card personalization is a process of organizing and installing personal data required by an IC card user into an IC card, and for example, a smart card used for mobile communication requires writing a user's personal number as personalization data into the card before use.
Fig. 4 is a block diagram of an IC card program development platform in a conventional device according to an embodiment of the present invention.
As shown in fig. 4, the personalization program (old program) of the IC card chip statically calls the MX device library and the SDK development kit, and performs operations such as program registration and personalization information interaction to complete personalization of the IC card chip. The MX equipment interface is a VC6.0 platform, and the difference characteristic exists between the VC6.0 platform and MFC versions of other high-version Visual Studio platforms, so that the development platform of the old program is limited to be VC 6.0.
Therefore, the embodiment of the application provides an optimized IC card program development platform, a method and a use method thereof, a linking library and an entry program are added between the personalized programs of MX equipment and an IC card chip, so that the personalized program development of the IC card chip produced by the MX equipment is compatible with the programs compiled by various program compiling (Visual Studio platform) platform versions, the universality is strong, the development efficiency is high, the maintenance and transplantation cost is low, and the technical problems of high maintenance cost and poor universality of the existing IC card program platform produced by the equipment are solved.
The first embodiment is as follows:
fig. 1 is a framework diagram of an optimized IC card program development platform according to an embodiment of the present invention.
As shown in fig. 1, an embodiment of the present invention provides an optimized IC card program development platform, which includes a device development platform 10, a personalization program platform 20, and a transit module 30 disposed between the device development platform 10 and the personalization program platform 20, where the transit module 30 includes an adapter 31 and a portal program 32;
the device development platform 10 is used for providing a development kit for the personalized program of the IC card to edit and register the program;
the link library 31 is used for calling an interface library in the device development platform 10 to obtain all chip personalized interfaces, and processing the transmission parameter types of all the chip personalized interfaces to generate standard interfaces with uniform transmission parameter types;
an entry program 32 for calling the link library 31 to obtain a program registration interface and calling a personalization program of the IC card chip in the personalization program platform 20;
a personalization program platform 20 for providing a personalization program of the IC card chip.
In the embodiment of the present invention, the device development platform 10 is mainly used to provide development conditions for the personalized program of the IC card chip, such as program editing and program registration.
It should be noted that the device development platform 10 is also referred to as MX device as described above, and the device development platform 10 is still VC6.0 platform.
In the embodiment of the present invention, the relay module 30 is mainly used for relay optimization processing of information transmission between the device development platform 10 and the personalized program platform 20, so that the personalized program compiled by the compiling platforms such as the Visual Studio platform, the VC6.0 platform, the depi compiling platform, and the like can be compatible on the device development platform 10, thereby improving the efficiency of the development platform, efficiently utilizing resources, and saving maintenance cost.
It should be noted that the relay module 3 composed of the adapter library 31 and the portal program 32 may be disposed in the device development platform 10, that is, the relay module 3 is a component of the device development platform 10. The relay module 3 consisting of the adapter library 31 and the portal program 32 can also be a common library, which is disposed between the device development platform 10 and the personalization program platform 20.
In the embodiment of the present invention, the linking library 31 mainly calls an interface library in the device development platform 10, obtains all chip personalized interfaces in the device development platform 10, obtains and processes transmission parameter types of the chip personalized interfaces, and then generates a standard interface capable of transmitting parameter types between the compiling platforms.
It should be noted that, because VC6.0 and Visual Studio have differences in their respective compiling platforms, some transmission parameter types are not compatible in types defined by different versions, such as a CString type, a charx type converted into a standard interface, and the like. The underlying library development kit provided by the device development platform 10 is developed based on the MFC of the VC6.0 platform, wherein many classes in the MFC class library of the VC6.0 platform are different from other compilation platforms. For example: the CString, CByteArray and other transmission parameter types are different from those of the Visual Studio compiling platforms, direct butt joint transmission cannot be performed, if abnormity or errors are caused by direct butt joint transmission interaction, a linking library 31 of a VC6.0 platform needs to be developed for transfer processing, the linking library 31 can only be the VC6.0 platform, and a bottom interface provided by equipment is the VC6.0 platform and can only be based on the VC6.0 platform to generate a new universal standard interface through encapsulation. In this embodiment, specifically, the device development platform 10 bottom library is called to obtain the chip personalized interface, and the transmission parameter types with platform differences in the chip personalized interface are converted, for example: one INTERFACE (CString & a1, cbyterarray & b1) of the device development platform 10 encapsulates another layer of INTERFACE in the adapter library 31 to generate a standard INTERFACE INTERFACENEW (char a2, BYTE b2), and the working contents of the standard INTERFACE are CString & a1 and char a2, and the conversion between cbyterarray & b1 and BYTE b2 realizes the interactive transmission of information with INTERFACE.
In the embodiment of the present invention, the portal program 32 is mainly used for dynamically calling the adapter library 31, obtaining the program registration interface of the device development platform 10, and registering the portal program 32, because the program needs to register software registration in the device development platform 10, and can be used by the device development platform 10.
It should be noted that the portal program 32 also dynamically calls a personalization program of the chip executed by the personalization program platform 20 (program of the Visual Studio compilation environment), the personalization program platform 20 dynamically calls the link library 32 to perform personalized information transmission through the standard interface, the personalized information is transmitted to the link library 32 to be converted into the information type required by the interface of the device development platform 10, and then the information type is transmitted to the device development platform 10 to be identified.
In the embodiment of the present invention, the personalization program platform 20 is mainly a personalization program for providing the device development platform 10 with an IC card chip, that is, a program compiled on a compiling platform.
The optimized IC card program development platform provided by the invention is characterized in that a linking library and an entrance program are added between a device development platform and a personalization program platform to form a public library, the public library is also used as a transfer station of the device development platform and the personalization program platform, the entrance program is adopted to call the personalization program in the personalization program platform, a standard interface of the linking library is adopted to convert personal information in the personalization program into a parameter type matched with the device development platform, and then the personalization program is transmitted to the device development platform, so that the personalization program in the personalization program platform can be converted into a transmission parameter type conforming to the information received by the device development platform through the linking library, and the development efficiency of the optimized IC card program development platform is high, The method has the advantages of efficiently utilizing resources, saving maintenance cost and solving the technical problems of high maintenance cost and poor universality of the program platform for producing the IC card by the conventional equipment.
It should be noted that, the optimized IC card program development platform performs a transfer optimization process on a chip personalization interface of the docking device development platform 10 through a transfer module, and then can dock a personalization program of any version compilation platform (Visual Studio platform); and the IC card can be produced in daily equipment, and only a corresponding personalized program needs to be developed and the transfer module 30 needs to be simply maintained.
In one embodiment of the present invention, the standard interface is used to transmit personalization information in the personalization program to the docking library 31, and the docking library 31 calls the chip personalization interface of the device development platform 10 to transmit the personalization information to the device development platform 10.
The standard interface is also used for transmitting the return information transmitted by the device development platform 10 to the adapter library 31 back to the personalization program platform 20; the returned information refers to information which is received by the equipment development platform and is responded and returned by the equipment development platform.
It should be noted that, when the personalization program for producing the IC card chip on the device development platform 10 is executed, if the transmission flow of the personal information in the personalization program to the device development platform 10 calls the standard interface of the adapter library 31 through the personalization program of the IC card chip, and transmits the transmission flow to the adapter library 31 for processing, the adapter library 31 calls the chip personalization interface of the device development platform 10 again, and transmits the chip personalization interface to the device development platform 10. If the process of the device development platform 10 returning the personalization information in the personalization program to the IC card chip is that the device development platform 10 returns information to the linking library 31 through the chip personalization interface of the device development platform 10, and the linking library 31 receives the returned information for processing, and returns the information to the personalization program platform 20 through the standard interface.
Example two:
fig. 2 is a flowchart illustrating steps of a method for optimizing an IC card program development platform according to an embodiment of the present invention.
As shown in fig. 2, an embodiment of the present invention further provides a method for optimizing an IC card program development platform, including the following steps:
s10, a transfer module 30 is arranged between the equipment development platform 10 and the personalized program platform 20, and the transfer module 30 comprises an engagement library 31 and an entrance program 32;
s20, the link library 31 generates a uniform standard interface according to all chip personalized interfaces in the equipment development platform 10;
and S30, transmitting the personalization program information to the transfer module 30 at the device development platform 10 or the personalization program platform 20, and transmitting the personalization program information to the personalization program platform 20 or the device development platform 10 through a standard interface.
It should be noted that the contents of step S10 and step S20 have been described in detail in the docking library 1 and the portal program 32 in the first embodiment, and the description is not repeated in this embodiment. In step S30, when the personalization program for producing the IC card chip on the device development platform 10 is executed, if the transmission flow of the personalization program information to the device development platform 10 is to call the standard interface of the adapter library 31 through the personalization program of the IC card chip, transmit the personalization program information to the adapter library 31 for processing, the adapter library 31 calls the chip personalization interface of the device development platform 10, and then transmit the personalization program information to the device development platform 10. If the process of the device development platform 10 returning the personalization program information to the IC card chip is that the device development platform 10 returns information to the linking library 31 through the chip personalization interface of the device development platform 10, and the linking library 31 receives the returned information for processing, and returns the information to the personalization program platform 20 through the standard interface. The returned information refers to information which is received by the equipment development platform and is responded and returned by the equipment development platform.
The invention provides a method for optimizing an IC card program development platform, which is characterized in that a linking library and an entry program are added between an equipment development platform and a personalized program platform, a standard interface of the linking library is adopted to convert personalized program information into a parameter type matched with the equipment development platform, and then the personalized program information is transmitted to the equipment development platform, so that personalized programs compiled by a compiling platform of which the personalized program is a Visual Studio platform, a VC6.0 platform, a Dephle compiling platform and the like can be converted into a transmission parameter type conforming to information received by the equipment development platform through the linking library.
Example three:
fig. 3 is a flowchart illustrating steps of a method for optimizing the use of an IC card program development platform according to an embodiment of the present invention.
As shown in fig. 3, an embodiment of the present invention further provides a method for using the optimized IC card program development platform, including the following steps:
s01, calling a standard interface of a linking library by the portal program, and calling a chip personalized interface of an equipment development platform by the linking library to register the portal program on the equipment development platform;
and S02, when the equipment development platform executes the personalization of the IC card chip, the equipment development platform carries out the personalization of the IC card chip by calling the personalization program of the IC card chip in the entry program.
It should be noted that, the portal program calls the standard interface of the linking library, and the linking library calls the chip personalized interface of the device development platform, so as to complete the registration of the portal program on the device development platform; when the equipment development platform executes the personalization program of the IC card chip, the equipment development platform calls the inlet program, and the inlet program calls the personalization program on the personalization program platform to perform personalized production of the IC card chip.
In the embodiment of the present invention, the method for using the optimized IC card program development platform further includes:
when the IC card chip is personalized, transmitting personalized information in a personalized program to a linking library, and calling a chip personalized interface of an equipment development platform by the linking library to transmit the personalized information to the equipment development platform; or returning the return information transmitted from the equipment development platform to the link library and transmitting the return information back to the personalized program platform;
the returned information refers to information which is received by the equipment development platform and is responded and returned by the equipment development platform.
It should be noted that, when the personalization program of the IC card chip is produced on the device development platform, if the transmission flow of the personalization information of the personalization program to the device development platform is to call the standard interface of the linking library through the personalization program of the IC card chip, transmit the personalization information to the linking library for processing, the linking library calls the chip personalization interface of the device development platform, and then transmit the personalization information to the device development platform. If the flow of the equipment development platform returning the personalized information to the IC card chip is that the equipment development platform returns the information to the linking library through the chip personalized interface of the equipment development platform, the linking library receives the returned information for processing, and the returned information is returned to the personalized program platform through the standard interface.
The use method for optimizing the IC card program development platform provided by the invention has the advantages that the linking library and the entrance program are added between the equipment development platform and the personalized program platform, the standard interface of the linking library is adopted to convert the personalized program information into the parameter type matched with the equipment development platform, and then the personalized program information is transmitted to the equipment development platform, so that the personalized program in the personalized program platform, which is compiled by any one of the compiling platforms such as Visual Studio platform, VC6.0 platform, and Dephle compiling platform, can be converted into the transmission parameter type conforming to the information received by the equipment development platform through the linking library.
Illustratively, a computer program may be partitioned into one or more modules/units, which are stored in a memory and executed by a processor to accomplish the present application. One or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution of a computer program in a terminal device.
The terminal device may be a desktop computer, a notebook, a palm computer, a cloud server, or other computing devices. The terminal device may include, but is not limited to, a processor, a memory. Those skilled in the art will appreciate that the terminal device is not limited and may include more or fewer components than those shown, or some components may be combined, or different components, e.g., the terminal device may also include input output devices, network access devices, buses, etc.
The Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The storage may be an internal storage unit of the terminal device, such as a hard disk or a memory of the terminal device. The memory may also be an external storage device of the terminal device, such as a plug-in hard disk, a Smart Memory Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like provided on the terminal device. Further, the memory may also include both an internal storage unit of the terminal device and an external storage device. The memory is used for storing computer programs and other programs and data required by the terminal device. The memory may also be used to temporarily store data that has been output or is to be output.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. An optimized IC card program development platform is characterized by comprising an equipment development platform, a personalized program platform and a transfer module arranged between the equipment development platform and the personalized program platform, wherein the transfer module comprises an engagement library and an entrance program;
the device development platform is used for providing a development kit for the personalized program of the IC card to edit and register the program;
the link library is used for calling an interface library in the equipment development platform to obtain all chip personalized interfaces and processing the transmission parameter types of all the chip personalized interfaces to generate standard interfaces with uniform transmission parameter types;
the entrance program is used for calling the linking library to obtain a program registration interface and calling a personalization program of an IC card chip in the personalization program platform;
the personalization program platform is used for providing a personalization program of the IC card chip.
2. The optimized IC card program development platform of claim 1, wherein the standard interface is configured to transmit personalization information in a personalization program to the docking library, and the docking library calls a chip personalization interface of the device development platform to transmit personalization information to the device development platform.
3. The optimized IC card program development platform of claim 1, wherein the standard interface is further configured to transmit a return message transmitted from the device development platform to the adapter library back to the personalization program platform.
4. The optimized IC card program development platform according to claim 1, wherein the relay module is provided in the device development platform.
5. The optimized IC card program development platform according to claim 1, wherein the transit module is a public library.
6. The optimized IC card program development platform of claim 1, wherein the device development platform is a VC6.0 platform.
7. The optimized IC card program development platform according to claim 1, wherein the personalized program platform is a VC6.0 platform, a Visual Studio compilation platform or a Dephle compilation platform.
8. A method for optimizing an IC card program development platform is characterized by comprising the following steps:
a transfer module is arranged between the equipment development platform and the personalization program platform, and comprises a linking library and an entrance program;
the link library generates a uniform standard interface according to all chip personalized interfaces in the equipment development platform;
and transmitting personalization program information to the transfer module on the equipment development platform or the personalization program platform, and transmitting the personalization program information to the personalization program platform or the equipment development platform through the standard interface.
9. A method for using an optimized IC card program development platform according to any one of claims 1 to 7, characterized by comprising the following steps:
calling a standard interface of an engagement library by the portal program, and calling a chip personalized interface of an equipment development platform by the engagement library to register the portal program on the equipment development platform;
when the equipment development platform executes the personalization of the IC card chip, the equipment development platform carries out the personalization of the IC card chip by calling the personalization program of the IC card chip in the entry program.
10. The method for using an optimized IC card program development platform according to claim 9, further comprising:
when the IC card chip is personalized, transmitting personalized information in a personalized program to the linking library, and calling a chip personalized interface of the equipment development platform by the linking library to transmit the personalized information to the equipment development platform;
or returning and transmitting the return information transmitted from the equipment development platform to the adapter library to the personalization program platform.
CN202010517745.0A 2020-06-09 2020-06-09 Optimizing IC card program development platform, method and using method thereof Active CN111666069B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010517745.0A CN111666069B (en) 2020-06-09 2020-06-09 Optimizing IC card program development platform, method and using method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010517745.0A CN111666069B (en) 2020-06-09 2020-06-09 Optimizing IC card program development platform, method and using method thereof

Publications (2)

Publication Number Publication Date
CN111666069A true CN111666069A (en) 2020-09-15
CN111666069B CN111666069B (en) 2023-05-12

Family

ID=72386234

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010517745.0A Active CN111666069B (en) 2020-06-09 2020-06-09 Optimizing IC card program development platform, method and using method thereof

Country Status (1)

Country Link
CN (1) CN111666069B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006302130A (en) * 2005-04-22 2006-11-02 Dainippon Printing Co Ltd Ic card and program for ic card
CN102800015A (en) * 2012-06-15 2012-11-28 武汉天喻信息产业股份有限公司 Financial IC (Integrated Circuit) card long-distance individualized method and system
CN103714295A (en) * 2013-12-27 2014-04-09 北京大唐智能卡技术有限公司 Financial integrated circuit card personalized data detecting method and system
CN103744965A (en) * 2014-01-07 2014-04-23 东信和平科技股份有限公司 Simple multi-platform intelligent card personalization method
CN107229958A (en) * 2017-07-21 2017-10-03 金邦达有限公司 A kind of intellective IC card data detection method and device
CN110166455A (en) * 2019-05-21 2019-08-23 东信和平科技股份有限公司 A kind of multi-operator platform data adaptation method and relevant device
CN110210591A (en) * 2019-06-05 2019-09-06 金邦达有限公司 A kind of wiring method, computer installation and the computer readable storage medium of intellective IC card personal data

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006302130A (en) * 2005-04-22 2006-11-02 Dainippon Printing Co Ltd Ic card and program for ic card
CN102800015A (en) * 2012-06-15 2012-11-28 武汉天喻信息产业股份有限公司 Financial IC (Integrated Circuit) card long-distance individualized method and system
CN103714295A (en) * 2013-12-27 2014-04-09 北京大唐智能卡技术有限公司 Financial integrated circuit card personalized data detecting method and system
CN103744965A (en) * 2014-01-07 2014-04-23 东信和平科技股份有限公司 Simple multi-platform intelligent card personalization method
CN107229958A (en) * 2017-07-21 2017-10-03 金邦达有限公司 A kind of intellective IC card data detection method and device
CN110166455A (en) * 2019-05-21 2019-08-23 东信和平科技股份有限公司 A kind of multi-operator platform data adaptation method and relevant device
CN110210591A (en) * 2019-06-05 2019-09-06 金邦达有限公司 A kind of wiring method, computer installation and the computer readable storage medium of intellective IC card personal data

Also Published As

Publication number Publication date
CN111666069B (en) 2023-05-12

Similar Documents

Publication Publication Date Title
CN111428462A (en) Communication protocol template construction method and terminal equipment
CN108363737B (en) Data format conversion method, device and equipment
CN113590363B (en) Data transmission method, device, electronic equipment and storage medium
CN115952758B (en) Chip verification method and device, electronic equipment and storage medium
CN110688096B (en) Method and device for constructing application program containing plug-in, medium and electronic equipment
CN111461763A (en) Resource allocation method and device
CN113177015B (en) Frame header-based serial port communication method and serial port chip
CN114741400A (en) Data synchronization and analysis method, device and terminal equipment
CN114185973A (en) Parameter calling method, device, equipment and computer readable storage medium
CN111666069A (en) Development platform and method for optimizing IC card program and use method thereof
CN101739246A (en) Smart card and application data processing method
CN107967223B (en) Multi-product line universal code architecture system
JP2024501727A (en) Multi-adapter compatible library file modules, calling methods, calling systems and devices
CN114461531A (en) Platform adaptability test method, device, equipment and storage medium of test case
CN112882774A (en) Intelligent contract chip device and method executed in parallel and block chain link point device
CN114218175A (en) Resource cross-platform sharing method and device, terminal equipment and storage medium
CN111444129B (en) Method for transmitting MDB data and terminal equipment
CN114417900A (en) System and method for realizing unified read-write card and peripheral access
CN111159311A (en) Data mapping integration method, device, equipment and storage medium
CN112463409A (en) Data interaction method and device, electronic equipment and computer readable storage medium
EP4191407A1 (en) Method and device for generating and registering ui service package and loading ui service
CN105487884B (en) Upgrade processing method and relevant device
CN112307781B (en) Software system and method for card scanning and reading module of self-service terminal
CN116028427B (en) Parameter configuration system, method and storage medium
CN109634885B (en) Method and device for communication between mobile terminal and smart card

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant