PKIFCNGKeyAgreeContext.cpp

Go to the documentation of this file.
00001 
00012 #include "PKIFCNGKeyAgreeContext.h"
00013 
00014 #include "PKIFBCryptPublicKey.h"
00022 CPKIFCNGKeyAgreeContext::CPKIFCNGKeyAgreeContext()
00023 {
00024 }
00032 CPKIFCNGKeyAgreeContext::~CPKIFCNGKeyAgreeContext()
00033 {
00034     this->clear();
00035 }
00043 void CPKIFCNGKeyAgreeContext::clear()
00044 {
00045     if(m_theirStatic) {
00046         delete m_theirStatic;
00047         m_theirStatic = 0;
00048     }
00049 }

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