| 研究生: |
梁智信 Chih-hsin Liang |
|---|---|
| 論文名稱: |
行動代理人與智慧卡於車資通訊之設計與實作 Design and Implementation of Mobile Agents Resided in Smart Card for Telematics Applications |
| 指導教授: |
李允中
Jonathan Lee |
| 口試委員: | |
| 學位類別: |
碩士 Master |
| 系所名稱: |
資訊電機學院 - 資訊工程學系 Department of Computer Science & Information Engineering |
| 畢業學年度: | 96 |
| 語文別: | 中文 |
| 論文頁數: | 54 |
| 中文關鍵詞: | Java class 、車資通訊 、非接觸式智慧卡 、行動代理人 |
| 外文關鍵詞: | Mobile Agent, Contactless Smart Card, Telematics, Java class |
| 相關次數: | 點閱:10 下載:0 |
| 分享至: |
| 查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報 |
本論文提出一個可選擇擷取等級,並依此等級從Java class中將重要的程式資訊擷取出來之工具:jExtractor。jExtractor可以從Java class中,將重要的部分Code擷取出來並存入智慧卡內,以保護該重要部分的安全性,而其他剩餘之部分則保留下來。jExtractor亦可再從智慧卡中將Code取出,並與原被擷取後剩餘之部分合併,還原為原本可執行的Java class。我們使用了86808個Java class來實驗測試jExtractor,其中81.7068%可以順利將class中所有的method、local variables及global variables擷取出來存入Mifare Standard S50非接觸式智慧卡中;而若只擷取class中最大的method與其local variables,則可以順利存入S50卡片的比例為94.3104%。最後,結合行動代理人與jExtractor,提出一個於車資通訊中緊急救援應用之模擬實作。
We develop a tool, called jExtractor, to extract the private code part of a Java class in a configurable way. Then the extracted part can be serialized and stored into a Mifare Standard 1K contactless smart card by jExtractor. When a user needs to use this Java class, jExtractor can be used to load the private code part from smart card and merge it with the remaining part of the class to be the original one. Moreover, we use 86808 Java classes for testing the jExtractor. Code parts of 81.7% Java classes can be extracted and preserved in Mifare Standard S50 (1K) smart cards. We implement a mobile agent with the jExtractor to simulate seeking for an emergency rescue for drivers in telematics.
[ 1 ] NXP. MF1ICS50 Functional Specification. Jan 29, 2008.
[ 2 ] Wikipedia. MIFARE. http://en.wikipedia.org/wiki/MIFARE. Jun, 2008.
[ 3 ] Wikipedia. Telematics. http://en.wikipedia.org/wiki/Telematics. Jun, 2008.
[ 4 ] 電子工程專輯. Telematics商機旺 台灣廠商可一展長才. http://www.eettaiwan.com/ART_8800371912_876045_676964_c30bc554.HTM . Jul 18, 2005.
[ 5 ] ISO/IEC. ISO 14443. 2008.
[ 6 ] ISO/IEC. ISO 9798-2. 1999.
[ 7 ] NXP. MF0ICU1 Functional Specification MIFARE Ultralight. Feb 4, 2008.
[ 8 ] NXP. MF3ICD8101 MIFARE DESFire Contactless Multi-Application IC. Dec 11, 2007.
[ 9 ] NXP. MF1ICS20 Functional Specification. Feb 29, 2008.
[ 10 ] Wikipedia. Mifare SmartMX. http://en.wikipedia.org/wiki/MIFARE#MIFARE_ProX.2C_SmartMX. 2008.
[ 11 ] NXP. MF1ICS70 Functional Specification. Jan 30, 2008.
[ 12 ] Sun. The Java Virtual Machine Specification. 1999.