jay-to-the-dee / javaemvreader

Automatically exported from Google Code as a backup - I am NOT the original author!

Home Page:https://code.google.com/p/javaemvreader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Always get response "67 00"

GoogleCodeExporter opened this issue · comments

I use this library with oracle java-7, and always get response hex "67 00".

The problem seems to be the missing Le-Field in the APDU, so for example 
instead of

[Step 3] SELECT FILE Master File by identifier (if available)
---------------------------------------------------------------------
00 A4 00 00 02 3F 00

it should be sent

[Step 3] SELECT FILE Master File by identifier (if available)
---------------------------------------------------------------------
00 A4 00 00 02 3F 00 00

which results in correct "90 00" response

Original issue reported on code.google.com by folkyvolk@googlemail.com on 22 Oct 2012 at 10:23

Thanks for the report. This has been fixed, but not committed to google code 
yet.

Original comment by sasc...@gmail.com on 29 Oct 2012 at 7:23

  • Changed state: Fixed