User Manual – Getting Started

Forum / MIFARE SDK / User Manual – Getting Started

  • 8. March 2016 at 1:24
    Please forgive my ignorance, I an new to this. I am following the manual until I got stock with the following line in the manual

    ks = KeyStoreFactory.getInstance().getSoftwareKeyStore();
    ks.formatKeyEntry(0, IKeyConstants.KeyType.KEYSTORE_KEY_TYPE_MIFARE);
    ks.setKey(0, (byte)0, IKeyConstants.KeyType.KEYSTORE_KEY_TYPE_MIFARE, KEY_DEFAULT_1 , (byte)0);

    libInstance.loadKeyStore(ks);


    The is no definition for KEY_DEFAULT_1. I have tried following the sample code included in the SDK Advanced and I do see KEY_DEFAULT_00, KEY_DEFAULT_FF, KEY_DEFAULT_AA etc

    I am sure its lack of experience because no person has complained about it. Please humor me and channel me to the right direction


    + 0  |  - 1

    Re: User Manual – Getting Started

    8. March 2016 at 10:45
    WordPress › Error

    There has been a critical error on this website.

    Learn more about troubleshooting WordPress.