PKIFTSP.h
Go to the documentation of this file.00001
00010 #ifndef __PKIFTSP_H__
00011 #define __PKIFTSP_H__
00012
00013 #include "PKIFTSPDLL.h"
00014 #include "OID.h"
00015
00016 extern PKIFTSP_API CPKIFOIDPtr g_tstInfo;
00017 extern PKIFTSP_API CPKIFOIDPtr g_tsReq;
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00031 enum PKIStatus
00032 {
00033 GRANTED = 0,
00034 GRANTEDWITHMODS,
00035 REJECTION,
00036 WAITING,
00037 REVOCATIONWARNING,
00038 REVOCATIONNOTIFICATION
00039 };
00040
00041
00044 enum PKIFailureInfo
00045 {
00046 BADALG = 0,
00047 BADREQUEST,
00048 BADDATAFORMAT,
00049 TIMENOTAVAILABLE,
00050 UNACCEPTEDPOLICY,
00051 UNACCEPTEDEXTENSION,
00052 ADDINFONOTAVAILABLE,
00053 SYSTEMFAILURE
00054 };
00055
00056
00057 #include "Accuracy.h"
00058 #include "MessageImprint.h"
00059 #include "PKIStatusInfo.h"
00060 #include "TSPException.h"
00061 #include "TSTInfo.h"
00062 #include "TimeStampRequest.h"
00063 #include "TimeStampResponse.h"
00064 #include "TimestampVerifier.h"
00065
00066
00067 #endif // __PKIFTSP_H__