WO2022246959A1 - 一种智能卡及其更新方法 - Google Patents

一种智能卡及其更新方法 Download PDF

Info

Publication number
WO2022246959A1
WO2022246959A1 PCT/CN2021/104189 CN2021104189W WO2022246959A1 WO 2022246959 A1 WO2022246959 A1 WO 2022246959A1 CN 2021104189 W CN2021104189 W CN 2021104189W WO 2022246959 A1 WO2022246959 A1 WO 2022246959A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
smart card
software
server
upgrade
Prior art date
Application number
PCT/CN2021/104189
Other languages
English (en)
French (fr)
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 WO2022246959A1 publication Critical patent/WO2022246959A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04BTRANSMISSION
    • H04B1/00Details of transmission systems, not covered by a single one of groups H04B3/00 - H04B13/00; Details of transmission systems not characterised by the medium used for transmission
    • H04B1/38Transceivers, i.e. devices in which transmitter and receiver form a structural unit and in which at least one part is used for functions of transmitting and receiving
    • H04B1/3816Mechanical arrangements for accommodating identification devices, e.g. cards or chips; with connectors for programming identification devices

Definitions

  • the invention relates to the technical field of the Internet of Things, in particular to a smart card and an updating method thereof.
  • UICC Universal Integrated Circuit Card
  • Universal Integrated Circuit Card is an important part of the universal mobile communication system, and is implemented in the form of an extended SIM (Subscriber Identity Module, Subscriber Identity Module) card.
  • SIM Subscriber Identity Module
  • UICC can be inserted into the terminal as a module for user authentication, and can also be directly welded on the component circuit of the terminal in the form of components.
  • Smart card products have gradually exposed some deficiencies in the actual use process. Specifically, due to the diversity of use scenarios and individual needs, the smart cards that have been issued cannot meet new scenarios and needs; due to changes in business requirements, some business functions of the issued smart cards cannot be updated to meet user experience; when some functions have defects, Already issued smart cards cannot correct this defect.
  • the system data and communication data in the smart card chip will be updated together, that is, when the COS (Chip Operating System, chip operating system) is updated, the external communication will be temporarily interrupted. Once a failure occurs during the update process, Then the communication with the update server is disconnected, and the function of the smart card itself will also be damaged due to data loss. Therefore, in the existing update solution, it is necessary to update the COS operating system after the normal execution of commercial services is completed and the chip is reset again, so as to avoid data loss.
  • COS Chip Operating System, chip operating system
  • the object of the present invention is to propose a smart card and its update method, which can keep basic functions running stably when updating the smart card, avoid data loss caused by update failure, and improve operation stability.
  • a smart card comprising:
  • a system operation module which is used to store upgrade data, and run the software to be upgraded based on the upgrade data
  • An upgrade management module which is used to store basic data including communication data, the upgrade management module runs basic software based on the basic data, and maintains a remote communication connection with the server based on the communication data;
  • the upgrade management module runs basic software based on the basic data, and maintains a remote communication connection with the server based on the communication data;
  • Encrypted backup module which is used to back up and store the basic data
  • the configuration module is used to divide the application data of the smart card into basic data and upgrade data according to presets, store them separately, and back up and store the basic data.
  • the upgrade management module is also used to perform two-way authentication with the server when receiving an update request issued by the server, and upload the version data of the software to be upgraded to the server after the authentication is passed and receive the update request issued by the server. Upgrade data for the new version.
  • the upgrade management module completes the update of the software to be upgraded by writing the new version of the upgrade data into the storage area of the system running module, and notifying the terminal installed with the smart card to restart the smart card.
  • the upgrade management module is also used to verify the received upgrade data of the new version, update the software to be upgraded when the verification is passed; According to the test results, the upgrade data of the new version will be issued again.
  • the upgrade management module itself breaks down in the process of updating the software to be upgraded, it obtains the encrypted basic data from the encrypted backup module, decrypts the encrypted basic data and writes it into its own storage area to resume operation After the basic software is restored, the software to be upgraded is updated again.
  • a method for updating a smart card comprising:
  • the basic data includes communication data
  • the smart card runs the basic software based on the basic data, runs the software to be upgraded based on the upgraded data, and maintains a remote communication connection with the server based on the communication data;
  • the smart card When the smart card receives the update request sent by the server, it uploads the version data of the software to be upgraded to the server, and updates the software to be upgraded according to the upgrade data of the new version sent by the server.
  • the smart card performs two-way authentication with the server after receiving the update request sent by the server, and uploads the version data of the software to be upgraded to the server after the authentication is passed and receives the upgrade data of the new version issued by the server; Upload the authentication result to the server when the authentication fails.
  • the specific steps for the smart card to update the software to be upgraded according to the upgrade data of the new version issued by the server are as follows:
  • the smart card writes the new version of the upgrade data into the storage area corresponding to the software to be upgraded, and notifies the terminal installed with the smart card to restart the smart card to complete the update of the software to be upgraded.
  • the smart card receives the upgrade data of the new version issued by the service
  • the upgrade data of the new version is verified, and the software to be upgraded is updated when the verification is passed; when the verification is not passed, the verification result is uploaded to the server, The server sends the new version of the upgrade data again according to the verification result.
  • the encrypted basic data is obtained from the storage area where the basic data is backed up, and the encrypted basic data is decrypted to restore the remote communication connection with the server, And update the software to be upgraded again.
  • the application data for maintaining the operation of the smart card is divided into basic data and upgrade data, which are stored in the system operation module and upgrade management module respectively.
  • the basic functions will run stably if the basic data remains unchanged.
  • the basic functions include and service
  • the terminal maintains stable remote communication, obtains the new version of the upgrade data from the server through the upgrade management module and updates the upgrade data in the system operation module, thereby completing the update of the software to be upgraded.
  • the basic The function is always running stably, thereby avoiding data loss caused by update failure and improving operation stability.
  • the upgrade management module can still obtain the backed up basic data from the encrypted backup module, thereby restoring basic functions and further improving operation stability.
  • FIG. 1 is a schematic diagram of functional modules of a smart card in an embodiment of the present invention.
  • Fig. 2 is a flowchart of a smart card update method in an embodiment of the present invention.
  • a smart card and its update method are used to solve the data loss problem when the smart card is updated, so as to obtain better user experience.
  • the smart card includes a system operation module, an upgrade management module, an encryption backup module and a configuration module
  • the upgrade management module is connected to the system operation module
  • the encryption backup module is connected to the upgrade management module
  • the configuration module is connected to the system operation module, the upgrade management module and Encrypted backup module.
  • the configuration module divides the application data of the smart card into basic data and upgrade data according to preset settings, and stores them in the system operation module and the upgrade management module respectively.
  • the system running module runs the software to be upgraded based on the upgrade data.
  • the upgrade management module runs the basic software based on the basic data, including maintaining a remote communication connection with the server based on the communication data.
  • Basic data includes COS program code, software application data and user data.
  • the upgrade management module When the upgrade management module receives the update request sent by the server, it uploads the version data of the software to be upgraded to the server, and updates the software to be upgraded according to the upgrade data of the new version sent by the server.
  • the smart card When the smart card is updated, if the basic data in the upgrade management module remains unchanged, the basic functions will run stably.
  • the basic functions include maintaining stable remote communication with the server. During the update process of the software to be upgraded, the basic functions will always run stably, thereby avoiding update failures. The resulting data loss improves operational stability.
  • the upgrade management module can still obtain the backed up basic data from the encrypted backup module, thereby restoring basic functions and further improving operation stability.
  • the upgrade management module is further configured to perform two-way authentication with the server when receiving an update request from the server, and after completing the two-way authentication, the upgrade management module establishes a remote communication connection with the server. That is, after passing the authentication, the upgrade management module uploads the version data of the software to be upgraded to the server and receives the upgrade data of the new version issued by the server. During the entire distribution process, the privacy and integrity of the upgrade data of the new version are maintained by means of distribution of ciphertext data.
  • the upgrade management module writes the new version of the upgrade data into the storage area of the system running module, and notifies the terminal installed with the smart card to restart the smart card to complete the update of the software to be upgraded.
  • the upgrade management module is also used to verify the received upgrade data of the new version, and update the software to be upgraded when the verification is passed.
  • the verification fails, the verification result is uploaded to the server, and the server sends the new version of the upgrade data again according to the verification result.
  • the verification includes a legality verification and a completeness verification, and the software to be upgraded is updated when both verifications pass.
  • the present invention also discloses a smart card updating method, comprising:
  • the application data of the smart card is divided into basic data and upgrade data according to preset settings, the basic data and upgrade data are respectively stored in the system operation module and the upgrade management module, and the basic data is backed up and stored in the encrypted backup module.
  • the upgrade management module runs the basic software based on the basic data, and maintains a remote communication connection with the server based on the communication data; the system operation module runs the software to be upgraded based on the upgrade data.
  • the upgrade management module When the upgrade management module receives the update request sent by the server, it uploads the version data of the software to be upgraded to the server, and updates the software to be upgraded according to the upgrade data of the new version sent by the server.
  • the configuration module divides the application data of the smart card into basic data and upgrade data according to preset settings, and stores them in the system operation module and the upgrade management module respectively.
  • the system running module runs the software to be upgraded based on the upgrade data.
  • the upgrade management module runs the basic software based on the basic data, including maintaining a remote communication connection with the server based on the communication data.
  • the upgrade management module When the upgrade management module receives the update request sent by the server, it uploads the version data of the software to be upgraded to the server, and updates the software to be upgraded according to the upgrade data of the new version sent by the server.
  • the smart card When the smart card is updated, if the basic data in the upgrade management module remains unchanged, the basic functions will run stably.
  • the basic functions include maintaining stable remote communication with the server. During the update process of the software to be upgraded, the basic functions will always run stably, thereby avoiding update failures. The resulting data loss improves operational stability.
  • the upgrade management module can still obtain the backed up basic data from the encrypted backup module, thereby restoring basic functions and further improving operation stability.
  • data transmission is performed between the server and the upgrade management module through remote HTTPS, and the transmission security is guaranteed by the TLS protocol.
  • the upgrade management module updates the software to be upgraded through the local machine card channel, and uses the session key every time during transmission to establish two-way authentication, such as the GP SCP02 protocol.
  • the transmission security when the smart card terminal accesses the network can be negotiated by the smart card terminal and the server.
  • the smart card update method includes:
  • the server sends an update request to the upgrade management module.
  • Two-way authentication is completed and a remote communication connection is established between the server and the upgrade management module.
  • the upgrade management module uploads the version data of the software to be upgraded to the server.
  • the server sends the upgrade data of a new version to the upgrade management module.
  • the upgrade management module directly updates the software to be upgraded in the system operation module according to the upgrade data.
  • the upgrade management module verifies the upgrade data of the new version, and notifies the terminal installed with the smart card to restart the smart card to complete the update when the verification is passed.
  • the upgrade management module will mark it.
  • the smart card will only have basic functions such as communication functions, and the upgrade management module will initiate an update request again.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)

Abstract

本发明提供一种智能卡及其更新方法,属于物联网技术领域,包括根据预先设定将维持智能卡运行的应用数据划分为基础数据和升级数据后分别存储至系统运行模块和升级管理模块,智能卡更新时,保持基础数据不变则基础功能稳定运行,基础功能包括与服务端保持稳定的远程通信,通过升级管理模块从服务端获取新版本的升级数据并对系统运行模块中的升级数据进行更新,从而完成对待升级软件的更新,在待升级软件的更新过程中,基础功能始终稳定运行。本发明能够在更新智能卡时,保持基础功能稳定运行,避免更新失败导致的数据丢失,提高运行稳定性。

Description

一种智能卡及其更新方法 技术领域
本发明涉及物联网技术领域,具体涉及一种智能卡及其更新方法。
背景技术
UICC(Universal Integrated Circuit Card,通用集成电路卡)是通用移动通信系统的重要组成部分,并且是以扩展SIM(Subscriber Identity Module,用户识别模块)卡的形式实现应用。UICC可以插入终端中作为用于用户认证的模块,还可以以元器件的形式直接焊接在终端的组成电路上。
随着万物互联时代的到来,很多终端设备会需要接入各种类型的网络,SIM卡/eUICC(嵌入式UICC)卡这类智能卡产品在终端设备上的使用越来越广泛。智能卡产品中的芯片不断更新换代,芯片上能够加载的应用越来越多,除了用于接入运营商网络的(U)SIM应用外,还包括支付类应用和身份认证类应用,支付类应用如公交一卡通等,身份认证类应用如中国移动SIM盾等。
智能卡产品在实际使用过程中也逐渐暴露出一些不足。具体的,因使用场景和个性需求的多样性,已经发行的智能卡无法满足新的场景和需求;因业务需求变化,已经发行的智能卡无法更新部分业务功能才能满足用户体验;部分功能出现缺陷时,已经发行的智能卡无法修改此缺陷。
那么,当SIM卡/eUICC卡在使用过程中发现某部分功能出现缺陷时,此时应如何修复此缺陷,特别的如eUICC卡发行后,已经作 为一个元器件焊接在终端设备上,此时如何修复就成了一个亟待解决的问题。另外,当发行方需要增加部分功能以推广某些业务时,也需要有方案能够更新SIM卡/eUICC卡,否则就只能让用户更换SIM卡,或者对于无法更换eUICC卡的用户将无法使用这些业务。
采用现有的更新方案,会对智能卡芯片中的系统数据和通信数据一起进行更新,即在更新COS(Chip Operating System,芯片操作系统)时,对外通信会暂时中断,一旦更新过程中出现故障,则与更新服务端的通信断开,智能卡本身的功能也会因数据丢失而受损。因此,现有的更新方案中,需要在商用业务正常执行完成,待芯片再次复位后再更新COS操作系统,才能避免数据丢失。
综上,如何对智能卡进行更新,并且在更新时保持对外通信一致性,保持包括通信功能在内的一些基础功能不更新,避免软件更新时数据丢失,提高运行稳定性是目前要解决的技术问题。
发明内容
针对现有技术中存在的缺陷,本发明的目的在于提出一种智能卡及其更新方法,能够在更新智能卡时,保持基础功能稳定运行,避免更新失败导致的数据丢失,提高运行稳定性。
为达到以上目的,采取的技术方案是:
一种智能卡,包括:
系统运行模块,其用于存储升级数据,并基于所述升级数据运行待升级软件;
升级管理模块,其用于存储包括通信数据在内的基础数据,升级管理模块基于所述基础数据运行基础软件,并基于通信数据与服务端保持远程通信连接;还用于在接收到服务端下发的更新请求时,将待升级软件的版本数据上传服务端,并根据服务端下发的新版本的升级 数据更新待升级软件;
加密备份模块,其用于备份存储所述基础数据;
配置模块,其用于根据预先设定将智能卡的应用数据划分为基础数据和升级数据后分别存储,并对基础数据进行备份存储。
优选的,升级管理模块还用于在接收到服务端下发的更新请求时,与服务端进行双向认证,并在认证通过后向服务端上传待升级软件的版本数据和接收服务端下发的新版本的升级数据。
优选的,升级管理模块通过将新版本的升级数据写入系统运行模块的存储区,并通知安装智能卡的终端重启智能卡完成对待升级软件的更新。
优选的,升级管理模块还用于对接收到的新版本的升级数据进行校验,在校验通过时更新待升级软件;在校验不通过时向服务端上传校验结果,服务端根据校验结果再次下发新版本的升级数据。
优选的,升级管理模块在更新待升级软件的过程中自身出现故障时,通过从加密备份模块获取经过加密的基础数据,并对经过加密的基础数据进行解密后写入自身的存储区以恢复运行基础软件,并在恢复运行基础软件后,再次更新待升级软件。
一种智能卡更新方法,包括:
根据预先设定将智能卡的应用数据划分为基础数据和升级数据,将基础数据和升级数据分别存储,并对基础数据进行备份,基础数据包括通信数据;
智能卡基于基础数据运行基础软件,基于升级数据运行待升级软件,并基于通信数据与服务端保持远程通信连接;
智能卡在接收到服务端下发的更新请求时,将待升级软件的版本数据上传服务端,并根据服务端下发的新版本的升级数据更新待升级 软件。
优选的,智能卡在接收到服务端下发的更新请求后与服务端进行双向认证,并在认证通过后向服务端上传待升级软件的版本数据和接收服务端下发的新版本的升级数据;在认证不通过时向服务端上传认证结果。
优选的,智能卡根据服务端下发的新版本的升级数据更新待升级软件的具体步骤如下:
智能卡将新版本的升级数据写入存放待升级软件对应的存储区,并通知安装智能卡的终端重启智能卡完成对待升级软件的更新。
优选的,智能卡接收到服务下发的新版本的升级数据后对新版本的升级数据进行校验,在校验通过时更新待升级软件;在校验不通过时向服务端上传校验结果,服务端根据校验结果再次下发新版本的升级数据。
优选的,智能卡在更新待升级软件的过程中自身出现故障时,从备份存储基础数据的存储区获取经过加密的基础数据,并对经过加密的基础数据进行解密以恢复与服务端的远程通信连接,并再次更新待升级软件。本发明的有益效果:
根据预先设定将维持智能卡运行的应用数据划分为基础数据和升级数据后分别存储至系统运行模块和升级管理模块,智能卡更新时,保持基础数据不变则基础功能稳定运行,基础功能包括与服务端保持稳定的远程通信,通过升级管理模块从服务端获取新版本的升级数据并对系统运行模块中的升级数据进行更新,从而完成对待升级软件的更新,在待升级软件的更新过程中,基础功能始终稳定运行,从而避免更新失败导致的数据丢失,提高运行稳定性。
通过在加密备份模块中备份存储基础数据,即便基础数据出现丢 失,升级管理模块仍然能够从加密备份模块中获取备份的基础数据,从而恢复基础功能,进一步提高运行稳定性。
附图说明
图1为本发明实施例中,智能卡的功能模块示意图。
图2为本发明实施例中,智能卡更新方法的流程图。
具体实施方式
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实例仅仅用以解释本发明,并不限定本发明。此外,基于本发明的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明的保护范围。
以下结合附图及实施例对本发明作进一步详细说明。
一种智能卡及其更新方法,用来解决智能卡更新时的数据丢失问题,从而获得更好的用户体验。
如图1所示,智能卡包括系统运行模块、升级管理模块、加密备份模块和配置模块,升级管理模块连接系统运行模块,加密备份模块连接升级管理模块,配置模块连接系统运行模块、升级管理模块和加密备份模块。配置模块根据预先设定将智能卡的应用数据划分为基础数据和升级数据后分别存储至系统运行模块和升级管理模块。系统运行模块基于升级数据运行待升级软件。升级管理模块基于基础数据运行基础软件,包括基于通信数据与服务端保持远程通信连接。基础数据包括COS程序代码、软件应用数据和用户数据。
升级管理模块接收到服务端下发的更新请求时,将待升级软件的版本数据上传服务端,并根据服务端下发的新版本的升级数据更新待 升级软件。智能卡更新时,升级管理模块中的基础数据不变则基础功能稳定运行,基础功能包括与服务端保持稳定的远程通信,在待升级软件的更新过程中,基础功能始终稳定运行,从而避免更新失败导致的数据丢失,提高运行稳定性。
通过在加密备份模块中备份存储基础数据,即便基础数据出现丢失,升级管理模块仍然能够从加密备份模块中获取备份的基础数据,从而恢复基础功能,进一步提高运行稳定性。
在较佳的实施例中,升级管理模块还用于在接收到服务端下发的更新请求时,与服务端进行双向认证,完成双向认证后,升级管理模块和服务端建立远程通信连接。即升级管理模块在认证通过后向服务端上传待升级软件的版本数据和接收服务端下发的新版本的升级数据。在整个下发过程中,通过下发密文数据的方式,保持新版本的升级数据的私密性及完整性。
在较佳的实施例中,升级管理模块通过将新版本的升级数据写入系统运行模块的存储区,并通知安装智能卡的终端重启智能卡完成对待升级软件的更新。
在较佳的实施例中,升级管理模块还用于对接收到的新版本的升级数据进行校验,在校验通过时更新待升级软件。在校验不通过时向服务端上传校验结果,服务端根据校验结果再次下发新版本的升级数据。校验包括合法性校验和完成性校验,在两种校验都通过时更新待升级软件。
本发明还公开一种智能卡更新方法,包括:
根据预先设定将智能卡的应用数据划分为基础数据和升级数据,将基础数据和升级数据分别存储至系统运行模块和升级管理模块,并在加密备份模块中备份存储基础数据。
升级管理模块基于基础数据运行基础软件,并基于通信数据与服务端保持远程通信连接;系统运行模块基于升级数据运行待升级软件。
升级管理模块在接收到服务端下发的更新请求时,将待升级软件的版本数据上传服务端,并根据服务端下发的新版本的升级数据更新待升级软件。
本实施例中,配置模块根据预先设定将智能卡的应用数据划分为基础数据和升级数据后分别存储至系统运行模块和升级管理模块。系统运行模块基于升级数据运行待升级软件。升级管理模块基于基础数据运行基础软件,包括基于通信数据与服务端保持远程通信连接。
升级管理模块接收到服务端下发的更新请求时,将待升级软件的版本数据上传服务端,并根据服务端下发的新版本的升级数据更新待升级软件。智能卡更新时,升级管理模块中的基础数据不变则基础功能稳定运行,基础功能包括与服务端保持稳定的远程通信,在待升级软件的更新过程中,基础功能始终稳定运行,从而避免更新失败导致的数据丢失,提高运行稳定性。
通过在加密备份模块中备份存储基础数据,即便基础数据出现丢失,升级管理模块仍然能够从加密备份模块中获取备份的基础数据,从而恢复基础功能,进一步提高运行稳定性。
如果升级过程中升级管理模块的数据被破坏,将之前保存在加密备份模块中的加密的基础数据再次写入升级管理模块,以恢复智能卡的升级管理模块的基础功能,来保证可以再次发起更新请求。
在较佳的实施例中,服务器与升级管理模块之间通过远程HTTPS方式进行数据传输,传输安全由TLS协议保证。
升级管理模块通过本地机卡通道方式更新待升级软件,传输时每次都采用会话密钥,建立双向认证,例如GP SCP02协议。
智能卡终端访问网络时的传输安全可以由智能卡终端和服务器协定。
在较佳的实施例中,如图2所示,智能卡更新方法包括:
服务端向升级管理模块下发更新请求。
服务端和升级管理模块之间完成双向认证并建立远程通信连接。
升级管理模块向服务器上传待升级软件的版本数据。
服务端向升级管理模块下发新版本的升级数据,下发完成后,升级管理模块直接根据升级数据更新系统运行模块中的待升级软件。
升级管理模块对新版本的升级数据进行校验,并在校验通过时通知安装智能卡的终端重启智能卡以完成更新。当校验不通过时或者由于通信原因导致数据下发未完成时,升级管理模块将进行标记,此时智能卡将只具备通信功能等基础功能,升级管理模块将再次主动发起更新请求。
本发明不局限于上述实施方式,对于本技术领域的普通技术人员来说,在不脱离本发明原理的前提下,还可以做出若干改进和润饰,这些改进和润饰也视为本发明的保护范围之内。本说明书中未作详细描述的内容属于本领域专业技术人员公知的现有技术。

