GlobalPlatform/OpenPlaform/PCSC...

I am a little bit lost betwwen all this tools frameworks...Someone can clarify the differences?Thanks a lot!
[129 byte] By [aggabeya] at [2007-11-26 19:49:27]
# 1
I think it's best if you ask specific questions.GlobalPlatform: Securitiy / Card content managementOpenPlaform: Older version of GlobalPlatformPC/SC: Personal Computer to Smart Card standard
lexdabeara at 2007-7-9 22:38:03 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2

just complementing the last awnser, PC/SC abstracts all functionalities that an application have to use to comunicate with a smart card, with scard's functions like:

- SCardConnect

- SCardEstabilishContext

- SCardStatus

- SCardTransmit

and you can also obtain smart card insersion events :-)

To develop a java application with simple funcs, you can use the JPCSC API at www.musclecard.com or using Java 6, you can use classes of the package javax.smartcardio ( look the javadoc at http://java.sun.com/javase/6/docs/jre/api/security/smartcardio/spec/javax/smartcardio/package-summary.html )

Best regards

Igor_Medeirosa at 2007-7-9 22:38:03 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 3
Thanks a lot!It is it possible to list the uploaded applets in a card with JPCSC?An upload an applet on the card?
aggabeya at 2007-7-9 22:38:03 > top of Java-index,Java Mobility Forums,Consumer and Commerce...