Key Concepts
Operating System
The Card Operating System (COS) is the program running on the processor of a Smart Card.
A COS is developped in C and assembly and compiled for the targeted platform.
It is program intended to interface data stored into the Card with the external world.
That means that all operation with data (read, write, verify Key, Verify PIN, ....) are done via commands processed by the COS.
