Page 1 of 1

ISOApplet

Posted: Wed Jun 17, 2015 6:10 am
by JavaCardOS
The Java Card IsoApplet (e.g. for use with OpenSC). The Applet is capable of saving a PKCS#15 file structure and performing PKI related operations using the private key, such as signing or decrypting. Private keys can be generated directly on the smartcard or imported from the host computer. The import of private keys is disabled in the default security configuration. The applet targets mordern Smartcards with Java Card 2.2.2 or above.

Note:
  1. The Applet has been successfully compiled in JCIDE, can be directly use after download.
  2. This Applet from https://github.com/philipWendland/IsoApplet (GPL3)

Re: ISOApplet

Posted: Thu Oct 08, 2015 6:46 am
by hrc1365
Hi, thanks a lot.
can i use this applet in other applet and by it save data file on card?

Re: ISOApplet

Posted: Fri Oct 09, 2015 11:48 pm
by UNKNwYSHSA
Yes, you can use the filesystem code in your project. The filesystem and related command are described in ISO/IEC 7816-4.

Re: ISOApplet

Posted: Wed Feb 17, 2016 8:12 am
by ebrahim
After downloading ISOApplet and generating its cap file, can I install it on all the Java Card 2.2 compliant smart cards and make them work with OpenSC? or it depends openSC to support my card or not?

I mean, does this applet make my Java Card, OpenSC Supported?

Re: ISOApplet

Posted: Sun Feb 21, 2016 1:07 am
by UNKNwYSHSA
The ISOApplet supported by OpenSC originally. For more informations, visit: http://www.pwendland.net.

Re: ISOApplet

Posted: Sun Feb 21, 2016 2:13 am
by JavaCardOS
ebrahim wrote:After downloading ISOApplet and generating its cap file, can I install it on all the Java Card 2.2 compliant smart cards and make them work with OpenSC? or it depends openSC to support my card or not?

I mean, does this applet make my Java Card, OpenSC Supported?


Yes, it supports.
And we will offer instructions and a detailed description of APDU commands soon.