From 057f884903954203339182649daa100ef4ce89e3 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Mon, 22 Dec 2003 17:28:21 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build_001'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build_001@85 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../server/invoke/XMLSignatureCreationInvoker.html | 260 --------------------- 1 file changed, 260 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/XMLSignatureCreationInvoker.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/XMLSignatureCreationInvoker.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/XMLSignatureCreationInvoker.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/XMLSignatureCreationInvoker.html deleted file mode 100644 index 19998ed9a..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/XMLSignatureCreationInvoker.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class XMLSignatureCreationInvoker - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

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

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

-A class providing an API based interface to the - XMLSignatureCreationModule. - - This class performs the invocation of the - iaik.server.modules.xmlsign.XMLSignatureCreationModule from a - CreateXMLSignatureRequest given as an API object. The result of - the invocation is integrated into a CreateXMLSignatureResponse - and returned. -

-

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

- - - - - - - - - - - - - - - - - -
-Constructor Summary
-protected XMLSignatureCreationInvoker() - -
-          Create a new XMLSignatureCreationInvoker. - -
-  - - - - - - - - - - - - - - - -
-Method Summary
- at.gv.egovernment.moa.spss.api.xmlsign.CreateXMLSignatureResponsecreateXMLSignature(at.gv.egovernment.moa.spss.api.xmlsign.CreateXMLSignatureRequest request, - Set reserved) - -
-          Process the CreateXMLSignatureRequest message and invoke the - XMLSignatureCreationModule for every - SingleSignatureInfo contained in the request.
-static XMLSignatureCreationInvokergetInstance() - -
-          Get the only instance of this class.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-XMLSignatureCreationInvoker

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

-getInstance

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

-createXMLSignature

-
-public at.gv.egovernment.moa.spss.api.xmlsign.CreateXMLSignatureResponse createXMLSignature(at.gv.egovernment.moa.spss.api.xmlsign.CreateXMLSignatureRequest request,
-                                                                                            Set reserved)
-                                                                                     throws MOAException
-
-
Process the CreateXMLSignatureRequest message and invoke the - XMLSignatureCreationModule for every - SingleSignatureInfo contained in the request.
-
Parameters:
request - A CreateXMLSignatureRequest API object - containing the information for creating the signature(s).
reserved - A Set of reserved object IDs.
Returns:
A CreateXMLSignatureResponse API object containing - the created signature(s). The response contains either a - SignatureEnvironment or a ErrorResponse - for each SingleSignatureInfo in the request.
Throws:
MOAException - An error occurred during signature creation.
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3