pkiftsperrors.h
Go to the documentation of this file.00001
00009 #ifndef __PKIFTSPERRORS_H__
00010 #define __PKIFTSPERRORS_H__
00011
00012 #include "PKIFdll.h"
00013 #include "components.h"
00014 #include "PKIFCommonErrors.h"
00015
00017 #define TSP_MISSING_REQUIRED_FIELD TOOLKIT_TSP_ERROR_BASE + 1
00018
00021 #define TSP_MISSING_REQUIRED_EKU TOOLKIT_TSP_ERROR_BASE + 2
00022
00025 #define TSP_HASH_MISMATCH TOOLKIT_TSP_ERROR_BASE + 3
00026
00029 #define TSP_NOT_WITHIN_SKEW TOOLKIT_TSP_ERROR_BASE + 4
00030
00033 #define TSP_NOT_WITHIN_VALIDITY_PERIOD TOOLKIT_TSP_ERROR_BASE + 5
00034
00037 #define TSP_REVOCATION_DATE_PRECEDES_TIME TOOLKIT_TSP_ERROR_BASE + 6
00038
00040 #define TSP_VERIFICATION_FAILED TOOLKIT_TSP_ERROR_BASE + 7 //min status not met
00041
00043 #define TSP_MORE_THEN_ONE_SIGNER TOOLKIT_TSP_ERROR_BASE + 8 //min status not met
00044
00046 #define TSP_SIGNER_ID_MISMATCH TOOLKIT_TSP_ERROR_BASE + 9 //min status not met
00047 #endif