Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderStyledashed
titleStep-by-Step
  1. Load Applet

The GIDS applet can be installed with different tools on different Java Cards. The following steps show you how to install the GIDS applet on a JCOP 2.4.1 java card with GlobalPlatformPro.

    1. Download gp.exe  and   and GidsApplet.cap in in the same folder (e.g. GP)

    2. Connect your certgate wireless smart card reader with the inserted smart card to your PC (via Bluetooth or NFC)
    3. Open CMD (Start→ Run→ CMD) and list the content of the card gp -l
      C:\GP>gp -l
      Warning: no keys given, using default test key 404142434445464748494A4B4C4D4E4F
      ISD: A000000003000000 (OP_READY)
      Privs: SecurityDomain, CardLock, CardTerminate, CardReset, CVMManagement
      PKG: A0000000035350 (LOADED)
      Applet: A000000003535041


    4. Load the GIDS applet gp -install GidsApplet.cap

      C:\GP>gp -install GidsApplet.cap
      Warning: no keys given, using default test key 404142434445464748494A4B4C4D4E4F
      CAP loaded


    5. Make sure the GIDS applet is loaded and selectable gp -l  
      C:\GP>gp -l
      Warning: no keys given, using default test key 404142434445464748494A4B4C4D4E4F
      ISD: A000000003000000 (OP_READY)
      Privs: SecurityDomain, CardLock, CardTerminate, CardReset, CVMManagement
      APP: A000000397425446590201 (SELECTABLE)
      Privs:
      PKG: A0000000035350 (LOADED)
      Applet: A000000003535041
      PKG: A00000039742544659 (LOADED)
      Applet: A000000397425446590201

      (Applet: A000000397425446590201 LOADED and SELECTABLE)

The GIDS applet has been loaded and the next step will be to initialize the smart card.

2. Initialize the smart card

    1. Download and start InitializeGids.exe
    2. Enter a User PIN
    3. You can change the default ADMIN KEY
    4. Click on "Initialize card"
    5. After the successfully initialisation the mesage „Success Your card has been successfully initialized.”  will be diplayed and you can close the tool.

Note

If the windows "Select Card" with the message "Insert a smart card" appears please make sure the GIDS applet is loaded and selectable see step 1e.


...