Claims (10)

  1. 一种智能卡,其特征在于,包括:
    系统运行模块,其用于存储升级数据,并基于所述升级数据运行待升级软件;
    升级管理模块,其用于存储包括通信数据在内的基础数据,升级管理模块基于所述基础数据运行基础软件,并基于通信数据与服务端保持远程通信连接;还用于在接收到服务端下发的更新请求时,将待升级软件的版本数据上传服务端,并根据服务端下发的新版本的升级数据更新待升级软件;
    加密备份模块,其用于备份存储所述基础数据;
    配置模块,其用于根据预先设定将智能卡的应用数据划分为基础数据和升级数据后分别存储,并对基础数据进行备份存储。
  2. 如权利要求1所述的智能卡,其特征在于,升级管理模块还用于在接收到服务端下发的更新请求时,与服务端进行双向认证,并在认证通过后向服务端上传待升级软件的版本数据和接收服务端下发的新版本的升级数据。
  3. 如权利要求1所述的智能卡,其特征在于,升级管理模块通过将新版本的升级数据写入系统运行模块的存储区,并通知安装智能卡的终端重启智能卡完成对待升级软件的更新。
  4. 如权利要求1所述的智能卡,其特征在于,升级管理模块还用于对接收到的新版本的升级数据进行校验,在校验通过时更新待升级软件;在校验不通过时向服务端上传校验结果,服务端根据校验结果再次下发新版本的升级数据。
  5. 如权利要求1所述的智能卡,其特征在于,升级管理模块在更新待升级软件的过程中自身出现故障时,通过从加密备份模块获取 经过加密的基础数据,并对经过加密的基础数据进行解密后写入自身的存储区以恢复运行基础软件,并在恢复运行基础软件后,再次更新待升级软件。
  6. 一种智能卡更新方法,其特征在于,包括:
    根据预先设定将智能卡的应用数据划分为基础数据和升级数据,将基础数据和升级数据分别存储,并对基础数据进行备份,基础数据包括通信数据;
    智能卡基于基础数据运行基础软件,基于升级数据运行待升级软件,并基于通信数据与服务端保持远程通信连接;
    智能卡在接收到服务端下发的更新请求时,将待升级软件的版本数据上传服务端,并根据服务端下发的新版本的升级数据更新待升级软件。
  7. 如权利要求6所述的智能卡更新方法,其特征在于,智能卡在接收到服务端下发的更新请求后与服务端进行双向认证,并在认证通过后向服务端上传待升级软件的版本数据和接收服务端下发的新版本的升级数据;在认证不通过时向服务端上传认证结果。
  8. 如权利要求6所述的智能卡更新方法,其特征在于,智能卡根据服务端下发的新版本的升级数据更新待升级软件的具体步骤如下:
    智能卡将新版本的升级数据写入存放待升级软件对应的存储区,并通知安装智能卡的终端重启智能卡完成对待升级软件的更新。
  9. 如权利要求6所述的智能卡更新方法,其特征在于,智能卡接收到服务下发的新版本的升级数据后对新版本的升级数据进行校验,在校验通过时更新待升级软件;在校验不通过时向服务端上传校验结果,服务端根据校验结果再次下发新版本的升级数据。
  10. 如权利要求6所述的智能卡更新方法,其特征在于,智能卡在更新待升级软件的过程中自身出现故障时,从备份存储基础数据的存储区获取经过加密的基础数据,并对经过加密的基础数据进行解密以恢复与服务端的远程通信连接,并再次更新待升级软件。
