Removed ValidatingXMLObject interface and implementations.
[shibboleth/cpp-xmltooling.git] / xmltooling / signature / SignatureValidator.h
index 4dc362a..16dd084 100644 (file)
@@ -51,10 +51,6 @@ namespace xmlsignature {
 \r
         virtual void validate(const Signature* signature) const;\r
         \r
-        SignatureValidator* clone() const {\r
-            return new SignatureValidator(*this);\r
-        }\r
-\r
         /**\r
          * Replace the current KeyResolver, if any, with a new one.\r
          * \r
@@ -66,10 +62,6 @@ namespace xmlsignature {
         }\r
     \r
     protected:\r
-        SignatureValidator(const SignatureValidator& src) {\r
-            m_resolver=src.m_resolver ? src.m_resolver->clone() : NULL;\r
-        }\r
-\r
         KeyResolver* m_resolver;\r
     };\r
 \r