Moved key/cred resolution classes out of xmlsig namespace.
[shibboleth/cpp-xmltooling.git] / xmltooling / security / CredentialResolver.h
similarity index 95%
rename from xmltooling/signature/CredentialResolver.h
rename to xmltooling/security/CredentialResolver.h
index 6b133fc..0317299 100644 (file)
 #include <xsec/enc/XSECCryptoKey.hpp>
 #include <xsec/enc/XSECCryptoX509.hpp>
 
-namespace xmlsignature {
+namespace xmltooling {
 
     /**
      * An API for resolving local/owned keys and certificates
      */
-    class XMLTOOL_API CredentialResolver : public xmltooling::Lockable
+    class XMLTOOL_API CredentialResolver : public Lockable
     {
         MAKE_NONCOPYABLE(CredentialResolver);
     protected: