PKIFv2 header files are stored in three folders. General PKIFv2 headers are located in pkif folder. Header files associated with Cryptographic Message Syntax (CMS) are located in pkifcms folders. Header files associated with Time Stamping Protocol are located in pkiftsp folder. To include all general PKIFv2 headres use the following include statement:
#include "pkif.h"
To include all Cryptographic Message Syntax (CMS) related header files use the following include statement:
#include "PKIFCMS.h"
To inlcude all Time Stamping Protocol related header files use the following include statement:
#include "PKIFTSP.h"