WO2004066196A1 - Smartcard with protected memory access - Google Patents
Smartcard with protected memory access Download PDFInfo
- Publication number
- WO2004066196A1 WO2004066196A1 PCT/GB2004/000303 GB2004000303W WO2004066196A1 WO 2004066196 A1 WO2004066196 A1 WO 2004066196A1 GB 2004000303 W GB2004000303 W GB 2004000303W WO 2004066196 A1 WO2004066196 A1 WO 2004066196A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- page
- smartcard
- sequence number
- stored
- data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G07—CHECKING-DEVICES
- G07F—COIN-FREED OR LIKE APPARATUS
- G07F7/00—Mechanisms actuated by objects other than coins to free or to actuate vending, hiring, coin or paper currency dispensing or refunding apparatus
- G07F7/08—Mechanisms actuated by objects other than coins to free or to actuate vending, hiring, coin or paper currency dispensing or refunding apparatus by coded identity card or credit card or other personal identification means
- G07F7/10—Mechanisms actuated by objects other than coins to free or to actuate vending, hiring, coin or paper currency dispensing or refunding apparatus by coded identity card or credit card or other personal identification means together with a coded signal, e.g. in the form of personal identification information, like personal identification number [PIN] or biometric data
- G07F7/1008—Active credit-cards provided with means to personalise their use, e.g. with PIN-introduction/comparison system
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K19/00—Record carriers for use with machines and with at least a part designed to carry digital markings
- G06K19/06—Record carriers for use with machines and with at least a part designed to carry digital markings characterised by the kind of the digital marking, e.g. shape, nature, code
- G06K19/067—Record carriers with conductive marks, printed circuits or semiconductor circuit elements, e.g. credit or identity cards also with resonating or responding marks without active components
- G06K19/07—Record carriers with conductive marks, printed circuits or semiconductor circuit elements, e.g. credit or identity cards also with resonating or responding marks without active components with integrated circuit chips
- G06K19/073—Special arrangements for circuits, e.g. for protecting identification code in memory
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q20/00—Payment architectures, schemes or protocols
- G06Q20/30—Payment architectures, schemes or protocols characterised by the use of specific devices or networks
- G06Q20/34—Payment architectures, schemes or protocols characterised by the use of specific devices or networks using cards, e.g. integrated circuit [IC] cards or magnetic cards
- G06Q20/341—Active cards, i.e. cards including their own processing means, e.g. including an IC or chip
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q20/00—Payment architectures, schemes or protocols
- G06Q20/30—Payment architectures, schemes or protocols characterised by the use of specific devices or networks
- G06Q20/34—Payment architectures, schemes or protocols characterised by the use of specific devices or networks using cards, e.g. integrated circuit [IC] cards or magnetic cards
- G06Q20/355—Personalisation of cards for use
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q20/00—Payment architectures, schemes or protocols
- G06Q20/30—Payment architectures, schemes or protocols characterised by the use of specific devices or networks
- G06Q20/34—Payment architectures, schemes or protocols characterised by the use of specific devices or networks using cards, e.g. integrated circuit [IC] cards or magnetic cards
- G06Q20/357—Cards having a plurality of specified features
- G06Q20/3576—Multiple memory zones on card
Definitions
- a smartcard comprises a substrate, often rectangular in shape, which has formed integrally with it an electronic chip capable of storing data and/or programs that interact with a card reader.
- Smartcards are increasingly used in identification and authentication systems, but their usefulness has to date been limited by the fact that memory size is restricted by the size of the die used to form the chip. With increasingly sophisticated on- card applications, this restriction on memory size has become an increasing problem.
- a smartcard in accordance with the invention is characterised in that comprises it comprises a secondary memory device on the substrate and operatively connected to the smartcard chip.
- the secondary memory device is capable of storing a plurality of pages of data, each having associated with it a unique sequence number, the sequence number being stored separately from the data page so that when the page is to be read, the sequence number retrieved with the page can be compared with the stored sequence number to authenticate the page.
- Each page is encrypted and signed with a page and chip unique key.
- Figure I shows a smartcard having a smartcard chip and a secondary memory device in accordance with the invention
- Figure 2 illustrates an external memory ('XMEM') page structure for use with the smartcard of the invention
- Figure 3 is a schematic diagram of the XMEM software call tree utilised in the smartcard of the invention
- the smartcard 10 of the invention comprises a single substrate 12 resembling a conventional smartcard substrate but provided with two electronic chips, the primary smartcard device 14, which acts as a secure microcontroller and an external memory chip 16 attached to the smartcard microcontroller.
- the XMEM device 16 may conveniently be a Flash ROM but any other non-volatile or electronic memory device could be used.
- communication functions are needed between the Smartcard operating system and XMEM, for securely communicating and storing data on the XMEM connected to the smartcard. These are called by higher-level function to read and update data in XMEM.
- the XMEM may be, for example, an ATMEL AT45DB321B 4Mbyte Serial Data Flash.
- each XMEM page contains 528 bytes.
- the page structure is shown in Figure 1.
- the first 8 bytes (Page Header) contain a byte to indicate that the page is not erased (value not OxFF), 5 bytes of random data, 2 bytes indicating the page number and a 1 byte sequence number.
- the Page Header is followed by 512 bytes of data.
- the trailing 8 bytes contain a copy of the Page Header encrypted using Cipher Block Chaining with the 512 data bytes.
- the Page Header is not encrypted so as to allow the chip to derive the page keys.
- the XMEM drivers we have provided implement the following features to enhance security and reliability.
- Each page contains an 8 byte Triple DES MAC.
- Each page is cryptographically embedded with its page number to allow confirmation that the page read is the page requested.
- the page number is protected from modification by the page MAC.
- the Master DES keys used to derive the page keys are unique to the chip and generated automatically internally the first time the chip is reset. These DES keys cannot be read or updated externally.
- Each Page contains a one byte sequence number that is incremented on each update to the page.
- the sequence numbers are verified on a page read operation.
- the sequence number is a random number, changed on each update to the page; therefore the sequence number cannot be derived from the number of total updates to the page.
- the use of page sequence numbers increases the complexity of the attack by supplying the same page with previous contents. Without a sequence number this would be possible, as the page would have a valid MAC and valid page number.
- the ATMEL AT45DB321B contains 8192 pages FLASH memory.
- each page of the XMEM has an individual sequence number (1 byte).
- a copy of the sequence number must be stored elsewhere to compare with the page when read. To stop the copy of the sequence number being modified it must be protected. This can be achieved by storing all of the sequence numbers internally to the smartcard. This may not be suitable in all cases, as it requires 8192 bytes of EEPROM to be reserved for the sequence numbers.
- This problem is solved by reserving 32 pages of XMEM to each store 256 sequence numbers of the other 8160 pages. These pages are protected as normal, but their sequence numbers are stored in the smartcard EEPROM.
- the 32 sequence numbers can be XOR'd to produce a single byte stored in the smartcard EEPROM. This results in a EEPROM usage saving from the 8192 bytes down to 256 bytes.
- ReadXMEMPage void readXMEMPage(word pageNum) This function will read a page from XMEM. The function will call the function getPageSeqNum to read the expected page sequence number to compare it with the page received.
- the function will call the doRead function to perform the actual reading of the pages, decryption and MAC verification. An error will be returned if the read page sequence number is incorrect.
- updateXMEMPage void readXMEMPage(word pageNum)
- This function will update a page in XMEM and requires the page to be previously read to retrieve the existing page sequence number.
- This function will call the loadPageKeys functions to derive new keys for the page based on the page number, updated sequence number and random data.
- This function will perform the actual updating of the XMEM page using the SPI hardware to send the program command and data to the XMEM chip.
- This function will call the doRead function to verify the updated data programmed correctly in the XMEM.
- doRead (internal Function) void doRead(word pageNum, byte mode)
- This function will read a page from XMEM or verify a page in XMEM. It has two modes: . It will read the page, decrypt the data, calling the loadPageKeys to derive the page keys and check the MAC and page numbers are correct.
- loadPageKeys void loadPageKeys(byte mode, word pageNum)
- This function will load the Keys to encrypt/decrypt a page and generates the key diversification string if updating a page using random data, the page number and the incremented page sequence number or when reading it uses the first XMEM page as the diversification string.
- the diversifications string is encrypted with the chip unique Master XMEM keys to give chip, page and sequence unique keys.
- the Keys are loaded into the DES hardware.
- This function will return the page sequence number for the page.
- This function may have is called by the readXMEMPage function to return the page sequence number. It will make a recursive call to the readXMEMPage function to read the XMEM page that contains the original page sequence number requested.
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Microelectronics & Electronic Packaging (AREA)
- Theoretical Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Accounting & Taxation (AREA)
- Strategic Management (AREA)
- General Business, Economics & Management (AREA)
- Computer Hardware Design (AREA)
- General Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Storage Device Security (AREA)
Priority Applications (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2006500246A JP5123524B2 (ja) | 2003-01-24 | 2004-01-26 | 保護されたメモリ・アクセスを用いたスマートカード |
| US10/543,124 US7617528B2 (en) | 2003-01-24 | 2004-01-26 | Smartcard with protected memory access |
| GB0515149A GB2417343B (en) | 2003-01-24 | 2004-01-26 | Improved smartcard with secondary memory |
| EP04705126A EP1609116A1 (en) | 2003-01-24 | 2004-01-26 | Smartcard with protected memory access |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| GBGB0301726.6A GB0301726D0 (en) | 2003-01-24 | 2003-01-24 | Improved smartcard |
| GB0301726.6 | 2003-01-24 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2004066196A1 true WO2004066196A1 (en) | 2004-08-05 |
Family
ID=9951789
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/GB2004/000303 Ceased WO2004066196A1 (en) | 2003-01-24 | 2004-01-26 | Smartcard with protected memory access |
Country Status (6)
| Country | Link |
|---|---|
| US (1) | US7617528B2 (https=) |
| EP (1) | EP1609116A1 (https=) |
| JP (1) | JP5123524B2 (https=) |
| CN (1) | CN1764920A (https=) |
| GB (2) | GB0301726D0 (https=) |
| WO (1) | WO2004066196A1 (https=) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2006131729A1 (en) * | 2005-06-07 | 2006-12-14 | Ecebs Group Limited | Itso fvc2 application monitor |
Families Citing this family (27)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20030172295A1 (en) * | 2002-03-01 | 2003-09-11 | Onspec Electronics, Inc. | Device and system for allowing secure identification of an individual when accessing information and a method of use |
| US20070162626A1 (en) * | 2005-11-02 | 2007-07-12 | Iyer Sree M | System and method for enhancing external storage |
| CN100476765C (zh) * | 2006-05-12 | 2009-04-08 | 群联电子股份有限公司 | 闪存的安全系统及其方法 |
| US7876894B2 (en) * | 2006-11-14 | 2011-01-25 | Mcm Portfolio Llc | Method and system to provide security implementation for storage devices |
| US8200961B2 (en) * | 2006-11-19 | 2012-06-12 | Igware, Inc. | Securing a flash memory block in a secure device system and method |
| US20080184035A1 (en) * | 2007-01-30 | 2008-07-31 | Technology Properties Limited | System and Method of Storage Device Data Encryption and Data Access |
| US20080181406A1 (en) * | 2007-01-30 | 2008-07-31 | Technology Properties Limited | System and Method of Storage Device Data Encryption and Data Access Via a Hardware Key |
| US20080288782A1 (en) * | 2007-05-18 | 2008-11-20 | Technology Properties Limited | Method and Apparatus of Providing Security to an External Attachment Device |
| US20090046858A1 (en) * | 2007-03-21 | 2009-02-19 | Technology Properties Limited | System and Method of Data Encryption and Data Access of a Set of Storage Devices via a Hardware Key |
| US20080288703A1 (en) * | 2007-05-18 | 2008-11-20 | Technology Properties Limited | Method and Apparatus of Providing Power to an External Attachment Device via a Computing Device |
| US8234718B2 (en) * | 2007-07-31 | 2012-07-31 | Samsung Electronics Co., Ltd. | Method and apparatus for forbidding use of digital content against copy control information |
| CN101916389A (zh) * | 2010-07-30 | 2010-12-15 | 北京海泰方圆科技有限公司 | 一种智能卡 |
| US8756680B2 (en) * | 2011-08-02 | 2014-06-17 | Corning Incorporated | Biometric-enabled smart card |
| US9628438B2 (en) | 2012-04-06 | 2017-04-18 | Exablox | Consistent ring namespaces facilitating data storage and organization in network infrastructures |
| CN102831468A (zh) * | 2012-08-06 | 2012-12-19 | 中国移动通信集团江苏有限公司 | 一种移动终端的智能卡芯片及其初始化和使用方法 |
| US9552382B2 (en) | 2013-04-23 | 2017-01-24 | Exablox Corporation | Reference counter integrity checking |
| US9514137B2 (en) | 2013-06-12 | 2016-12-06 | Exablox Corporation | Hybrid garbage collection |
| WO2014205286A1 (en) | 2013-06-19 | 2014-12-24 | Exablox Corporation | Data scrubbing in cluster-based storage systems |
| US9934242B2 (en) | 2013-07-10 | 2018-04-03 | Exablox Corporation | Replication of data between mirrored data sites |
| US10248556B2 (en) | 2013-10-16 | 2019-04-02 | Exablox Corporation | Forward-only paged data storage management where virtual cursor moves in only one direction from header of a session to data field of the session |
| US9985829B2 (en) | 2013-12-12 | 2018-05-29 | Exablox Corporation | Management and provisioning of cloud connected devices |
| US9774582B2 (en) | 2014-02-03 | 2017-09-26 | Exablox Corporation | Private cloud connected device cluster architecture |
| JP2017504924A (ja) | 2014-02-04 | 2017-02-09 | エグザブロックス・コーポレーション | ファイルシステムのコンテンツベースの編成 |
| US10474654B2 (en) | 2015-08-26 | 2019-11-12 | Storagecraft Technology Corporation | Structural data transfer over a network |
| US9846553B2 (en) | 2016-05-04 | 2017-12-19 | Exablox Corporation | Organization and management of key-value stores |
| US10848304B2 (en) | 2018-07-17 | 2020-11-24 | Visa International Service Association | Public-private key pair protected password manager |
| CN109471809B (zh) * | 2018-09-29 | 2021-07-27 | 上海东软载波微电子有限公司 | 一种芯片的flash加密保护方法、装置、flash控制器及芯片 |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4930129A (en) * | 1987-03-13 | 1990-05-29 | Mitsubishi Denki Kabushiki Kaisha | IC card having internal error checking capability |
| US4985921A (en) * | 1988-04-11 | 1991-01-15 | Spa Syspatronic Ag | Portable data carrying device |
| US5442704A (en) * | 1994-01-14 | 1995-08-15 | Bull Nh Information Systems Inc. | Secure memory card with programmed controlled security access control |
| DE19536206A1 (de) * | 1994-09-30 | 1996-04-04 | Samsung Electronics Co Ltd | Intelligente Karte |
| EP0856818A2 (en) * | 1997-01-30 | 1998-08-05 | Motorola, Inc. | Apparatus and method for accessing secured data stored in a portable data carrier |
| US6480935B1 (en) * | 1999-01-15 | 2002-11-12 | Todd Carper | Smart card memory management system and method |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH04186449A (ja) * | 1990-11-21 | 1992-07-03 | Fujitsu Ltd | 主記憶キーアクセス制御方式 |
| US5293424A (en) * | 1992-10-14 | 1994-03-08 | Bull Hn Information Systems Inc. | Secure memory card |
| US5897662A (en) * | 1995-08-18 | 1999-04-27 | International Business Machines Corporation | Pseudo-random address generation mechanism that reduces address translation time |
| JPH09259044A (ja) * | 1996-03-21 | 1997-10-03 | Fuji Xerox Co Ltd | 機密保護機能付き情報処理装置および機密保護方法 |
| US5754565A (en) * | 1996-10-15 | 1998-05-19 | Quantum Corporation | Reconstruction of syndromes for bi-level on-the-fly error correction in disk drive systems |
| US6108236A (en) * | 1998-07-17 | 2000-08-22 | Advanced Technology Materials, Inc. | Smart card comprising integrated circuitry including EPROM and error check and correction system |
-
2003
- 2003-01-24 GB GBGB0301726.6A patent/GB0301726D0/en not_active Ceased
-
2004
- 2004-01-26 US US10/543,124 patent/US7617528B2/en not_active Expired - Lifetime
- 2004-01-26 GB GB0515149A patent/GB2417343B/en not_active Expired - Lifetime
- 2004-01-26 CN CN200480008265.0A patent/CN1764920A/zh active Pending
- 2004-01-26 JP JP2006500246A patent/JP5123524B2/ja not_active Expired - Lifetime
- 2004-01-26 WO PCT/GB2004/000303 patent/WO2004066196A1/en not_active Ceased
- 2004-01-26 EP EP04705126A patent/EP1609116A1/en not_active Withdrawn
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4930129A (en) * | 1987-03-13 | 1990-05-29 | Mitsubishi Denki Kabushiki Kaisha | IC card having internal error checking capability |
| US4985921A (en) * | 1988-04-11 | 1991-01-15 | Spa Syspatronic Ag | Portable data carrying device |
| US5442704A (en) * | 1994-01-14 | 1995-08-15 | Bull Nh Information Systems Inc. | Secure memory card with programmed controlled security access control |
| DE19536206A1 (de) * | 1994-09-30 | 1996-04-04 | Samsung Electronics Co Ltd | Intelligente Karte |
| EP0856818A2 (en) * | 1997-01-30 | 1998-08-05 | Motorola, Inc. | Apparatus and method for accessing secured data stored in a portable data carrier |
| US6480935B1 (en) * | 1999-01-15 | 2002-11-12 | Todd Carper | Smart card memory management system and method |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2006131729A1 (en) * | 2005-06-07 | 2006-12-14 | Ecebs Group Limited | Itso fvc2 application monitor |
| GB2443749A (en) * | 2005-06-07 | 2008-05-14 | Ecebs Group Ltd | Itso FVC2 application monitor |
| GB2443749B (en) * | 2005-06-07 | 2010-03-03 | Ecebs Group Ltd | Itso FVC2 application monitor |
Also Published As
| Publication number | Publication date |
|---|---|
| JP5123524B2 (ja) | 2013-01-23 |
| GB2417343B (en) | 2006-07-12 |
| JP2006518498A (ja) | 2006-08-10 |
| CN1764920A (zh) | 2006-04-26 |
| GB0515149D0 (en) | 2005-08-31 |
| US7617528B2 (en) | 2009-11-10 |
| EP1609116A1 (en) | 2005-12-28 |
| US20060156396A1 (en) | 2006-07-13 |
| GB2417343A (en) | 2006-02-22 |
| GB0301726D0 (en) | 2003-02-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7617528B2 (en) | Smartcard with protected memory access | |
| US7260727B2 (en) | Method for secure storage of sensitive data in a memory of an embedded microchip system, particularly a smart card, and embedded system implementing the method | |
| US6094724A (en) | Secure memory having anti-wire tapping | |
| US7844831B2 (en) | Secure memory device for smart cards | |
| EP0707270B1 (en) | Method and apparatus for validating system operation | |
| CN1269071C (zh) | 存储卡 | |
| US20020107798A1 (en) | Method for making secure the pre-initialising phase of a silicon chip integrated system, in particular a smart card and integrated system therefor | |
| US7178039B2 (en) | Method and arrangement for the verification of NV fuses as well as a corresponding computer program product and a corresponding computer-readable storage medium | |
| US20070028115A1 (en) | Method for guaranteeing the integrity and authenticity of flashware for control devices | |
| US20090268902A1 (en) | System for and method of cryptographic provisioning | |
| JPH05217033A (ja) | データの認証方法 | |
| US7725942B2 (en) | Method for loading and customizing data and programmes loaded in a smart card | |
| US20060289658A1 (en) | Processor circuit and method of allocating a logic chip to a memory chip | |
| JP2004252707A (ja) | メモリデバイス | |
| JP2008541251A (ja) | データの安全な処理 | |
| JP2005011161A (ja) | Icカード及びicカードプログラム | |
| JP2004259176A (ja) | Icカード | |
| JP2677342B2 (ja) | 携帯形半導体記憶装置システム | |
| JPH1069435A (ja) | Icカード | |
| JPH0973416A (ja) | Icカード | |
| JP4364749B2 (ja) | 認証装置 | |
| JPS62200442A (ja) | Icカ−ド | |
| JP2007206765A (ja) | Icカード発行方法、icカード発行システムおよびicカード | |
| JPS63124154A (ja) | 暗証情報発生装置 | |
| JPH03224082A (ja) | 携帯可能電子装置 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AK | Designated states |
Kind code of ref document: A1 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW |
|
| AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): BW GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
| WWE | Wipo information: entry into national phase |
Ref document number: 2004705126 Country of ref document: EP Ref document number: 0515149 Country of ref document: GB Ref document number: 0515149.3 Country of ref document: GB |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2006500246 Country of ref document: JP |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 20048082650 Country of ref document: CN |
|
| WWP | Wipo information: published in national office |
Ref document number: 2004705126 Country of ref document: EP |
|
| ENP | Entry into the national phase |
Ref document number: 2006156396 Country of ref document: US Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 10543124 Country of ref document: US |
|
| WWP | Wipo information: published in national office |
Ref document number: 10543124 Country of ref document: US |
|
| WWW | Wipo information: withdrawn in national office |
Ref document number: 2004705126 Country of ref document: EP |
|
| WWW | Wipo information: withdrawn in national office |
Ref document number: 0515149.3 Country of ref document: GB |