Skip to content

Commit

Permalink
fix offcardverifier error
Browse files Browse the repository at this point in the history
  • Loading branch information
vletoux committed Jan 23, 2016
1 parent 795ac68 commit d9c7056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/com/mysmartlogon/gidsApplet/GidsPIN.java
Expand Up @@ -27,13 +27,14 @@
import javacard.framework.ISO7816;
import javacard.framework.ISOException;
import javacard.framework.OwnerPIN;
import javacard.framework.PIN;

/**
* \brief The GidsPIN class.
*
*/

public class GidsPIN extends OwnerPIN {
public class GidsPIN extends OwnerPIN implements PIN {


private byte currentPINLen = 0;
Expand Down

0 comments on commit d9c7056

Please sign in to comment.