PKIFOCSPMemoryHelper.h

Go to the documentation of this file.
00001 
00009 #ifndef ___PKIFOCSPMemoryHelperH__
00010 #define __PKIFOCSPMemoryHelper_H__
00011 
00012 #include "PKIFdll.h"
00013 
00014 struct OCSPRequest;
00015 struct OCSPResponse;
00016 struct TBSRequest;
00017 
00047 class PKIFOCSPMemoryHelper 
00048 {
00049 public:
00050     // Constructor and Destructor
00051     PKIFOCSPMemoryHelper();
00052     virtual ~PKIFOCSPMemoryHelper();
00053 
00054     OCSPRequest* pRequest;
00055     OCSPResponse* pResponse;
00056     TBSRequest* pTBSRequest;
00057 
00058 private:
00059 };
00060 #endif

Generated on Mon Nov 15 11:15:55 2010 for PublicKeyInfrastructureFramework(PKIF) by  doxygen 1.5.6