00001 00009 #ifndef __PKIFOCSP_H__ 00010 #define __PKIFOCSP_H__ 00011 00012 // !!! Convenience header. Not to be used within PKIF !!! 00013 // XXX TODO: REMOVEME 00014 #error "This is a convenience header that shall not be used within PKIF" 00015 #include "PKIFdll.h" 00016 #include "PKIFCredential.h" 00017 #include "OCSPException.h" 00018 #include "PKIFOCSPMemoryHelper.h" 00019 #include "CertID.h" 00020 #include "Request.h" 00021 #include "TBSRequest.h" 00022 #include "OCSPRequest.h" 00023 #include "ServiceLocator.h" 00024 #include "RevokedInfo.h" 00025 #include "OCSPCertStatus.h" 00026 #include "SingleResponse.h" 00027 #include "ResponseData.h" 00028 #include "ResponderID.h" 00029 #include "BasicOCSPResponse.h" 00030 #include "ResponseBytes.h" 00031 #include "OCSPResponse.h" 00032 00033 #endif 00034