00001 00010 #include "ExtensionsMatch.h" 00011 #include "X509Extension.h" 00012 00020 bool ExtensionsMatch::operator()( 00022 const CPKIFX509ExtensionPtr& lhs) 00023 { 00024 return *lhs == *m_rhs; 00025 } 00033 void ExtensionsMatch::SetRHS( 00035 CPKIFX509ExtensionPtr& rhs) {m_rhs = rhs;} 00036 00037 00038 ExtensionsMatch::ExtensionsMatch() 00039 { 00040 } 00041 ExtensionsMatch::~ExtensionsMatch() 00042 { 00043 }