Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

write and read data from NVM

JavaCard Applet Development Related Questions and Answers.
RexLi
Posts: 9
Joined: Wed Dec 21, 2016 11:46 pm
Points :82
Contact:

write and read data from NVM

Post by RexLi » Thu Jan 05, 2017 10:34 pm

Can we write data on a java card's NVM without using java card applet? For example, write raw data into card NVM directly.
Is it possible to read card's NVM data without any authentication?

User avatar
marjkbadboy
Posts: 33
Joined: Fri Jul 31, 2015 2:47 am
Points :217
Contact:

Re: write and read data from NVM

Post by marjkbadboy » Fri Jan 06, 2017 5:08 am

RexLi wrote:Can we write data on a java card's NVM without using java card applet? For example, write raw data into card NVM directly.

If you write data into NVM, you can only store a very limited amount of data. This is the GlobalPlatform Issuer and Card identifiers. You should not use these for application data.

RexLi wrote:Is it possible to read card's NVM data without any authentication?


Just implement an applet that does not require authentication.
It's hunting season!

RexLi
Posts: 9
Joined: Wed Dec 21, 2016 11:46 pm
Points :82
Contact:

Re: write and read data from NVM

Post by RexLi » Sat Jan 07, 2017 4:25 am

Can I make file on card's NVM ?
And if an applet is stored in NVM, which components the installer should insert to DF and when to insert to EF?

User avatar
marjkbadboy
Posts: 33
Joined: Fri Jul 31, 2015 2:47 am
Points :217
Contact:

Re: write and read data from NVM

Post by marjkbadboy » Sat Jan 07, 2017 5:58 am

RexLi wrote:Can I make file on card's NVM ?

Yes, store the raw bytes in your applet.

RexLi wrote:And if an applet is stored in NVM, which components the installer should insert to DF and when to insert to EF?


A Java Card complies with the APDU messaging of ISO7816-4 and command can be implemented to support the part 4 commands but the card does not have to store the applet on a file system.
It's hunting season!

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 21 guests

JavaCard OS : Disclaimer