ExtensionsMatch.cpp

Go to the documentation of this file.
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 }

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