Byte Code Verifier
Hi there,
I use "java card development kit" to produce cap file. How can I find out if my applet is checked with a byte code verifier or not?
In fact I don't know if Converter has a byte code verifier inside it and verifies the code before producing cap file?
By the way, I use Jcard Manager to load cap file into my card. Does the Jcard Manager verifies the cap file and then installs my applet into the card?
-Thanks a lot