[OCF] GXP211_PK response

2004-07-06 Thread Avadoot . Aphale
We are developing Java Card project. We are using Swing for Host Application, JCDK for Card Applets, OCF for interfacing. We are using GXP211_PK card. When we run following code, we get following response, Uses ISOTPDU wait for smart card - insert smart card in terminal

Re: [OCF] GXP211_PK response

2004-07-06 Thread Brian McGuiness
sw1 and sw2 are bytes that you are treting as ints. If you 'and' them with hex ff i.e. sw1 0xff you will get 90 - so your response was 0x90 0x00 which is command completed successfully. cheers [EMAIL PROTECTED] wrote: We are developing Java Card project. We are using Swing for Host