透過您的圖書館登入
IP:18.217.182.45
  • 學位論文

行動代理人與智慧卡於車資通訊之設計與實作

Design and Implementation of Mobile Agents Resided in Smart Card for Telematics Applications

指導教授 : 李允中
若您是本文的作者,可授權文章由華藝線上圖書館中協助推廣。

摘要


本論文提出一個可選擇擷取等級,並依此等級從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.

參考文獻


[ 12 ] Sun. The Java Virtual Machine Specification. 1999.
[ 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.

延伸閱讀