Hello all,
can anybody help me out about sending APDU commands to read/write sim card through Java and which packages are used to import and the APIs are used this help is realy appriciable.
Thanks in advance
Hello all,
can anybody help me out about sending APDU commands to read/write sim card through Java and which packages are used to import and the APIs are used this help is realy appriciable.
Thanks in advance
May be this documents are of some interest to you.
RMI Client Application Programming Interface
http://java.sun.com/products/javacar..._API_2_2_1.pdf
MIDP: SATSA Crypto API Developer's Guide (with Example) v2.0
http://forum.nokia.com/info/sw.nokia..._0_en.zip.html
Regards
Gopal
__________________
MobiQuil.com
An initiative by Developers for Developers.
http://www.mobiquil.com - Alpha - Launched.
Hello,
I´m quite confused with the use of this API, even after reading the documents...
Do I need a USIM or ISIM or any especial kind of SIM card to use it?
Can I use this API to store a key or a certificate for example???
Amanda
The SATSA API is quite confusing and extremely restircted...
First of all, you need to have a specifilly prepared SIM card for using the APDU package (you need to have the proper listings in the ACL). basically this means that you need to partner with the operator (or be the operator :-)
Then your application needs to be signed.
Also not all phones support all of the packages of the API. See here for available Nokia support:
http://wiki.forum.nokia.com/index.ph..._Nokia_devices
Certificate handling is in the PKI part which is only available on the new S60 devices.
Hartti