From f25a072fd1c3b131d5f2f15689942ca7c55a62c0 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Mon, 6 Aug 2007 14:26:08 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build-ID-1_4_0'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build-ID-1_4_0@907 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../client/call/SignatureVerificationCaller.java | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 spss.test/src/at/gv/egovernment/moa/spss/client/call/SignatureVerificationCaller.java (limited to 'spss.test/src/at/gv/egovernment/moa/spss/client/call/SignatureVerificationCaller.java') diff --git a/spss.test/src/at/gv/egovernment/moa/spss/client/call/SignatureVerificationCaller.java b/spss.test/src/at/gv/egovernment/moa/spss/client/call/SignatureVerificationCaller.java deleted file mode 100644 index 612a1d345..000000000 --- a/spss.test/src/at/gv/egovernment/moa/spss/client/call/SignatureVerificationCaller.java +++ /dev/null @@ -1,28 +0,0 @@ -package at.gv.egovernment.moa.spss.client.call; - -import java.rmi.RemoteException; - -import javax.xml.namespace.QName; -import javax.xml.rpc.ServiceException; - -import org.w3c.dom.Element; - -/** - * @author Patrick Peck - * @version $Id$ - */ -public class SignatureVerificationCaller extends MOACaller { - - private static final QName SERVICE_QNAME = new QName("SignatureVerification"); - - public Element verifyCMSSignature(Element request, String endPoint) - throws ServiceException, RemoteException, Exception { - return doCall(SERVICE_QNAME, request, endPoint); - } - - public Element verifyXMLSignature(Element request, String endPoint) - throws ServiceException, RemoteException, Exception { - return doCall(SERVICE_QNAME, request, endPoint); - } - -} -- cgit v1.2.3