Page 1 of 1

Implement int type variables in javacard

Posted: Wed Dec 23, 2015 11:01 pm
by gorgekin
I am developing an applet which needs int type variables. I also need to do some basic computation operation with these variables.
What is the specific procedure for this?
Can anyone give me some pointers?

Re: Implement int type variables in javacard

Posted: Sun Dec 27, 2015 7:04 am
by UNKNwYSHSA
Select card with javacardx.framework.util.intx.JCint implementation supported.
What's type(s) operations you want to implement? Add/minus/multiply/div?