How to give the key as the parameter of install() method
Posted: Fri Nov 27, 2015 2:08 am
Install method takes 3 parameters as the code shows.
In my applet, key is hardcoded and i want to give the key as the parameter of install() method.
How can I do this?
Code: Select all
public static void install(byte[] bArray, short bOffset, byte bLength)
{
new purse();
}
In my applet, key is hardcoded and i want to give the key as the parameter of install() method.
How can I do this?