Versions Compared

Key

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

...

GPI implementation is a very important stage of a project integrating Agnos Framework. An appropriate platform shall be selected, and it must supports EMV processing, security requirements, and performance depending on a given context (See[1]).

Interface

Description

gpi.h

All services related to administrative functions like logging

gpicad.h

All services related to card device acceptance being contact, contactless, or magstripe

gpidisplay.h

All services related to graphical or textual user interface including also leds and beeper

gpihsm.h

All services related to cryptographic

gpiplatform.h

All services related to platform OS like files management, random number generation, …

gpisped.h

All services related to user key entry including the PIN

gpilog.h

All services related to tracing in Agnos

gpierrors.h

All constants related to errors encoding

gpiutils.h

Few primitives for miscellaneous conversions

...