X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=xmltooling%2Fsecurity%2Fimpl%2FKeyResolver.cpp;fp=xmltooling%2Fsignature%2Fimpl%2FKeyResolver.cpp;h=c319b78b861160ba23873de07cad8c5d6ea49084;hb=085daff2d0c1d078f006f23808b4092130110eb9;hp=673467261668c7155040f302d17399f9b4148c98;hpb=ccc748a72eb601b305bdb6f69364a70b5261bc4f;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltooling/signature/impl/KeyResolver.cpp b/xmltooling/security/impl/KeyResolver.cpp similarity index 96% rename from xmltooling/signature/impl/KeyResolver.cpp rename to xmltooling/security/impl/KeyResolver.cpp index 6734672..c319b78 100644 --- a/xmltooling/signature/impl/KeyResolver.cpp +++ b/xmltooling/security/impl/KeyResolver.cpp @@ -21,19 +21,19 @@ */ #include "internal.h" -#include "signature/KeyResolver.h" +#include "security/KeyResolver.h" #include "signature/Signature.h" using namespace xmlsignature; using namespace xmltooling; using namespace std; -namespace xmlsignature { +namespace xmltooling { XMLTOOL_DLLLOCAL PluginManager::Factory FilesystemKeyResolverFactory; XMLTOOL_DLLLOCAL PluginManager::Factory InlineKeyResolverFactory; }; -void XMLTOOL_API xmlsignature::registerKeyResolvers() +void XMLTOOL_API xmltooling::registerKeyResolvers() { XMLToolingConfig& conf=XMLToolingConfig::getConfig(); conf.KeyResolverManager.registerFactory(FILESYSTEM_KEY_RESOLVER, FilesystemKeyResolverFactory);