PCT/CN2021/104189 2021-05-28 2021-07-02 一种智能卡及其更新方法 WO2022246959A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110591680.9 2021-05-28
CN202110591680.9A CN113282319A (zh) 2021-05-28 2021-05-28 一种智能卡及其更新方法

Publications (1)

Publication Number Publication Date
WO2022246959A1 true WO2022246959A1 (zh) 2022-12-01

Family

ID=77282320

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/104189 WO2022246959A1 (zh) 2021-05-28 2021-07-02 一种智能卡及其更新方法

Country Status (2)

Country Link
CN (1) CN113282319A (zh)
WO (1) WO2022246959A1 (zh)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114281381A (zh) * 2021-12-23 2022-04-05 广州航海学院 一种全任务轮机模拟器板卡的管理方法及设备

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015131682A1 (zh) * 2014-09-16 2015-09-11 中兴通讯股份有限公司 一种版本更新方法、系统、基站及计算机存储介质
CN107247603A (zh) * 2017-04-18 2017-10-13 深圳市广和通无线股份有限公司 支持固件自动恢复功能的远程升级方法与系统
CN109445815A (zh) * 2018-10-15 2019-03-08 江苏恒宝智能系统技术有限公司 一种智能卡及其应用升级方法
CN111651174A (zh) * 2020-04-23 2020-09-11 威胜信息技术股份有限公司 一种mcu程序远程升级方法和系统
WO2020182023A1 (zh) * 2019-03-11 2020-09-17 宁德时代新能源科技股份有限公司 储能系统的远程升级方法、能量管理系统和电池管理系统

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI360077B (en) * 2008-02-19 2012-03-11 Asustek Comp Inc Update method of basic input output system and upd
CN102841793A (zh) * 2011-06-23 2012-12-26 中兴通讯股份有限公司 一种软件的升级方法及终端
CN103631674B (zh) * 2012-08-24 2016-05-04 京信通信系统(中国)有限公司 嵌入cpu的fpga及其启动方法
CN106293822A (zh) * 2016-08-04 2017-01-04 青岛海信电器股份有限公司 一种从处理芯片升级的方法及装置
CN110119281A (zh) * 2018-02-07 2019-08-13 河南许继仪表有限公司 一种电能表软件模块化升级方法及电能表系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015131682A1 (zh) * 2014-09-16 2015-09-11 中兴通讯股份有限公司 一种版本更新方法、系统、基站及计算机存储介质
CN107247603A (zh) * 2017-04-18 2017-10-13 深圳市广和通无线股份有限公司 支持固件自动恢复功能的远程升级方法与系统
CN109445815A (zh) * 2018-10-15 2019-03-08 江苏恒宝智能系统技术有限公司 一种智能卡及其应用升级方法
WO2020182023A1 (zh) * 2019-03-11 2020-09-17 宁德时代新能源科技股份有限公司 储能系统的远程升级方法、能量管理系统和电池管理系统
CN111651174A (zh) * 2020-04-23 2020-09-11 威胜信息技术股份有限公司 一种mcu程序远程升级方法和系统

