New KeyResolver/Validator/Encrypter/Decrypter classes.
[shibboleth/cpp-xmltooling.git] / xmltoolingtest / SignatureTest.h
index c3cd9bb..458fa7e 100644 (file)
@@ -57,7 +57,7 @@ class TestValidator : public SignatureValidator
     }\r
 \r
 public:\r
-    TestValidator(const XMLCh* uri, XSECCryptoKey* key) : SignatureValidator(key) {\r
+    TestValidator(const XMLCh* uri, XSECCryptoKey* key) : SignatureValidator(new KeyResolver(key)) {\r
         m_uri=XMLString::replicate(uri);\r
     }\r
     \r