#include <chipcard/card.h>
#include <chipcard/cards/hipersonaldata.h>
#include <chipcard/cards/hiinsurancedata.h>
Go to the source code of this file.
◆ LC_EgkCard_ExtendCard()
Extends a basic card type thus making functions of this group available. This stores some EGK-related data with the given card object. This function internally calls LC_ProcessorCard_ExtendCard.
◆ LC_EgkCard_UnextendCard()
◆ LC_EgkCard_Reopen()
This function is called from within LC_Card_Open for cards which have been extended using LC_EgkCard_ExtendCard. However, if a card extended after opening you can call this function here to let the card do some necessary work before other functions of this group can be used.
◆ LC_EgkCard_VerifyPin()
◆ LC_EgkCard_SecureVerifyPin()
Secure pin verification. This can be used if the card's reader flags indicate that the reader has a keypad.
◆ LC_EgkCard_ReadRawVd()
◆ LC_EgkCard_ReadRawPd()
◆ LC_EgkCard_ReadPersonalData()
◆ LC_EgkCard_ReadInsuranceData()
◆ LC_EgkCard_ParseInsuranceData()
◆ LC_EgkCard_ReadPd()
◆ LC_EgkCard_ReadVd()