Page 1 of 1

Strong authentication and JavaME apps

Posted: Sat Jan 23, 2016 3:38 am
by sakkiotto
Will it be possible to write a JavaME application which can send http request to JavaCard 3.0 and using JavaCard for strong authentication?
I suppose I also have to write a web application and deploy on the JavaCard. Any tips?

Re: Strong authentication and JavaME apps

Posted: Tue Jan 26, 2016 2:07 am
by horse dream
Java Card 3.0 Connected Edition defines Servlets as application containers. The midlet will be your client, probably communicating via JSR 177/257 to the smart card web server / Java Card 3.0.
You will need to write this web application for the card.