InvalidityDateFactory.h

Go to the documentation of this file.
00001 
00009 #ifndef __InvalidityDateFactory_H__
00010 #define __InvalidityDateFactory_H__
00011 
00012 #if _MSC_VER > 1000
00013 #pragma once
00014 #endif // _MSC_VER > 1000
00015 
00016 
00017 #include "PKIFdll.h"
00018 // #define CAC_API_FACTORY CAC_API
00019 #define CAC_API_FACTORY 
00020 
00021 #include "IPKIFColleague.h"
00022 #include "ICACExtensionFactory.h"
00023 
00029 class CAC_API_FACTORY CPKIFInvalidityDateFactory : public IPKIFColleague, public ICACExtensionFactory
00030 {
00031 public:
00032     CPKIFInvalidityDateFactory();
00033     virtual ~CPKIFInvalidityDateFactory();
00034 
00035     void Initialize();
00036     //CPKIFX509ExtensionPtr create(const CACX509V3Extension& ext);
00037     CPKIFX509ExtensionPtr create(bool criticality, const CPKIFBufferPtr& ext);
00038     const char* refOID();
00039 
00040 private:
00042     CPKIFInvalidityDateFactory(const CPKIFInvalidityDateFactory& ext);
00044     CPKIFInvalidityDateFactory& operator=(const CPKIFInvalidityDateFactory& rhs); //added 4/6/2004
00045 };
00046 DECLARE_SMART_POINTERS(CPKIFInvalidityDateFactory);
00047 #endif

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