WO2008035183A2 - Procédé, serveur et sation mobile pour le transfert de données depuis un serveur vers une station mobile - Google Patents
Procédé, serveur et sation mobile pour le transfert de données depuis un serveur vers une station mobile Download PDFInfo
- Publication number
- WO2008035183A2 WO2008035183A2 PCT/IB2007/002721 IB2007002721W WO2008035183A2 WO 2008035183 A2 WO2008035183 A2 WO 2008035183A2 IB 2007002721 W IB2007002721 W IB 2007002721W WO 2008035183 A2 WO2008035183 A2 WO 2008035183A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- mobile station
- server
- data
- sim
- sending
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W12/00—Security arrangements; Authentication; Protecting privacy or anonymity
- H04W12/04—Key management, e.g. using generic bootstrapping architecture [GBA]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/34—Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W12/00—Security arrangements; Authentication; Protecting privacy or anonymity
- H04W12/03—Protecting confidentiality, e.g. by encryption
- H04W12/033—Protecting confidentiality, e.g. by encryption of the user plane, e.g. user's traffic
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L2463/00—Additional details relating to network architectures or network communication protocols for network security covered by H04L63/00
- H04L2463/062—Additional details relating to network architectures or network communication protocols for network security covered by H04L63/00 applying encryption of the keys
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/06—Selective distribution of broadcast services, e.g. multimedia broadcast multicast service [MBMS]; Services to user groups; One-way selective calling services
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/12—Messaging; Mailboxes; Announcements
- H04W4/14—Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W8/00—Network data management
- H04W8/18—Processing of user or subscriber data, e.g. subscribed services, user preferences or user profiles; Transfer of user or subscriber data
- H04W8/20—Transfer of user or subscriber data
- H04W8/205—Transfer to or from user equipment or user record carrier
Definitions
- This invention relates to a method of data transfer from a server to a mobile station. More specifically, the invention relates to a method for the server to personalize a subscriber identity module (SIM) of the mobile station that has been deployed in the field.
- SIM subscriber identity module
- SIM subscriber identity module
- IMSI international mobile subscriber identity
- Such personalization of an issued SIM is necessary, for example to fix an existing software bug in the SIM, to update the contents of the SIM, to load new applications on the SIM, etc.
- There are several ways to carry out personalization of an issued SIM One way is for the subscriber to bring the SIM to the premises of a service provider where the SIM is removed from the mobile equipment and inserted into a card reader/writer of a programming system for programming by a trained service person to effect the personalization. Such a method is very inconvenient to the user, and is both labour and resource intensive for the service provider.
- Another way for personalizing the SIM is via over-the-air (OTA) transfer of data from the server to the SIM using SMS.
- OTA over-the-air
- This method of "pushing.” data to the SIM is advantageous to the subscriber in that personalization can now be performed remotely without any inconvenience to the subscriber.
- this method of personalization is nevertheless still “expensive" to the service provider since several short messages are required to personalize a single SIM.
- To update a batch of SIMs a correspondingly large number of SMSs would be necessary. It is also possible that not all SMSs are safely delivered to the subscribers; some SMSs might be lost.
- Another disadvantage associated with such a remote personalization method is the need for the short messages to be encrypted using transport keys. To do so, the service provider needs to provide a server that is able to store the transport keys of all the SIMs that it issues.
- An improvement over the "push" mode of personalization is a "pull" mode.
- the server does not initiate the transfer of data to the mobile station. Instead, the mobile station initiates the transfer of data. At the occurrence of a designated event, the mobile station sends a request for update to the server. If the server determines that there is an update for the mobile station, the server will send the updated data to the mobile station.
- This mode of personalization requires that the mobile station check regularly with the server if there is an update for the mobile station. When there is no update, bandwidth needed for the sending of the requests is wasted.
- a method for transferring data from a server to at least one mobile station includes the server first sending a notification to the mobile station for informing the mobile station that there is data to be transferred to the mobile station.
- the mobile station receives the notification, the mobile station sends a request to the server for requesting the server to transfer data to the mobile station.
- the server sends a response to the mobile station for transferring data to the mobile station.
- the mobile station includes a mobile terminal or equipment, and a subscriber identity module (SIM) that is connectable to the mobile equipment. The data may thus be transferred to either the mobile equipment or the SIM.
- SIM subscriber identity module
- Transferring of data includes, but is not limited to, downloading of a new file and updating an existing file or configuration data. Downloading of a file may include the downloading of a script file to the SIM for personalization of the SIM.
- the request and the response are sent by the mobile station and the server respectively using one of the protocols in the Internet Protocol suite. Some examples of the protocols of the IP suite include the Hypertext Transfer Protocol (HTTP), File Transfer Protocol (FTP), etc.
- HTTP Hypertext Transfer Protocol
- FTP File Transfer Protocol
- each of the mobile station and the server includes a master key that is common to both the mobile station and the server.
- the server when sending the notification generates a session key, encrypts the generated session key using the master key, and sends the notification that includes the encrypted session key to the mobile station.
- the mobile station receives the notification, it decrypts the encrypted session key in the notification using the master key.
- the mobile station next generates a transport key and encrypts the generated transport key using the session key from the server.
- the mobile station sends the request that includes the encrypted transport key to the server.
- the server decrypts the encrypted transport key using the session key it generated earlier.
- the server next encrypts the data for transfer to the mobile station using the transport key; and sends a response that includes the encrypted data to the mobile station. In this manner, the transfer of data from the server to the particular mobile station is secured.
- it is the SIM of the mobile station that receives the notification, sends the request and receives the response.
- the master key is stored in the SIM. This master key may be common to two or more SIMs in a batch of SIMs. These two or more SIMs can thus be targeted for personalization by using the master key.
- the notification may be a short message service - cell broadcast (SMS-CB) message.
- SMS-CB short message service - cell broadcast
- SMS-PP short message service - point to point
- a mobile station having means for carrying out the steps performed by the mobile station in any of the embodiments of the method described above.
- the mobile station includes means for receiving a notification from the server for informing the mobile station that there is data to be transferred to the mobile station; means for sending a request to a server for requesting the server to transfer data to the mobile station; and means for receiving a response, which includes the data, from the server.
- the mobile station includes a mobile equipment and a subscriber identity module (SIM).
- SIM subscriber identity module
- a software program having instructions executable by a processor of one of the mobile equipment and a subscriber identity module for implementing the steps performed by the mobile station in any of the embodiments of the method described above.
- a server having means for carrying out the steps performed by the server in any of the embodiments of the method described above.
- the server includes means for sending a notification to the mobile station for informing the mobile station that there is data to be transferred to the mobile station; means for receiving a request from a mobile station for requesting the server to transfer data to the mobile station; and means for sending a response, which includes the data, to the mobile station.
- Figure 1 is a schematic drawing of a system including a mobile station and a server for transferring data to the mobile station, according to one embodiment of the invention
- FIG 2 is a schematic drawing of the mobile station in Figure 1 , the mobile station including a mobile equipment and a subscriber identity module (SIM); and
- SIM subscriber identity module
- Figure 3 is a flowchart showing a sequence of steps, according to one embodiment, for implementing a method in the system in Figure 1 for the server to transfer data to the mobile station.
- FIG. 1 shows a system 2 that includes a server 4 and a mobile station 6 of a Global System for Mobile communications (GSM) network 8. Additionally, the server 4 and the mobile station 6 communicate with each other over the Internet 10, using an Internet Protocol (IP) suite protocol.
- IP Internet Protocol
- the mobile station 6 includes a mobile terminal or equipment (ME) 12, and an authentication token in the form of an electronic "smart card” or chip card (equipped with a microprocessor) supported in the mobile equipment 12. This authentication token is known as a subscriber identity module (SIM) 14 when used in the GSM network 8.
- SIM subscriber identity module
- the mobile terminal 12 includes a processor 16 and its associated memory 18.
- the mobile equipment 12 is connected to the removable SIM 14 via electrical contacts 20.
- the SIM 14 includes a SIM processor 22 and a SIM memory 24.
- the SIM 14 is used for the storage and retrieval of data items by the processor 16 of trie mobile equipment 12.
- the command set, data file structure and data coding used for data communicated via the interface between the mobile equipment processor 16 and the SIM processor 22 are specified in 3GPP technical specification 11.11 or ETSI Technical Specification 100.977.
- Applications are stored on the SIM 14 card, more specifically in the SIM memory 24. These applications allow interactions between the SIM 14 and the mobile terminal 12. These applications may be supported by the SIM application toolkit or a similar platform.
- the applications may be developed using , a number of computer programming languages, such as C, JavaTM or any other proprietary programming language. Typical applications include downloading data and "events" to the SIM 14. Data records are stored in what is known as elementary files in the SIM memory 24.
- the SIM 14 Before the SIM 14 is issued to a subscriber (not shown), the SIM 14 is programmed with a unique International Mobile Subscriber Identity (IMSI) by the manufacturer of the SIM 14. Additionally, the SIM 14 is programmed with a secret master key, CardMsKey, either by the manufacturer of the SIM .14 or the service provider that issues the SIM 14.
- the master key, CardMsKey is a key that is common to a batch of SIMs to which the SIM 14 belongs. In this case, the master key, CardMsKey, is a symmetric key. However, it should be noted asymmetric keys could also be used.
- the SIM 14 After the SIM 14 is issued to the subscriber, the SIM 14 might need to be further personalized from time to time, either individually or as a batch, for example to send a software patch to the SIM to fix a software bug.
- the server 4 sends a notification 26 to the mobile station 6 for informing the mobile station 6 that there is data to be transferred to the mobile station 6.
- the mobile station 6 sends a request 27 to the server 4 for requesting the server 4 to transfer data to the mobile station 6.
- the server 4 then sends a response 28 to the mobile station for transferring data to the mobile station for personalizing the SIM 14.
- a new SIM toolkit application is stored in the SIM memory 24 for allowing such transfer of data from the server to the SIM 14 of the mobile station 6.
- Such an application is also known as an applet, or more specifically a cardlet, when implemented on a JavaTM card type of SIM.
- the SIM processor 22 executes this new application to perform steps performed by the SIM 14 in the method for allowing the server 4 to transfer data thereto.
- Figure 3 is a flowchart showing a sequence 30 of steps, according to an embodiment, that implements the method.
- the sequence 30 starts in a START step 32 at the server 4 when it is determined that there is a need to personalize the batch of SIMs to which the SIM 14 belongs.
- the sequence 30 next proceeds to a SEND NOTIFICATION step 34, wherein the server 4 generates a secret
- the secret session key may be a random value generated by the server 4.
- the verification parameter may be an identifier, signature or certificate of the server 4 that is known to the mobile station 6.
- the secret session key may be the same or different for different personalization sessions.
- the server 4 sends this notification to the mobile station 6 by broadcasting it via a short message service message, preferably a short message service - cell broadcast (SMS-CB) message.
- SMS-CB short message service - cell broadcast
- the SMS-CB message includes an identifier, which indicates the type or purpose of the message.
- the server 4 may include a certificate in the notification to further increase the security of the sending of the notification to the mobile station 6.
- the sequence 30 next proceeds to a RECEIVE NOTIFICATION step 36 at the mobile station 6, more specifically at the SIM 14.
- the SIM 14 upon identifying the SMS-CB message as a remote notification from the server 4 decrypts the encrypted information in the notification using the master key, CardMsKey, stored in the SIM 14 to obtain the URL address, the verification parameter and the session key of the server 4.
- the transport key, CardTpKey may be the key identified by either the ciphering key identifier (KIc) or key identifier(Kid) (specified in the GSM 03.48 standards) that is used in over-the-air (OTA) personalization using the short message service (SMS).
- the transport key, CardTpKey, generated by a particular SIM may be different for different sessions involving the SIM 14 to enhance security.
- the SIM 14 encrypts the transport key, CardTpKey, with the session key, SvrSnKey.
- the SIM 14 then codes the encrypted transport key, CardTpKey, into 7-bit ASCII data blocks for passing as parameters in a HTTP request message.
- the SIM 14 sends the modified URL via APDU, e.g. a Bearer Independent Protocol (BIP) APDU specified in the GSM 11.14 standards, to an agent (not shown) in the mobile equipment 12.
- BIP Bearer Independent Protocol
- the agent translates the APDU to a HTTP request.
- the agent sends the HTTP request including the modified URL to the server 4, via the Internet 10, to open a HTTP connection therewith.
- the sequence 30 next proceeds to a RECEIVE REQUEST step 42 at the server 4, wherein the server 4 decodes and decrypts the coded encrypted transport key, CardTpKey, using the session key, SvrSnKey, to obtain the transport key generated by the SIM 14.
- the sequence 30 next proceeds to a SEND RESPONSE step 44, wherein the server 4 obtains the APDU script file from the address specified in the URL and encrypts the APDU script file using the transport key, CardTpKey.
- the server 4 sends the encrypted APDU script file to the SIM 14 in a HTTP response.
- the APDU may be in the same format as that used in an over-the-air customisation (OTAC) SMS short message.
- OTAC over-the-air customisation
- the sequence 30 next proceeds to a RECEIVE RESPONSE step 46 at the mobile station 6, wherein the mobile equipment 12 receives the encrypted APDU script file, converts it to APDU and sends it to the SIM 14.
- the SIM 14 decrypts the encrypted APDU script file using the transport key, CardTpKey, to obtain the original APDU script file.
- the SIM 14 then executes commands in the APDU script file to personalize the SIM 14.
- the sequence 30 then ends in a END step 48.
- the mobile station 6 does not check with the server 4 if personalization is required. Whenever personalization needs to be carried out, the server 4 will send a notification to the mobile station 6. Thus a more bandwidth efficient solution is attained.
- a simpler, and thus less expensive, server is required for implementing the solution.
- the server does not need to maintain a database of keys of the mobile stations. The server just needs to be able to generate the notification SMS-CB, and to use a common gateway interface (CGI) method to perform encryption of the APDU script file using the transport key, CardTpKey.
- CGI common gateway interface
- the present invention is described as implemented in the above-described embodiment, it is not to be construed to be limited as such.
- the data may be transferred to the mobile equipment instead of the SIM.
- the mobile equipment may communicate with the server using other protocols, for example the file transfer protocol (FTP) instead of HTTP.
- FTP file transfer protocol
- the method may be used to personalize a single SIM or a small number of SIMs.
- the notification may be a SMS-PP message.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
La présente invention concerne un procédé destiné à transférer des données depuis un serveur vers au moins une station mobile. Le procédé comprend : l'envoi par le serveur d'une notification vers la station mobile pour informer cette dernière que des données ont été transférées à la station mobile; l'envoi par la station mobile d'une demande au serveur lui demandant de transférer les données vers la station mobile et le serveur envoyant une réponse à la station mobile pour transférer les données à la station mobile. La présente invention concerne également une station mobile et un serveur destinés à mettre en œuvre le procédé.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CNA2006101689337A CN101150851A (zh) | 2006-09-20 | 2006-09-20 | 用于从服务器传送数据到移动站的方法、服务器和移动站 |
CN200610168933.7 | 2006-09-20 |
Publications (2)
Publication Number | Publication Date |
---|---|
WO2008035183A2 true WO2008035183A2 (fr) | 2008-03-27 |
WO2008035183A3 WO2008035183A3 (fr) | 2008-05-29 |
Family
ID=39144372
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/IB2007/002721 WO2008035183A2 (fr) | 2006-09-20 | 2007-09-20 | Procédé, serveur et sation mobile pour le transfert de données depuis un serveur vers une station mobile |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN101150851A (fr) |
WO (1) | WO2008035183A2 (fr) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP2106191A1 (fr) | 2008-03-28 | 2009-09-30 | Vodafone Holding GmbH | Procédé pour la mise à jour d'une carte intelligente et carte intelligente dotée d'une capacité de mise à jour |
DE102008027043A1 (de) * | 2008-06-06 | 2009-12-10 | Giesecke & Devrient Gmbh | Verfahren zum Personalisieren eines Sicherheitselements eines mobilen Endgeräts |
WO2010072243A1 (fr) * | 2008-12-24 | 2010-07-01 | Telecom Italia S.P.A. | Procédé de transfert automatique d'une application dans un terminal de communication mobile de réseaux de télécommunication |
WO2012140101A1 (fr) * | 2011-04-15 | 2012-10-18 | Vodafone Holding Gmbh | Procédé et système de transmission de données à un module d'identification dans un terminal de radiotéléphonie mobile |
EP2566207A1 (fr) * | 2011-09-05 | 2013-03-06 | Morpho Cards GmbH | Réseau informatique, dispositif de téléphone mobile et programme informatique pour écrire des fichiers cryptés sur une carte d'accès de télécommunication |
EP2991314A1 (fr) * | 2014-08-25 | 2016-03-02 | Gemalto SA | Méthode et premier dispositif pour charger une application |
EP4443922A1 (fr) * | 2023-04-04 | 2024-10-09 | T-Mobile Innovations LLC | Notification de pousser de module d'identité d'abonné par radio |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101309271B (zh) * | 2008-07-09 | 2012-09-26 | 大唐微电子技术有限公司 | 基于无线通信的用户识别模块业务发行方法及系统 |
CN102025711B (zh) * | 2009-09-11 | 2014-09-17 | 中国银联股份有限公司 | 一种智能卡进行外部应用通讯的方法 |
CN104144405B (zh) * | 2013-05-10 | 2018-01-09 | 中国电信股份有限公司 | 用户卡文件远程管理方法和系统 |
CN105101153A (zh) * | 2015-07-28 | 2015-11-25 | 集怡嘉数码科技(深圳)有限公司 | 一种数据漫游的方法、装置以及系统 |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1276339A1 (fr) * | 2001-02-28 | 2003-01-15 | Dai Nippon Printing Co., Ltd. | Systeme de telechargement de programme vers un module universel d'identification d'abonne |
US20040098715A1 (en) * | 2002-08-30 | 2004-05-20 | Parixit Aghera | Over the air mobile device software management |
-
2006
- 2006-09-20 CN CNA2006101689337A patent/CN101150851A/zh active Pending
-
2007
- 2007-09-20 WO PCT/IB2007/002721 patent/WO2008035183A2/fr active Application Filing
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1276339A1 (fr) * | 2001-02-28 | 2003-01-15 | Dai Nippon Printing Co., Ltd. | Systeme de telechargement de programme vers un module universel d'identification d'abonne |
US20040098715A1 (en) * | 2002-08-30 | 2004-05-20 | Parixit Aghera | Over the air mobile device software management |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP2106191A1 (fr) | 2008-03-28 | 2009-09-30 | Vodafone Holding GmbH | Procédé pour la mise à jour d'une carte intelligente et carte intelligente dotée d'une capacité de mise à jour |
DE102008027043A1 (de) * | 2008-06-06 | 2009-12-10 | Giesecke & Devrient Gmbh | Verfahren zum Personalisieren eines Sicherheitselements eines mobilen Endgeräts |
DE102008027043B4 (de) * | 2008-06-06 | 2012-03-08 | Giesecke & Devrient Gmbh | Verfahren zum Personalisieren eines Sicherheitselements eines mobilen Endgeräts |
WO2010072243A1 (fr) * | 2008-12-24 | 2010-07-01 | Telecom Italia S.P.A. | Procédé de transfert automatique d'une application dans un terminal de communication mobile de réseaux de télécommunication |
US8996065B2 (en) | 2008-12-24 | 2015-03-31 | Telecom Italia S.P.A. | Method for automatically transferring an application in a mobile communication terminal of telecommunication networks |
WO2012140101A1 (fr) * | 2011-04-15 | 2012-10-18 | Vodafone Holding Gmbh | Procédé et système de transmission de données à un module d'identification dans un terminal de radiotéléphonie mobile |
EP2566207A1 (fr) * | 2011-09-05 | 2013-03-06 | Morpho Cards GmbH | Réseau informatique, dispositif de téléphone mobile et programme informatique pour écrire des fichiers cryptés sur une carte d'accès de télécommunication |
EP2991314A1 (fr) * | 2014-08-25 | 2016-03-02 | Gemalto SA | Méthode et premier dispositif pour charger une application |
EP4443922A1 (fr) * | 2023-04-04 | 2024-10-09 | T-Mobile Innovations LLC | Notification de pousser de module d'identité d'abonné par radio |
Also Published As
Publication number | Publication date |
---|---|
CN101150851A (zh) | 2008-03-26 |
WO2008035183A3 (fr) | 2008-05-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2008035183A2 (fr) | Procédé, serveur et sation mobile pour le transfert de données depuis un serveur vers une station mobile | |
KR102597224B1 (ko) | 통신 시스템에서 프로파일 설치 방법 및 장치 | |
EP2747466B1 (fr) | Procédés et dispositifs de gestion d'abonnement ota | |
CN107534856B (zh) | 用于在无线通信系统中管理终端的简档的方法和装置 | |
JP5422571B2 (ja) | 無線機器の登録方法及び装置 | |
US10242210B2 (en) | Method for managing content on a secure element connected to an equipment | |
JP6185152B2 (ja) | サービスにアクセスする方法、アクセスするためのデバイスおよびシステム | |
CN111052777A (zh) | 支持无线通信系统中设备间简档转移的方法和装置 | |
US20090217038A1 (en) | Methods and Apparatus for Locating a Device Registration Server in a Wireless Network | |
CN113678484B (zh) | 提供订阅配置档的方法、用户身份模块和订阅服务器 | |
US11937088B2 (en) | Updating a subscriber identity module | |
KR20190004499A (ko) | eSIM 단말과 서버가 디지털 인증서를 협의하는 방법 및 장치 | |
JP2012034381A (ja) | Gaaのための汎用鍵の決定メカニズム | |
WO2010045823A1 (fr) | Procédé et système de mise à jour de clé cryptographique | |
US20220232387A1 (en) | Method for setting up a subscription profile, method for providing a subscription profile, subscriber identity module | |
CN108616861B (zh) | 一种空中写卡方法及装置 | |
EP3955607B1 (fr) | Procédé de transmission et/ou d'utilisation d'informations de profil ou au moins de parties de celles-ci, système, dispositif de communication client, entité serveur, programme et produit programme informatique | |
KR20190050949A (ko) | eUICC를 이용하기 위한 보안 기반 환경 구축 방법 및 장치 | |
EP2731370B1 (fr) | Authentification sécurisée entre un dispositif de communication et un serveur |
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: 07825144 Country of ref document: EP Kind code of ref document: A2 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 07825144 Country of ref document: EP Kind code of ref document: A2 |