devel/src/include/PKIFX509/PKIFNameMemoryHelper.h
Go to the documentation of this file.00001
00009 #ifndef __PKIFNAMEMEMORYHELPER_H__
00010 #define __PKIFNAMEMEMORYHELPER_H__
00011
00012 #if _MSC_VER > 1000
00013 #pragma once
00014 #endif // _MSC_VER > 1000
00015
00016 #include "PKIFdll.h"
00017 extern "C" {
00018 #include "ooasn1.h"
00019 #include "asn1ber.h"
00020 };
00021 #include "PKIX1Implicit88.h"
00022 #include "PKIX1Explicit88.h"
00023
00024
00025
00031 class PKIFNameMemoryHelper
00032 {
00033 public:
00034
00035 PKIFNameMemoryHelper();
00036 virtual ~PKIFNameMemoryHelper();
00037
00038 CACX509V3Name* pCACX509V3Name;
00039 CACX509V3RelativeDistinguishedName* pCACX509V3RDN;
00040 CACX509V3GeneralName* pCACX509V3GN;
00041 };
00042
00043 #endif
00044