Skip to content
Martin Paljak edited this page Jun 14, 2018 · 1 revision

TL;DR

Using Fidesmo API from the command line

fdsm ('Fidesmo' - vowels = 'fdsm') is a small and concise Java utility for working with the Fidesmo API. Specifically, it covers the functionality of

  • gradle-fidesmo
    • automagic temporary recipe generation combined with service delivery
    • generic applet developer client for Fidesmo API
    • delivery of services to a device

It uses apdu4j for reliable card access (to work smoothly with multiple connected readers, multiple cards, handle exclusive access etc).

It provides a DWIM Command Line Interface and a Java API and is thus usable as standalone or to be integrated into automated processes or Java applications.

Clone this wiki locally