Results 1 to 6 of 6

Thread: Get the hardware architecture of a java card:RAM,EEPROM,ROM

  1. #1
    Join Date
    Apr 2010
    Posts
    91

    Get the hardware architecture of a java card:RAM,EEPROM,ROM

    The Applets developed with technology JavaCard on all smart cards based on this technology, regardless of the card provider and the underlying hardware, The API of JavaCard is compatible with international standards for smart cards such as ISO 7816 or EMV. Can anybody give the hardware architecture of a java card:RAM,EEPROM,ROM.

  2. #2
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Get the hardware architecture of a java card:RAM,EEPROM,ROM

    The configuration is the basis of J2ME . It consists of the virtual machine and low- level libraries . There are currently two types of configurations : CDC and CLDC . Their use depends on the type of material which will run the Java environment . The configurations are stackable , so that what is planned to run on a CLDC configuration can run on a CDC configuration , not against the converse is not true.

  3. #3
    Join Date
    May 2008
    Posts
    2,297

    Re: Get the hardware architecture of a java card:RAM,EEPROM,ROM

    A map is composed of a communication interface, a memory and a processor to perform calculations and process information. In addition to the memory and processor , a card with JavaCard technology contains an entire software package :

    * Applets
    * JavaCard Framework
    * Business classes
    * JavaCard Virtual Machine
    * O.S and native functions

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: Get the hardware architecture of a java card:RAM,EEPROM,ROM

    The security policy of Java , called sandbox , which prohibits any interaction between objects of different applets , has been modified and relaxed . Thus, JavaCard can share an object between different applets. Although a subset of Java , JavaCard has specific mechanisms related to the specificities of smart cards. Thus there are 2 types of objects : objects transients , stored in RAM and lose their value when the card withdrawal or a power failure, and persistent objects stored in EEPROM .

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Get the hardware architecture of a java card:RAM,EEPROM,ROM

    JavaCard , although it is a subset of the Java language , has special mechanisms related to the specific SmartCard. Thus there are two types of objects: the temporary objects (stored in RAM , which take their values upon removal of the card, a power outage , the deselection of the applet or after each transaction) and persistent objects stored in EEPROM. JavaCard ensures the atomicity of transactions . It also allows sharing of objects between applets under certain conditions. The security lines are implemented by the virtual machine.

  6. #6
    Join Date
    Feb 2010
    Posts
    796

    Re: Get the hardware architecture of a java card:RAM,EEPROM,ROM

    JavaCard applications are called applets identified only by their AID (Application Identifier) isolated from each other by applets firewall . Several applets can coexist on a map even if they belong to different companies. card applets are handled by the JCRE . The minimum required to run a program JavaCard are 24 KB of ROM , 16KB of EEPROM and 1 Kbytes of RAM.

Similar Threads

  1. How to Install Java Card CAP File into a Smart Card
    By mysalmon in forum Software Development
    Replies: 2
    Last Post: 22-09-2011, 12:01 PM
  2. File Server Architecture v/s Client Server architecture
    By Kishan K in forum Networking & Security
    Replies: 4
    Last Post: 04-02-2011, 07:55 AM
  3. Graphics card to run IE9 with hardware acceleration
    By The-Don in forum Technology & Internet
    Replies: 4
    Last Post: 16-10-2010, 02:21 PM
  4. Replies: 5
    Last Post: 21-07-2010, 04:20 AM
  5. Eeprom change mac address
    By Firon in forum Motherboard Processor & RAM
    Replies: 3
    Last Post: 24-07-2009, 09:03 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,225,300.05153 seconds with 17 queries