can't install Applet successfully
Posted: Tue Oct 25, 2016 2:00 am
I got stuck in a strange problem. I always failed to install my applet no matter in JCIDE simulator or in real card.
But I found that when I annotated this code line, it can run w/o any problem.
Does this line have any problem?
But I found that when I annotated this code line, it can run w/o any problem.
Code: Select all
HMACKey hmacKey = (HMACKey) KeyBuilder.buildKey(KeyBuilder.TYPE_HMAC,KeyBuilder.LENGTH_HMAC_SHA_1_BLOCK_64, false);
Does this line have any problem?