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 }