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

NullPointerException while validating ICCPublicKeyCertificate

GoogleCodeExporter opened this issue · comments

During the validation of the ICC Public Key Certificate, the reference to the 
Issuer Certifiate may be null. This happens when the ICCPublicKeyCertificate 
object was created before the IssuerCertificate object.

To reproduce the issue, read a card that contains the ICC Certificate in a 
record placed before the Issuer Certificate (this happened to my VISA Electron 
card that I tested the program with).

I have attached a patch for this issue.

Original issue reported on code.google.com by doruc...@gmail.com on 9 Nov 2012 at 9:41

Attachments:

Original comment by sasc...@gmail.com on 9 Nov 2012 at 7:51

  • Changed state: Started

Original comment by sasc...@gmail.com on 9 Nov 2012 at 7:52

  • Added labels: Priority-High
  • Removed labels: Priority-Medium
Fixed in the latest version (0.4.0)

Original comment by sasc...@gmail.com on 17 Nov 2012 at 9:28

  • Changed state: Fixed