CRLStreamIdentifierFactory.cpp

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

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