From c27382a84657bf027b516abae9172d51edba3aa0 Mon Sep 17 00:00:00 2001 From: gregor Date: Fri, 24 Jun 2005 10:50:13 +0000 Subject: Java-Doc aus CVS entfernt, da generierbar. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@365 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../invoke/XMLSignatureVerificationInvoker.html | 255 --------------------- 1 file changed, 255 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/XMLSignatureVerificationInvoker.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/XMLSignatureVerificationInvoker.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/XMLSignatureVerificationInvoker.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/XMLSignatureVerificationInvoker.html deleted file mode 100644 index 0d0d4ba8d..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/XMLSignatureVerificationInvoker.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class XMLSignatureVerificationInvoker - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.invoke -
-Class XMLSignatureVerificationInvoker

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.invoke.XMLSignatureVerificationInvoker
-
-
-
-
public class XMLSignatureVerificationInvoker
extends Object
- -

-A class providing a DOM based interface to the - XMLSignatureVerificationModule. - - This class performs the invocation of the - iaik.server.modules.xmlverify.XMLSignatureVerificationModule - from a VerifyXMLSignatureRequest given as a DOM element. The - result of the invocation is integrated into a - VerifyXMLSignatureResponse and returned. -

-

-
Version:
$Id$
-
Author:
Patrick Peck
-
-
- -

- - - - - - - - - - - - - - - - - -
-Constructor Summary
-protected XMLSignatureVerificationInvoker() - -
-          Create a new XMLSignatureCreationInvoker. - -
-  - - - - - - - - - - - - - - - -
-Method Summary
-static XMLSignatureVerificationInvokergetInstance() - -
-          Get the single instance of this class.
- at.gv.egovernment.moa.spss.api.xmlverify.VerifyXMLSignatureResponseverifyXMLSignature(at.gv.egovernment.moa.spss.api.xmlverify.VerifyXMLSignatureRequest request) - -
-          Process the VerifyXMLSignatureRequest message and invoke the - XMLSignatureVerificationModule.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-XMLSignatureVerificationInvoker

-
-protected XMLSignatureVerificationInvoker()
-
-
Create a new XMLSignatureCreationInvoker. - - Protected to disallow multiple instances.
- - - - - - - - -
-Method Detail
- -

-getInstance

-
-public static XMLSignatureVerificationInvoker getInstance()
-
-
Get the single instance of this class.
-
Returns:
The single instance of this class.
-
-
-
- -

-verifyXMLSignature

-
-public at.gv.egovernment.moa.spss.api.xmlverify.VerifyXMLSignatureResponse verifyXMLSignature(at.gv.egovernment.moa.spss.api.xmlverify.VerifyXMLSignatureRequest request)
-                                                                                       throws MOAException
-
-
Process the VerifyXMLSignatureRequest message and invoke the - XMLSignatureVerificationModule.
-
Parameters:
request - A VerifyXMLSignatureRequest API object - containing the data for verifying an XML signature.
Returns:
A VerifyXMLSignatureResponse containing the - answert to the VerifyXMLSignatureRequest. - MOA schema definition.
Throws:
MOAException - An error occurred during signature verification.
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3