Also Published As

Publication number Publication date
CN113282319A (zh) 2021-08-20

Similar Documents

Publication Publication Date Title
US9775024B2 (en) Method for changing MNO in embedded SIM on basis of dynamic key generation and embedded SIM and recording medium therefor
US10936719B2 (en) Preserving trust data during operating system updates of a secure element of an electronic device
US7853534B2 (en) Authentication-authorization system for mobile communication terminal and method therefor
US9628981B2 (en) Method for changing MNO in embedded SIM on basis of special privilege, and embedded SIM and recording medium therefore
KR101613792B1 (ko) 전자 액세스 클라이언트들을 분배하며 저장하기 위한 장치 및 방법
CN110929262A (zh) 一种在线升级方法和系统
CN110446201A (zh) 一种实现eSIM远程配置的通信模组、通信方法及系统
JP2017050875A (ja) 複数のアクセス制御クライアントをサポートするモバイル装置、及び対応する方法
WO2021223278A1 (zh) Sim卡配置分发方法及系统
CN105933888A (zh) 一种基于NFC的eSIM卡烧录方法及装置
CN109587142B (zh) 一种面向业务流的数据安全接入模块和设备
CN105701427B (zh) 一种智能卡写入数据的方法及装置
CN108830113A (zh) 一种Android设备唯一标识的获取方法
WO2018209986A1 (zh) eUICC签约数据的下载方法及装置
WO2022246959A1 (zh) 一种智能卡及其更新方法
CN112468571B (zh) 内外网数据同步方法、装置、电子设备及存储介质
CN108494857A (zh) 一种ota升级的方法和设备
CN103475512A (zh) 物联网远程管理平台迁移方法、装置及物联网终端
EP2472787A1 (en) Method and system for smart card remote control
CN106972961A (zh) 一种基于蓝牙的安全设备固件升级方法
CN111918274A (zh) 码号配置、管理方法、装置、电子设备及可读存储介质
EP3541106A1 (en) Methods and apparatus for euicc certificate management
CN111694590A (zh) 一种智能水电表的升级方法
CN100446017C (zh) 数字版权备份和恢复方法及系统
CN117336022A (zh) 在可信wlan中认证电力终端的方法、系统、终端及存储介质

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: 21942528

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE