WO2013062358A1 - 모바일 기기에 장착된 se를 위한 통신 인터페이스 방법 및 이를 적용한 se - Google Patents

모바일 기기에 장착된 se를 위한 통신 인터페이스 방법 및 이를 적용한 se Download PDF

Info

Publication number
WO2013062358A1
WO2013062358A1 PCT/KR2012/008866 KR2012008866W WO2013062358A1 WO 2013062358 A1 WO2013062358 A1 WO 2013062358A1 KR 2012008866 W KR2012008866 W KR 2012008866W WO 2013062358 A1 WO2013062358 A1 WO 2013062358A1
Authority
WO
WIPO (PCT)
Prior art keywords
communication
server
applet
mobile device
communication manager
Prior art date
Application number
PCT/KR2012/008866
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 에스케이씨앤씨 주식회사
Priority to CN201280053083.XA priority Critical patent/CN103918240B/zh
Priority to EP12843526.0A priority patent/EP2773076A4/en
Priority to US14/354,786 priority patent/US9332374B2/en
Publication of WO2013062358A1 publication Critical patent/WO2013062358A1/ko

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/50Service provisioning or reconfiguring
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0246Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
    • H04L41/026Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols using e-messaging for transporting management information, e.g. email, instant messaging or chat
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/60Subscription-based services using application servers or record carriers, e.g. SIM application toolkits
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • H04L63/0281Proxies
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • H04W4/14Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]

Definitions

  • the present invention relates to a communication interface method, and more particularly, to a communication interface method for a secure element (SE) mounted on a mobile device.
  • SE secure element
  • the Toolkit Applet running on the Universal Subscriber Identity Module Card can communicate with the operator server over the air (OTA) or Bear Independent Protocol (BIP) (Transmission Control Protocol) or User Datagram Protocol (UDP). Since communication must be performed, it has a communication processing function for this.
  • OTA Universal Subscriber Identity Module Card
  • BIP Bear Independent Protocol
  • UDP User Datagram Protocol
  • FIG. 1 is a diagram illustrating a program architecture of a USIM card. As shown in FIG. 1, in addition to the toolkit framework 20 and the card operating system (COS) 30, a plurality of toolkit applets 11, 12, and 13 are installed in the USIM card to perform different services. It can be confirmed.
  • COS card operating system
  • the toolkit applets 11, 12, and 13 have a communication processing function necessary for them, and directly perform the necessary communication processing.
  • Figure 2 shows the communication schemes that the toolkit applets 11, 12, 13 can handle.
  • the toolkit applet-1 11 can only perform OTA communication processing
  • the toolkit applet-2 12 can only communicate OTA and TCP communications.
  • the toolkit applet-3 13 can confirm that only TCP and UDP communication processing is possible.
  • the toolkit applet-1 11 is to enable the TCP communication processing, it is necessary to add the TCP communication processing function to the toolkit applet-1 11, which is a cumbersome task in program design.
  • toolkit applets 11, 12, and 13 make toolkit applet development difficult.
  • the toolkit applets 11, 12, and 13 have a communication processing function redundantly, there is a problem that the capacity of the applet becomes large and a large memory is required.
  • the present invention has been made to solve the above problems, an object of the present invention, a communication interface method for performing the processes required for communication between the applet and the server through a separate communication manager and the applet SE and applying the SE In providing.
  • a communication interface method includes: a communication manager installed in a secure element (SE) mounted on a mobile device, so as to be communicatively connected to a server through the mobile device; And performing, by the communication manager, processes necessary for communication between the server and an applet installed separately from the communication manager in the SE.
  • SE secure element
  • the performing may perform processes necessary for communication between the applet and the server only for applets registered to communicate with the server through the communication manager.
  • an applet not registered to communicate with the server through the communication manager may directly perform processes necessary for the applet itself to communicate between the servers.
  • the performing may include performing processes necessary for a communication connection between the applet and the server.
  • the performing may include extracting a command from data received from the server; Transferring the command extracted in the extraction step to the applet; Generating a command response from the command execution result received from the applet; And transmitting the command response to the server.
  • the communication between the applet and the server may be any one of an OTA method, a BIP method, a TCP method, and a UDP method.
  • SE the interface connected to the mobile device; Memory with separately installed applets and communications managers; And a processor configured to execute the communication manager so as to be communicatively connected to a server through the mobile device connected to an interface, and perform processes necessary for communication between the applet and the server using the communication manager.
  • a communication manager installed in a SE (Secure Element) mounted on a mobile device, the communication device connected to the server via the mobile device; And performing processes necessary for communication between the applet installed separately from the communication manager and the server in the SE.
  • SE Secure Element
  • the communication processing function is omitted in the applets, thereby simplifying the applet. Accordingly, the capacity of the applet is reduced, so that the memory of the SE can be implemented in a small capacity.
  • 1 shows a program architecture of a USIM card
  • FIG. 2 is a table showing communication schemes that the toolkit applets shown in FIG. 1 can handle;
  • FIG. 3 illustrates a communication system to which the present invention is applicable
  • FIG. 4 is a detailed block diagram of a mobile phone equipped with a USIM card
  • FIG. 5 shows the architecture of a program for the USIM processor to communicate with a server
  • FIG. 6 is a table showing communication schemes that the toolkit applets shown in FIG. 5 can handle;
  • FIG. 8 is a view provided to explain a process of establishing a communication connection between a telecommunication company server and a USIM card;
  • FIG. 9 is a diagram provided to explain a communication process between a telecommunication company server and a USIM card.
  • FIG. 3 illustrates a communication system to which the present invention is applicable.
  • a communication system to which the present invention is applicable is constructed by connecting a carrier server 50, a mobile phone 100, and a universal subscriber identity module card (USIM card) 160 to communicate with each other. .
  • USIM card universal subscriber identity module card
  • the mobile phone 100 and the telecommunication company server 50 may be connected to each other through a mobile communication network in an over-the-air (OTA) manner or a bearer independent protocol (BIP) manner.
  • the BIP scheme includes a transmission control protocol (TCP) scheme and a user datagram protocol (UDP) scheme.
  • the USIM card 160 is detachable from the mobile phone 100.
  • the USIM card 160 and the mobile phone 100 can communicate with each other.
  • the mobile phone 100 and the USIM card 160 may also communicate in an OTA or BIP method.
  • SMS Short Message Service
  • BIP TCP, UDP
  • the mobile phone 100 includes a mobile communication unit 110, a touch screen 120, a controller 130, a storage 140, and a USIM interface 150.
  • the mobile communication unit 110 is a communication means connected to communicate with the communication company server 50 through a mobile communication network
  • the USIM interface 150 is a physical communication interface supporting a communication connection with the USIM card 160.
  • the touch screen 120 functions as a display for displaying a user interface (UI) screen and contents, and also functions as a user interface means for receiving a user command in a touch manner and transferring the user command to the controller 130 to be described later.
  • UI user interface
  • the controller 130 executes a program stored in the storage 140 to control the overall operation of the mobile phone 100.
  • the USIM card 160 mounted on the mobile phone 100 includes a mobile phone interface 161, a USIM processor 163, and a USIM memory 165.
  • the mobile phone interface 161 is a physical communication interface that supports a communication connection with the USIM interface 150 of the mobile phone 100.
  • the USIM memory 165 is a storage medium that stores programs and data necessary for the USIM card 160.
  • the USIM processor 163 executes commands of the server 100 delivered through the mobile phone 100. As a preliminary procedure for this, the USIM processor 163 establishes a communication connection with the server 100 through the mobile phone 100.
  • FIG. 5 illustrates the architecture of a program for the USIM processor 163 to communicate with the server 100.
  • Programs of the architecture shown in FIG. 5 are installed in the USIM memory 165 and executed by the USIM processor 163.
  • the program architecture for communication with the server 100 includes toolkit applets 171-1, 171-2, 171-3, a connection handler (CH) 173, It includes a toolkit framework 175 and a Card Operating System (COS) 177.
  • CH connection handler
  • COS Card Operating System
  • the COS 177 is an OS for the USIM card 160, and the toolkit framework 175 includes elements commonly used for toolkit applets 171-1, 171-2, and 171-3 (eg, templates). , Classes, and libraries) are defined.
  • the USIM card 160 includes a plurality of toolkit applets 171-1, 171-2, and 171-3 for performing different services.
  • the processes required for communication with the telecommunication company server 50 include establishing a communication connection with the telecommunication company server 50, extracting a command from data received from the telecommunication company server 50, and responding the command execution result to the telecommunication company server 50. Treatment and the like.
  • the CH 173 is a communication processor that interfaces with the toolkit applets 171-1, 171-2, and 171-3 and connects to the communication service provider server 50 via the mobile phone 100.
  • the CH 173 may be viewed as a framework that performs processes required for communication between the toolkit applets 171-1, 171-2, and 171-3 and the communication company server 50.
  • the CH 173 establishes a communication connection between the communication company server 50 and the USIM card 160, extracts a command from data received from the communication company server 50, and transfers the command to the applet, and executes a command by the applet. The result is returned to the communication company server 50.
  • the communication with the communication company server 50 includes both communication by the OTA method and communication by the BIP (TCP, UDP) method.
  • the OTA scheme and the BIP (TCP, UDP) scheme are applicable to all of the toolkit applets 171-1, 171-2, and 171-3.
  • toolkit applets installed in the USIM card 160 may not require communication processing by the CH 173 or may not want communication processing by the CH 173.
  • EF Elementary file
  • TARs Toolkit Applet References
  • FIG. 7 illustrates the format of the EF. As shown in FIG. 7, the number of registered TARs and the TARs are stored in the EF.
  • the number of registered TARs contains information on the number of TARs registered in the EF.
  • the TARs also contain TARs of toolkit applets that will perform communication processing by the CH 173.
  • TAR-1 of Toolkit Applet-1 (171-1) and TAR-2 of Toolkit Applet-2 (171-2) are stored, while TAR-3 of Toolkit Applet-3 (171-3) is stored. Assume that it is not listed.
  • the CH 173 performs processes necessary for communication with the communication company server 50.
  • the toolkit applet-3 171-3 directly performs the processes necessary for communication with the communication company server 50, rather than the CH173. In this case, therefore, the toolkit applet-3 171-3 is required to have functions for performing communication processes.
  • FIG. 8 is a diagram provided to explain a process of establishing a communication connection between the telecommunication company server 50 and the USIM card 160
  • FIG. 9 is a diagram provided to explain a communication process between the telecommunication company server 50 and the USIM card 160. to be.
  • the toolkit applet 171 shown in Figs. 8 and 9 assumes that the TAR is a toolkit applet registered in the EF (i.e., a toolkit applet in which the CH 173 performs processes necessary for communication with the communication company server 50). .
  • the mobile phone 100 when receiving an SMS message including a TCP connection request from the communication company server 50 (S810), the mobile phone 100 receives an SMS message (TCP connection) received in step S810 together with an SMS message reception event. Request) to the CH 173 of the USIM card 160 (S820).
  • the CH 173 parses the SMS message received through step S820 to grasp the "TCP connection request" that is included in the SMS message (S830), and the toolkit applet 171 to connect to the communication server 50. It is confirmed that the TAR of) exists in the EF (S840).
  • the CH 173 delivers the SMS message (TCP connection) to the mobile phone 100 (S850)
  • the CH 173 transmits the SMS message (TCP connection) received in step S850 to the communication company server 50. (S860).
  • step S860 In response to the SMS message (TCP connection) received in step S860, when the communication company server 50 transmits the SMS message (TCP connection response) to the mobile phone 100 (S870), the mobile phone 100 is SMS
  • the SMS message (TCP connection response) received in step S870 together with the message reception event is transmitted to the CH 173 of the USIM card 160 (S880).
  • the TCP connection between the communication company server 50 and the USIM card 160 is completed.
  • the TCP connection between the carrier server 50 and the USIM card 160 is performed by the CH 173 of the USIM card 160, and the toolkit applet 171 is not involved.
  • the toolkit applet 171 shown in FIG. 8 assumes that the TAR is a toolkit applet registered in the EF (a toolkit applet performed by the CH 173 to perform processes necessary for communication with the communication company server 50).
  • the TAR of the toolkit applet 171 shown in FIG. 8 is not registered in the EF (the toolkit applet 171 is a toolkit applet in which the CH 173 does not perform the processes required for communication with the communication company server 50). Case), the TCP connection procedure will be performed by the toolkit applet 171, not the CH 173.
  • the mobile phone 100 sends a TCP packet reception event to the CH 173 of the USIM card 160. In step (S910).
  • step S910 In response to the TCP packet reception event received in step S910, when the CH 173 requests a TCP packet from the mobile phone 100 (S915), the mobile phone 100 sends a TCP packet (command) to the CH 173. Transfer (S920).
  • the CH 173 parses the TCP packet received through the operation S920, extracts a command contained in the TCP packet (S925), and transmits the command to the toolkit applet 171 (S930).
  • the toolkit applet 171 executes the command received in operation S930 (S935), and transmits the command execution result to the CH 173 in operation S935 (S940).
  • the mobile phone 100 transmits a TCP packet (command response) to the communication company server 50 in step S955 (S960).
  • the telecommunication company server 50 and the USIM card 160 is a TCP connection, but this is merely an example for convenience of description.
  • the technical spirit of the present invention may also be applied to the case where the telecommunication company server 50 and the USIM card 160 perform a UDP connection, an OTA connection, or another communication method.
  • the USIM card 160 is an example of a Secure Element (SE) that communicates with the communication service provider server 50 for the purpose of providing a service to a user of the mobile phone 100, and uses another type of SE (for example, the USIM card).
  • SE Secure Element
  • the present invention can be applied to the case of replacing with an Embedded SE, Secure MC (Secure Memory Card).
  • the present invention may be applied to other types of applets other than toolkit applets, and the technical idea of the present invention may be applied to cases in which the USIM card 160 communicates with a server other than the communication company server 50. have.
  • the mobile phone 100 and the communication company server 50 may be connected to communicate with each other via a wireless network instead of a mobile communication network, and the mobile phone 100 may be replaced with another type of mobile device.
  • Technical ideas may apply.
  • the technical idea of the present invention can be applied to a computer-readable recording medium containing a computer program for performing the functions of the apparatus and method according to the present embodiment.
  • the technical idea according to various embodiments of the present disclosure may be implemented in the form of computer readable codes recorded on a computer readable recording medium.
  • the computer-readable recording medium can be any data storage device that can be read by a computer and can store data.
  • the computer-readable recording medium may be a ROM, a RAM, a CD-ROM, a magnetic tape, a floppy disk, an optical disk, a hard disk drive, or the like.
  • the computer-readable code or program stored in the computer-readable recording medium may be transmitted through a network connected between the computers.

Abstract

모바일 기기에 장착된 SE를 위한 통신 인터페이스 방법 및 이를 적용한 SE가 제공된다. 본 발명의 실시예에 따른, 통신 인터페이스 방법은, 모바일 기기에 장착되는 SE에 설치된 통신 관리기가 모바일 기기를 통해 서버에 통신 가능하도록 연결되고, 통신 관리기가 SE에 통신 관리기와 별도로 설치된 애플릿과 서버 간의 통신에 필요한 처리들을 수행한다. 이에 의해, 애플릿과 서버 간의 통신에 필요한 처리들을 애플릿이 아닌 별도의 통신 관리기에 의해 수행가능하게 되므로, 애플릿들에 통신처리 기능이 생략되어 애플릿을 단순화시킬 수 있게 된다.

Description

모바일 기기에 장착된 SE를 위한 통신 인터페이스 방법 및 이를 적용한 SE
본 발명은 통신 인터페이스 방법에 관한 것으로, 더욱 상세하게는 모바일 기기에 장착된 SE(Secure Element)를 위한 통신 인터페이스 방법에 관한 것이다.
USIM 카드(Universal Subscriber Identity Module Card)에서 실행되는 툴킷 애플릿(Toolkit Applet)은 통신사 서버와 OTA(Over The Air) 통신 또는 BIP(Bearer Independent Protocol)(TCP(Transmission Control Protocol)/UDP(User Datagram Protocol)) 통신을 수행하여야 하므로, 이를 위한 통신처리 기능을 구비하고 있다.
도 1은 USIM 카드의 프로그램 아키텍쳐를 도시한 도면이다. 도 1에 도시된 바와 같이, USIM 카드에는 툴킷 프레임워크(20)와 COS(Card Operating System)(30) 외에도, 각기 다른 서비스들을 수행하기 위한 다수의 툴킷 애플릿들(11, 12, 13)이 설치되어 있음을 확인할 수 있다.
또한, 툴킷 애플릿들(11, 12, 13)은 자신들에 필요한 통신처리 기능을 구비하고 있으며, 필요한 통신처리를 직접 수행하고 있다.
도 2에는 툴킷 애플릿들(11, 12, 13)이 처리가능한 통신 방식들을 표로 나타내었다. 도 1과 도 2에 도시된 바에 따르면, 1) 툴킷 애플릿-1(11)은 OTA 방식의 통신처리만 가능하고, 2) 툴킷 애플릿-2(12)는 OTA 방식과 TCP 방식의 통신처리만 가능하며, 3) 툴킷 애플릿-3(13)은 TCP 방식과 UDP 방식의 통신처리만 가능함을 확인할 수 있다.
만약, 툴킷 애플릿-1(11)이 TCP 방식의 통신처리가 가능하도록 하려면, 툴킷 애플릿-1(11)에 TCP 통신처리 기능을 추가하여야 하는데, 이는 프로그램 설계상 매우 번거로운 작업이다.
또한, 툴킷 애플릿들(11, 12, 13)에 통신처리 기능을 부가하는 것은 툴킷 애플릿 개발을 어렵게 만든다. 뿐만 아니라, 툴킷 애플릿들(11, 12, 13)이 통신처리 기능을 중복적으로 구비하게 되므로, 애플릿의 용량이 커져 대용량의 메모리가 요구되는 문제가 있다.
최근 들어, 통신망의 발달과 다양한 모바일 서비스들의 등장으로 인해, 서버와 USIM 카드가 통신해야 하는 빈도 및 데이터량이 증가하고 있어, OTA 통신 외에도 BIP 통신이 필요한 툴킷 애플릿들이 증가하고 있는 상황이다.
이와 같은 상황은, 툴킷 애플릿들의 용량 증가 및 대용량의 메모리에 대한 요구를 더욱 증가시키게 되어, 툴킷 애플릿 개발을 어렵게 하고 USIM 카드의 제조 단가를 상승시키게 된다.
본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은, 애플릿과 구별되는 별도의 통신 관리기를 통해 애플릿과 서버 간의 통신에 필요한 처리들을 수행하는 통신 인터페이스 방법 및 이를 적용한 SE를 제공함에 있다.
상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른, 통신 인터페이스 방법은, 모바일 기기에 장착되는 SE(Secure Element)에 설치된 통신 관리기가, 상기 모바일 기기를 통해 서버에 통신 가능하도록 연결되는 단계; 및 상기 통신 관리기가, 상기 SE에 상기 통신 관리기와 별도로 설치된 애플릿과 상기 서버 간의 통신에 필요한 처리들을 수행하는 단계;를 포함한다.
그리고, 상기 수행단계는, 상기 통신 관리기를 통해 상기 서버와 통신할 것으로 등록된 애플릿에 대해서만, 상기 애플릿과 상기 서버 간의 통신에 필요한 처리들을 수행할 수 있다.
또한, 상기 통신 관리기를 통해 상기 서버와 통신할 것으로 등록되지 않은 애플릿은, 애플릿 자신이 상기 서버 간의 통신에 필요한 처리들을 직접 수행할 수 있다.
그리고, 상기 수행단계는, 상기 애플릿과 상기 서버 간의 통신 연결에 필요한 처리들을 수행하는 단계;를 포함할 수 있다.
또한, 상기 수행단계는, 상기 서버로부터 수신한 데이터에서 커맨드를 추출하는 단계; 상기 추출단계에서 추출한 커맨드를 상기 애플릿에 전달하는 단계; 상기 애플릿으로부터 전달 받은 커맨드 수행결과로부터 커맨드 응답을 생성하는 단계; 및 상기 커맨드 응답을 상기 서버로 전송하는 단계;를 포함할 수 있다.
그리고, 상기 애플릿과 상기 서버 간의 통신은, OTA 방식, BIP 방식, TCP 방식 및 UDP 방식 중 어느 하나의 통신일 수 있다.
한편, 본 발명에 따른 SE는, 모바일 기기와 연결되는 인터페이스; 애플릿 및 통신 관리기가 별도로 설치된 메모리; 및 상기 통신 관리기를 실행시켜 인터페이스에 연결된 상기 모바일 기기를 통해 서버에 통신 가능하도록 연결하고, 상기 통신 관리기로 상기 애플릿과 상기 서버 간의 통신에 필요한 처리들을 수행하는 프로세서;를 포함한다.
한편, 본 발명의 다른 실시예에 따른, 모바일 기기에 장착되는 SE(Secure Element)에 설치된 통신 관리기는, 상기 모바일 기기를 통해 서버에 통신 가능하도록 연결되는 단계; 및 상기 SE에 상기 통신 관리기와 별도로 설치된 애플릿과 상기 서버 간의 통신에 필요한 처리들을 수행하는 단계;를 포함하는 통신 인터페이스 방법을 수행한다.
이상 설명한 바와 같이, 본 발명에 따르면, 애플릿과 서버 간의 통신에 필요한 처리들을 애플릿이 아닌 별도의 통신 관리기에 의해 수행가능하게 되므로, 애플릿들에 통신처리 기능이 생략되어 애플릿을 단순화시킬 수 있게 된다. 이에 따라, 애플릿의 용량이 줄어들게 되어, SE의 메모리를 작은 용량으로 구현가능하게 된다.
또한, 애플릿에 통신처리 기능이 생략되므로, 애플릿 개발이 간단해질 뿐만 아니라, 새로운 통신 방식을 추가해야 하는 경우 이미 설치된 애플릿들에 대한 업데이트 없이 통신 관리기만을 업데이트하면 가능하기 때문에, 보다 간편하게 기능 확장이 가능해진다.
도 1은 USIM 카드의 프로그램 아키텍쳐를 도시한 도면,
도 2는, 도 1에 도시된 툴킷 애플릿들이 처리가능한 통신 방식들을 나타낸 표,
도 3은 본 발명이 적용가능한 통신 시스템을 도시한 도면,
도 4는 USIM 카드가 장착된 모바일 폰의 상세 블럭도,
도 5는 USIM 프로세서가 서버와의 통신을 위한 프로그램의 아키텍쳐를 도시한 도면,
도 6은, 도 5에 도시된 툴킷 애플릿들이 처리가능한 통신 방식들을 나타낸 표,
도 7은 EF의 포맷을 도시한 도면,
도 8은 통신사 서버와 USIM 카드 간의 통신 연결 설정 과정의 설명에 제공되는 도면, 그리고,
도 9는 통신사 서버와 USIM 카드 간의 통신 과정의 설명에 제공되는 도면이다.
이하에서는 도면을 참조하여 본 발명을 보다 상세하게 설명한다.
도 3은 본 발명이 적용가능한 통신 시스템을 도시한 도면이다. 도 3에 도시된 바와 같이, 본 발명이 적용가능한 통신 시스템은, 통신사 서버(50), 모바일 폰(100) 및 USIM 카드(Universal Subscriber Identity Module Card)(160)가 상호 통신가능하도록 연결되어 구축된다.
구체적으로, 모바일 폰(100)과 통신사 서버(50)는 이동 통신망을 통해 OTA(Over The Air) 방식 또는 BIP(Bearer Independent Protocol) 방식으로 통신가능하도록 연결된다. BIP 방식에는 TCP(Transmission Control Protocol) 방식과 UDP(User Datagram Protocol) 방식이 포함된다.
USIM 카드(160)는 모바일 폰(100)에 착탈 가능한데, 모바일 폰(100)에 장착되는 경우 USIM 카드(160)와 모바일 폰(100)은 통신가능하다. 모바일 폰(100)과 USIM 카드(160) 역시 OTA 방식 또는 BIP 방식으로 통신가능하다.
OTA 방식에 의할 경우 데이터는 SMS(Short Message Service) 메세지로 전달되고, BIP(TCP, UDP) 방식에 의할 경우 데이터는 패킷으로 전달된다.
도 4에는 USIM 카드(160)가 장착된 모바일 폰(100)의 상세 블럭도를 도시하였다. 도 4에 도시된 바와 같이, 모바일 폰(100)은 이동 통신부(110), 터치 스크린(120), 제어부(130), 저장부(140) 및 USIM 인터페이스(150)를 구비한다.
이동 통신부(110)는 이동 통신망을 통해 통신사 서버(50)와 통신가능하도록 연결되는 통신 수단이고, USIM 인터페이스(150)는 USIM 카드(160)와 통신 연결을 지원하는 물리적 통신 인터페이스이다.
터치 스크린(120)은 UI(User Interface) 화면과 컨텐츠 등을 표시하는 디스플레이로 기능하는 한편, 터치 방식으로 사용자 명령을 입력받아 후술할 제어부(130)에 전달하는 사용자 인터페이스 수단으로 기능한다.
제어부(130)는 저장부(140)에 저장되어 있는 프로그램을 실행시켜, 모바일 폰(100)의 전반적인 동작을 제어한다.
한편, 모바일 폰(100)에 장착된 USIM 카드(160)는 모바일 폰 인터페이스(161), USIM 프로세서(163) 및 USIM 메모리(165)를 구비하고 있다.
모바일 폰 인터페이스(161)는 모바일 폰(100)의 USIM 인터페이스(150)와 통신 연결을 지원하는 물리적 통신 인터페이스이다. USIM 메모리(165)에는 USIM 카드(160)에 필요한 프로그램과 데이터가 저장되어 있는 저장매체이다.
USIM 프로세서(163)는 모바일 폰(100)을 통해 전달되는 서버(100)의 커맨드를 수행한다. 이를 위한 사전 절차로, USIM 프로세서(163)는 모바일 폰(100)을 통해 서버(100)와 통신 연결을 설정한다.
도 5는 USIM 프로세서(163)가 서버(100)와의 통신을 위한 프로그램의 아키텍쳐를 도시한 도면이다. 도 5에 도시된 아키텍쳐의 프로그램들은 USIM 메모리(165)에 설치되어 USIM 프로세서(163)에 의해 실행된다.
도 5에 도시된 바와 같이, 서버(100)와의 통신을 위한 프로그램 아키텍쳐는, 툴킷 애플릿(Toolkit Applet)들(171-1, 171-2, 171-3), CH(Connection Handler)(173), 툴킷 프레임워크(175) 및 COS(Card Operating System)(177)를 포함하여 구축된다.
COS(177)는 USIM 카드(160)에 대한 OS이고, 툴킷 프레임워크(175)에는 툴킷 애플릿들(171-1, 171-2, 171-3)에 공통적으로 사용될 요소들(예를 들면, 템플릿, 클래스, 라이브러리)이 정의되어 있다.
도 5에 도시된 바와 같이, USIM 카드(160)에는 각기 다른 서비스들을 수행하기 위한 다수의 툴킷 애플릿들(171-1, 171-2, 171-3)이 설치되어 있는데, 툴킷 애플릿들(171-1, 171-2, 171-3)은 통신사 서버(50)와 통신에 필요한 처리들을 수행하지 않는다. 즉, 툴킷 애플릿들(171-1, 171-2, 171-3)은 커맨드 처리만을 수행한다.
여기서, 통신사 서버(50)와 통신에 필요한 처리들이란, 통신사 서버(50)와 통신연결 설정, 통신사 서버(50)로부터 수신한 데이터에서 커맨드 추출, 커맨드 수행결과를 통신사 서버(50)에 응답하는 처리 등이 포함된다.
CH(173)는 툴킷 애플릿들(171-1, 171-2, 171-3)과 인터페이스하고, 모바일 폰(100)을 통해 통신사 서버(50)에 통신 가능하도록 연결하는 통신 처리기이다. 또한, CH(173)는 툴킷 애플릿들(171-1, 171-2, 171-3)과 통신사 서버(50) 간의 통신에 필요한 처리들을 수행하는 프레임워크(Framework)로 볼 수 있다.
즉, CH(173)는, 통신사 서버(50)와 USIM 카드(160) 간의 통신연결을 설정하고, 통신사 서버(50)로부터 수신한 데이터에서 커맨드 추출하여 해당 애플릿에 전달하고, 애플릿에 의한 커맨드 수행결과를 통신사 서버(50)에 응답한다.
여기서, 통신사 서버(50)와의 통신은 OTA 방식에 의한 통신과 BIP(TCP, UDP) 방식에 의한 통신을 모두 포함한다.
따라서, 도 6에 도시된 바와 같이, 툴킷 애플릿들(171-1, 171-2, 171-3) 모두에 대해 OTA 방식과 BIP(TCP, UDP) 방식이 적용가능하게 된다.
한편, USIM 카드(160)에 설치된 툴킷 애플릿들 중에는, CH(173)에 의한 통신처리가 필요하지 않거나, CH(173)에 의한 통신처리를 원하지 않는 것이 있을 수 있다.
이는, EF(Elementary File)을 통해 관리된다. 구체적으로, CH(173)에 의해 통신처리를 수행할 툴킷 애플릿들의 TAR(Toolkit Applet Reference)들을 EF에 등록하여 관리 가능하다.
도 7에는 EF의 포맷을 예시하였다. 도 7에 도시된 바와 같이, EF에는, 등록 TAR 개수와 TAR들이 수록되어 있다.
등록 TAR 개수는 EF에 등록되어 있는 TAR의 개수에 대한 정보가 수록된다. 또한, TAR들에는 CH(173)에 의해 통신처리를 수행할 툴킷 애플릿들의 TAR들이 수록된다.
EF에, 툴킷 애플릿-1(171-1)의 TAR-1과 툴킷 애플릿-2(171-2)의 TAR-2가 수록되어 있는 반면, 툴킷 애플릿-3(171-3)의 TAR-3이 수록되어 있지 않았다고 가정한다.
이 경우, 툴킷 애플릿-1(171-1)과 툴킷 애플릿-2(171-2)에 대해서는 통신사 서버(50)와 통신에 필요한 처리들을 CH(173)가 수행하게 된다.
하지만, 툴킷 애플릿-3(171-3)에 대해서는 통신사 서버(50)와 통신에 필요한 처리들을 CH(173)가 수행하지 않고, 툴킷 애플릿-3(171-3)이 직접 수행한다. 따라서, 이 경우에는 툴킷 애플릿-3(171-3)은 통신처리들을 수행하기 위한 기능들을 구비하고 있을 것이 요구된다.
이하에서는, 도 3에 도시된 시스템에서의 통신 인터페이스 방법에 대해, 도 8과 도 9를 참조하여 상세히 설명한다. 도 8은 통신사 서버(50)와 USIM 카드(160) 간의 통신 연결 설정 과정의 설명에 제공되는 도면이고, 도 9는 통신사 서버(50)와 USIM 카드(160) 간의 통신 과정의 설명에 제공되는 도면이다.
도 8과 도 9에 도시된 툴킷 애플릿(171)은 TAR가 EF에 등록된 툴킷 애플릿(즉, 통신사 서버(50)와 통신에 필요한 처리들을 CH(173)가 수행하는 툴킷 애플릿)인 것으로 상정한다.
도 8에 도시된 바와 같이, 통신사 서버(50)로부터 TCP 연결 요청이 수록된 SMS 메세지를 수신하면(S810), 모바일 폰(100)은 SMS 메세지 수신 이벤트와 함께 S810단계에서 수신한 SMS 메세지(TCP 연결 요청)을 USIM 카드(160)의 CH(173)로 전달한다(S820).
통신사 서버(50)와 통신을 시작하는 경우 OTA 방식에 따라 통신하므로, 통신 초기에는 SMS 메세지로 데이터가 전달된다.
이후, CH(173)는 S820단계를 통해 수신한 SMS 메세지를 파싱하여 SMS 메세지에 수록된 내용인 "TCP 연결 요청"을 파악하고(S830), 통신사 서버(50)와 TCP 연결해야 하는 툴킷 애플릿(171)의 TAR가 EF에 존재함을 확인한다(S840).
다음, CH(173)가 SMS 메세지(TCP 연결)를 모바일 폰(100)으로 전달하면(S850), CH(173)는 S850단계에서 전달받은 SMS 메세지(TCP 연결)를 통신사 서버(50)로 전송한다(S860).
S860단계를 통해 수신된 SMS 메세지(TCP 연결)에 대한 응답으로, 통신사 서버(50)가 SMS 메세지(TCP 연결 응답)을 모바일 폰(100)으로 전송하면(S870), 모바일 폰(100)은 SMS 메세지 수신 이벤트와 함께 S870단계에서 수신한 SMS 메세지(TCP 연결 응답)을 USIM 카드(160)의 CH(173)로 전달한다(S880).
이에 의해, 통신사 서버(50)와 USIM 카드(160) 간의 TCP 연결이 완료된다. 통신사 서버(50)와 USIM 카드(160) 간의 TCP 연결은, USIM 카드(160)의 CH(173)에 의해 수행되며, 툴킷 애플릿(171)은 관여하지 않는다.
이는, 도 8에 도시된 툴킷 애플릿(171)은 TAR가 EF에 등록된 툴킷 애플릿(통신사 서버(50)와 통신에 필요한 처리들을 CH(173)가 수행하는 툴킷 애플릿)인 것으로 상정하였기 때문이다.
따라서, 도 8에 도시된 툴킷 애플릿(171)의 TAR가 EF에 등록되지 않은 경우(툴킷 애플릿(171)이 통신사 서버(50)와 통신에 필요한 처리들을 CH(173)가 수행하지 않는 툴킷 애플릿인 경우), TCP 연결 절차는 CH(173)가 아닌 툴킷 애플릿(171)에 의해 수행될 것이다.
이하에서는, 도 8에 도시된 절차들에 의해 통신사 서버(50)와 USIM 카드(160) 간의 TCP 연결 설정이 완료된 후에 수행되는 통신사 서버(50)와 USIM 카드(160) 간의 TCP 통신 과정에 대해, 도 9를 참조하여 상세히 설명한다.
도 9에 도시된 바와 같이, TCP 연결 완료 후에 통신사 서버(50)로부터 커맨드가 수록된 TCP 패킷을 수신하면(S905), 모바일 폰(100)은 TCP 패킷 수신 이벤트를 USIM 카드(160)의 CH(173)로 전송한다(S910).
S910단계에서 수신된 TCP 패킷 수신 이벤트에 대한 응답으로 CH(173)가 모바일 폰(100)에 TCP 패킷을 요청하면(S915), 모바일 폰(100)은 CH(173)에 TCP 패킷(커맨드)를 전달한다(S920).
이후, CH(173)는 S920단계를 통해 수신한 TCP 패킷을 파싱하여 TCP 패킷에 수록된 커맨드를 추출하여(S925), 툴킷 애플릿(171)에 전달한다(S930).
툴킷 애플릿(171)은 S930단계를 통해 수신한 커맨드를 수행하고(S935), S935단계에서의 커맨드 수행 결과를 CH(173)에 전달한다(S940).
툴킷 애플릿(171)의 커맨드 수행이 모두 완료되면(S945-Y), CH(173)에 커맨드 수행결과들이 수록된 커맨드 응답을 생성하여(S950), TCP 패킷으로 모바일 폰(100)에 전달한다(S955).
그러면, 모바일 폰(100)은 S955단계를 통해 TCP 패킷(커맨드 응답)을 통신사 서버(50)에 전송한다(S960).
지금까지, CH(173)를 이용하여 통신사 서버(50)와 USIM 카드(160) 간의 통신 설정 및 데이터 통신을 수행하는 과정에 대해 바람직한 실시예를 들어 상세히 설명하였다.
위 실시예에서는 USIM 카드(160)에 3개의 툴킷 어플릿들이 설치되어 있는 상정하였으나, 이는 예시적인 것에 불과하다. USIM 카드(160)에 4개 이상의 툴킷 어플릿들이 설치된 경우는 물론 2개 이하의 툴킷 어플릿들이 설치된 경우에도 본 발명이 적용가능하다.
그리고, 위 실시예에서는, 통신사 서버(50)와 USIM 카드(160)가 TCP 연결하는 경우를 상정하였으나 이는 설명의 편의를 위해 든 일 예에 불과하다. 통신사 서버(50)와 USIM 카드(160)가 UDP 연결, OTA 연결 또는 이와 다른 통신 방식에 의한 연결을 수행하는 경우에도 본 발명의 기술적 사상이 적용될 수 있다.
또한, USIM 카드(160)는 모바일 폰(100)의 사용자에게 서비스 제공 등을 이유로 통신사 서버(50)와 통신하는 SE(Secure Element)의 일 예로, USIM 카드를 다른 종류의 SE(예를 들면, Embedded SE, Secure MC(Secure Memory Card) 등)으로 대체하는 경우도 본 발명이 적용될 수 있음은 물론이다.
그리고, 툴킷 애플릿이 아닌 다른 종류의 애플릿의 경우도 본 발명이 적용될 수 있고, USIM 카드(160)가 통신사 서버(50)가 아닌 다른 서버와 통신을 수행하는 경우도 본 발명의 기술적 사상이 적용될 수 있다.
한편, 모바일 폰(100)과 통신사 서버(50)는 이동 통신망이 아닌 무선네트워크를 통해 통신가능하도록 연결하는 것도 가능하며, 모바일 폰(100)이 다른 종류의 모바일 기기로 대체되는 경우도 본 발명의 기술적 사상이 적용될 수 있다.
한편, 본 실시예에 따른 장치와 방법의 기능을 수행하게 하는 컴퓨터 프로그램을 수록한 컴퓨터로 읽을 수 있는 기록매체에도 본 발명의 기술적 사상이 적용될 수 있음은 물론이다. 또한, 본 발명의 다양한 실시예에 따른 기술적 사상은 컴퓨터로 읽을 수 있는 기록매체에 기록된 컴퓨터로 읽을 수 있는 코드 형태로 구현될 수도 있다. 컴퓨터로 읽을 수 있는 기록매체는 컴퓨터에 의해 읽을 수 있고 데이터를 저장할 수 있는 어떤 데이터 저장 장치이더라도 가능하다. 예를 들어, 컴퓨터로 읽을 수 있는 기록매체는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광디스크, 하드 디스크 드라이브, 등이 될 수 있음은 물론이다. 또한, 컴퓨터로 읽을 수 있는 기록매체에 저장된 컴퓨터로 읽을 수 있는 코드 또는 프로그램은 컴퓨터간에 연결된 네트워크를 통해 전송될 수도 있다.
또한, 이상에서는 본 발명의 바람직한 실시예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안될 것이다.

Claims (8)

  1. 모바일 기기에 장착되는 SE(Secure Element)에 설치된 통신 관리기가, 상기 모바일 기기를 통해 서버에 통신 가능하도록 연결되는 단계; 및
    상기 통신 관리기가, 상기 SE에 상기 통신 관리기와 별도로 설치된 애플릿과 상기 서버 간의 통신에 필요한 처리들을 수행하는 단계;를 포함하는 것을 특징으로 하는 통신 인터페이스 방법.
  2. 제 1항에 있어서,
    상기 수행단계는,
    상기 통신 관리기를 통해 상기 서버와 통신할 것으로 등록된 애플릿에 대해서만, 상기 애플릿과 상기 서버 간의 통신에 필요한 처리들을 수행하는 것을 특징으로 하는 통신 인터페이스 방법.
  3. 제 1항에 있어서,
    상기 통신 관리기를 통해 상기 서버와 통신할 것으로 등록되지 않은 애플릿은, 애플릿 자신이 상기 서버 간의 통신에 필요한 처리들을 직접 수행하는 것을 특징으로 하는 통신 인터페이스 방법.
  4. 제 1항에 있어서,
    상기 수행단계는,
    상기 애플릿과 상기 서버 간의 통신 연결에 필요한 처리들을 수행하는 단계;를 포함하는 것을 특징으로 하는 통신 인터페이스 방법.
  5. 제 1항에 있어서,
    상기 수행단계는,
    상기 서버로부터 수신한 데이터에서 커맨드를 추출하는 단계;
    상기 추출단계에서 추출한 커맨드를 상기 애플릿에 전달하는 단계;
    상기 애플릿으로부터 전달 받은 커맨드 수행결과로부터 커맨드 응답을 생성하는 단계; 및
    상기 커맨드 응답을 상기 서버로 전송하는 단계;를 포함하는 것을 특징으로 하는 통신 인터페이스 방법.
  6. 제 1항에 있어서,
    상기 애플릿과 상기 서버 간의 통신은,
    OTA(Over The Air) 방식, BIP(Bearer Independent Protocol) 방식, TCP(Transmission Control Protocol) 방식 및 UDP(User Datagram Protocol) 방식 중 어느 하나의 통신인 것을 특징으로 하는 통신 인터페이스 방법.
  7. 모바일 기기와 연결되는 인터페이스;
    애플릿 및 통신 관리기가 별도로 설치된 메모리; 및
    상기 통신 관리기를 실행시켜 인터페이스에 연결된 상기 모바일 기기를 통해 서버에 통신 가능하도록 연결하고, 상기 통신 관리기로 상기 애플릿과 상기 서버 간의 통신에 필요한 처리들을 수행하는 프로세서;를 포함하는 것을 특징으로 하는 SE(Secure Element).
  8. 모바일 기기에 장착되는 SE(Secure Element)에 설치된 통신 관리기가 기록된 컴퓨터로 읽을 수 있는 기록매체에 있어서,
    상기 모바일 기기를 통해 서버에 통신 가능하도록 연결되는 단계; 및
    상기 SE에 상기 통신 관리기와 별도로 설치된 애플릿과 상기 서버 간의 통신에 필요한 처리들을 수행하는 단계;를 포함하는 것을 특징으로 하는 통신 인터페이스 방법을 수행할 수 있는 통신 관리기가 기록된 컴퓨터로 읽을 수 있는 기록매체.
PCT/KR2012/008866 2011-10-28 2012-10-26 모바일 기기에 장착된 se를 위한 통신 인터페이스 방법 및 이를 적용한 se WO2013062358A1 (ko)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN201280053083.XA CN103918240B (zh) 2011-10-28 2012-10-26 用于配备在移动终端上的se的通信接口方法和使用该通信接口方法的se
EP12843526.0A EP2773076A4 (en) 2011-10-28 2012-10-26 TRANSMISSION INTERFACE PROCEDURE FOR SEATED SE AND SE WITH A MOBILE DEVICE
US14/354,786 US9332374B2 (en) 2011-10-28 2012-10-26 Communication interface method for SE equipped on mobile terminal and SE using the same

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2011-0111240 2011-10-28
KR1020110111240A KR101308226B1 (ko) 2011-10-28 2011-10-28 모바일 기기에 장착된 se를 위한 통신 인터페이스 방법 및 이를 적용한 se

Publications (1)

Publication Number Publication Date
WO2013062358A1 true WO2013062358A1 (ko) 2013-05-02

Family

ID=48168097

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2012/008866 WO2013062358A1 (ko) 2011-10-28 2012-10-26 모바일 기기에 장착된 se를 위한 통신 인터페이스 방법 및 이를 적용한 se

Country Status (5)

Country Link
US (1) US9332374B2 (ko)
EP (1) EP2773076A4 (ko)
KR (1) KR101308226B1 (ko)
CN (1) CN103918240B (ko)
WO (1) WO2013062358A1 (ko)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101842666B1 (ko) * 2013-10-10 2018-05-14 구글 엘엘씨 통신들을 관리하기 위한 시스템들, 방법들 및 컴퓨터 프로그램 제품들
KR102618386B1 (ko) * 2018-11-21 2023-12-28 삼성전자주식회사 보안 요소를 통해 보안이 필요한 서비스를 제공하는 전자 장치 및 그 전자 장치를 제어하는 방법

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20070008619A (ko) * 2004-03-01 2007-01-17 콸콤 인코포레이티드 무선 장치 동작 환경에서 비검증된 프로그램들의 실행
KR20080031827A (ko) * 2006-10-05 2008-04-11 소시에떼 프랑세즈 뒤 라디오텔레폰 전자 서비스를 구분하여 제공하는 방법
KR20100040692A (ko) * 2008-10-10 2010-04-20 에스케이 텔레콤주식회사 스마트 카드 기반 애플릿 설치 시스템 및 그 방법
KR20100065012A (ko) * 2008-12-05 2010-06-15 한국전자통신연구원 이동단말에 대한 사용 제한 방법 및 이를 위한 이동단말

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998053581A1 (en) 1997-05-19 1998-11-26 Coactive Networks, Inc. Server system and method for networking control networks and direct input/output devices with the world wide web
EP1452964A1 (en) * 2003-02-26 2004-09-01 Siemens Aktiengesellschaft A method and device for activating an application or an applet
WO2006045343A1 (en) 2004-10-29 2006-05-04 Telecom Italia S.P.A. System and method for remote security management of a user terminal via a trusted user platform
US20070220498A1 (en) * 2006-03-15 2007-09-20 Madsen Jens O Method, mobile terminal and computer program product for interworking via a card application toolkit
EP1965596A1 (en) * 2007-02-27 2008-09-03 Gemplus A personal token having enhanced communication abilities for a hosted application
KR100963544B1 (ko) 2008-03-17 2010-06-15 에스케이 텔레콤주식회사 위치 기반 서비스를 제공하기 위한 방법 및 스마트 카드
EP2182439A1 (en) * 2008-10-28 2010-05-05 Gemalto SA Method of managing data sent over the air to an applet having a restricted interface
CN101719958B (zh) * 2009-11-10 2012-09-05 钱袋网(北京)信息技术有限公司 Stk业务处理的方法和移动终端

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20070008619A (ko) * 2004-03-01 2007-01-17 콸콤 인코포레이티드 무선 장치 동작 환경에서 비검증된 프로그램들의 실행
KR20080031827A (ko) * 2006-10-05 2008-04-11 소시에떼 프랑세즈 뒤 라디오텔레폰 전자 서비스를 구분하여 제공하는 방법
KR20100040692A (ko) * 2008-10-10 2010-04-20 에스케이 텔레콤주식회사 스마트 카드 기반 애플릿 설치 시스템 및 그 방법
KR20100065012A (ko) * 2008-12-05 2010-06-15 한국전자통신연구원 이동단말에 대한 사용 제한 방법 및 이를 위한 이동단말

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2773076A4 *

Also Published As

Publication number Publication date
CN103918240B (zh) 2017-09-22
EP2773076A4 (en) 2015-07-08
KR20130046704A (ko) 2013-05-08
EP2773076A1 (en) 2014-09-03
US9332374B2 (en) 2016-05-03
US20140315600A1 (en) 2014-10-23
KR101308226B1 (ko) 2013-09-13
CN103918240A (zh) 2014-07-09

Similar Documents

Publication Publication Date Title
WO2011046393A4 (en) Apparatus and method for establishing a personal network for providing a cpns service
WO2010016679A2 (ko) 단말기와 스마트 카드 간 인터페이스 시스템 및 그 방법, 그리고 이에 적용되는 스마트 카드
WO2010053241A1 (ko) Cpns 환경에서 원거리의 종단 단말기를 제어하기 위한 시스템 및 방법과 이를 위한 cpns 서버, 이동통신 단말기
WO2014007431A1 (ko) 휴대 단말과 외부 장치 간 데이터 송수신 시스템 및 방법
WO2017206506A1 (zh) 一种nfc移动支付终端的安全模块管理方法及终端
EP3022868A1 (en) Media based authentication and authorization for secure services
WO2015023122A1 (ko) 앱테스트시스템 및 앱테스트방법
WO2014107084A1 (en) Apparatus and method for providing a near field communication function in a portable terminal
WO2011159096A2 (en) Apparatus and method for registering personal network
WO2010047458A1 (ko) Cpns 환경에서 팀플레이 게임 시 데이터를 효과적으로 전송하기 위한 시스템 및 방법과 이를 위한 cpns 서버, 이동통신 단말기 및 종단 단말기
WO2014175603A1 (ko) 음악 컨텐츠 이용 서비스 제공 방법 및 서버
WO2016108533A1 (ko) 착신 전환 서비스를 이용한 로밍 방법 및 컴퓨터 판독가능한 기록매체
WO2013058509A2 (ko) 모바일 단말기의 se 키 교체 방법 및 시스템
WO2016085050A1 (ko) 주변기기와 연동하는 사용자 단말기 및 그것을 이용한 정보 유출 방지 방법
WO2013062358A1 (ko) 모바일 기기에 장착된 se를 위한 통신 인터페이스 방법 및 이를 적용한 se
WO2010098527A1 (ko) Cpns 환경에서 종단 단말기가 다수의 이동통신 단말기에 연결되어 서비스를 제공받기 위한 방법 및 시스템과 이를 위한 cpns 서버 및 종단 단말기
WO2014084603A1 (ko) 어플리케이션 삭제에 연동한 se 애플릿 관리 방법 및 이를 적용한 모바일 기기와 서비스 관리 서버
WO2023120752A1 (ko) 폐쇄망 서비스를 제공하는 네트워크 슬라이싱 온보딩 시스템 및 그 방법
WO2021086121A1 (ko) 단말 제어 장치 및 방법
WO2021085776A1 (ko) 전자 장치 및 이의 제어 방법
WO2013105809A1 (ko) 통신 시스템 및 그 통신 시스템에서 푸시 서비스 제공 방법
WO2015174644A1 (ko) 무선 공유기를 통해 사용자 단말에 광고를 제공하는 시스템 및 광고 서비스 제공 서버
WO2019039862A1 (ko) 근거리 무선 통신 장치 및 방법
WO2023163571A1 (ko) 네트워크 슬라이스 지원 장치 및 그 지원 방법
WO2016021763A1 (ko) 중계기 감시 시스템, 마스터 중계기 및 마스터 중계기에 의한 중계기 감시 방법

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

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2012843526

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 14354786

Country of ref document: US