Page 1 of 1

How to implement native java method in javacard?

Posted: Tue Feb 16, 2016 4:32 am
by Thelogan
Hi everyone! I want to use native java method in java card. I was also told that it's impossible. There isn't any feasible methods to implement this, is there?

Re: How to implement native java method in javacard?

Posted: Tue Feb 16, 2016 10:16 pm
by UNKNwYSHSA
You can't do that. If you have to implement this function, tell your card VM provider, he can implement the native function, and provide the API to call the native function.

Re: How to implement native java method in javacard?

Posted: Wed Feb 17, 2016 2:03 am
by popmun09
AIK, native methods for javacards can't be written by javacard users, only by the Card OS manufacturer.