CRLReasonFactory.cpp

Go to the documentation of this file.
00001 
00009 #include "CRLReasonFactory.h"
00010 #include "CRLReason.h"
00011 
00019 CPKIFCRLReasonFactory::CPKIFCRLReasonFactory()
00020 {
00021 }
00030 void CPKIFCRLReasonFactory::Initialize()
00031 {
00032 }
00040 CPKIFCRLReasonFactory::~CPKIFCRLReasonFactory()
00041 {
00042 }
00050 //CPKIFX509ExtensionPtr CPKIFCRLReasonFactory::create(
00051 //  //![in] Reference to an internal representation of an extension containing information to 
00052 //  //!use to build a CPKIFCRLReason object
00053 //  const CACX509V3Extension& ext)
00054 //{
00055 //  CPKIFCRLReasonPtr tmp(new CPKIFCRLReason(ext));
00056 //  return tmp;
00057 //}
00058 
00066 CPKIFX509ExtensionPtr CPKIFCRLReasonFactory::create(
00067     bool criticality,
00068     const CPKIFBufferPtr& ext)
00069 {
00070     CPKIFCRLReasonPtr tmp(new CPKIFCRLReason(criticality, ext));
00071     return tmp;
00072 }
00073 
00074 
00083 const char* CPKIFCRLReasonFactory::refOID()
00084 {
00085     return CPKIFCRLReason::extOID;
00086 }

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