Mifare SDK Lite authenication

Forum / MIFARE SDK / Mifare SDK Lite authenication

  • 27. May 2016 at 13:36
    Hi,

    I'm usin Mifare SDK Lite. I want to use the methods in com.nxp.nfclib.desfire.DESFireEV1 for select, read, write and authenticate DESFire ev1 applications. I'm confused because in the MIFARE SDK Lite it's not possible to use the KeyStore, and the authenticate method in that implementation of DESFireEV1 use the keystore object. What is the solution?

    Thanks in advanced
    + 0  |  - 0

    Re: Mifare SDK Lite authenication

    30. May 2016 at 10:58
    Hi Jesús Manuel,

    Unfortunately in the Lite SDK also the Advanced SDK classes has been merged. But you cannot use this classes.

    It is important that you exactly define the correct package! Yes it is true, the Lite package does not contain a keystore. For the authentication you have use the keys directly with their byte array variables:

    com.nxp.nfcliblite.cards.DESFireEV1. authenticate(byte[] masterKey, byte[] appId, byte[] appkey)

    Kind regards,
    The MIFARE Team

    + 0  |  - 0
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.