InvalidityDate.h

Go to the documentation of this file.
00001 
00009 #ifndef __InvalidityDate_H__
00010 #define __InvalidityDate_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 "X509Extension.h"
00022 
00023 struct CPKIFInvalidityDateImpl;
00024 
00038 class CAC_API CPKIFInvalidityDate : public CPKIFX509Extension
00039 {
00040 public:
00041     CPKIFInvalidityDate();
00042     //CPKIFInvalidityDate(const CACX509V3Extension& ext);
00043     CPKIFInvalidityDate(const bool& criticality, const CPKIFBufferPtr& ext);
00044     virtual ~CPKIFInvalidityDate();
00045 
00046     static char extOID[];
00047     const CPKIFOIDPtr oid() const;
00048 
00049     const char* InvalidityDate() const;
00050     CPKIFBufferPtr value() const;
00051 
00052 private:
00053     CPKIFInvalidityDate(const CPKIFInvalidityDate& ext);
00054     CPKIFInvalidityDate& operator=(const CPKIFInvalidityDate& rhs); //added 4/6/2004
00055 
00056     struct CPKIFInvalidityDateImpl *m_impl;
00057 };
00058 DECLARE_SMART_POINTERS(CPKIFInvalidityDate);
00059 #endif

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