From ece7d18cf35374bf4e26d041799cda8f791c89f8 Mon Sep 17 00:00:00 2001 From: gregor Date: Mon, 7 Jul 2003 10:58:37 +0000 Subject: Initial commit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@2 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../invoke/XMLSignatureCreationProfileFactory.html | 233 +++++++++++++++++++++ 1 file changed, 233 insertions(+) create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/XMLSignatureCreationProfileFactory.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/XMLSignatureCreationProfileFactory.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/XMLSignatureCreationProfileFactory.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/XMLSignatureCreationProfileFactory.html new file mode 100644 index 000000000..677d6747f --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/invoke/XMLSignatureCreationProfileFactory.html @@ -0,0 +1,233 @@ + + + + + + +MOA SP/SS Server Internal API: Class XMLSignatureCreationProfileFactory + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.spss.server.invoke +
+Class XMLSignatureCreationProfileFactory

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

+A factory to create XMLSignatureCreationProfiles from a + CreateXMLSignatureRequest, based on the current MOA + configuration. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
XMLSignatureCreationProfileFactory(at.gv.egovernment.moa.spss.api.xmlsign.CreateXMLSignatureRequest request, + Set reserved) + +
+          Create a new XMLSignatureCreationProfileFactory.
+  + + + + + + + + + + + +
+Method Summary
+ iaik.server.modules.xmlsign.XMLSignatureCreationProfilecreateProfile(at.gv.egovernment.moa.spss.api.xmlsign.SingleSignatureInfo singleSignatureInfo) + +
+          Create a XMLSignatureCreationProfile for the given + SingleSignatureInfo object..
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+XMLSignatureCreationProfileFactory

+
+public XMLSignatureCreationProfileFactory(at.gv.egovernment.moa.spss.api.xmlsign.CreateXMLSignatureRequest request,
+                                          Set reserved)
+
+
Create a new XMLSignatureCreationProfileFactory.
+
Parameters:
request - The request for which to create profiles.
reserved - The Set of reserved object IDs. IDs will + be added during signature creation.
+
+
+ + + + + + + + +
+Method Detail
+ +

+createProfile

+
+public iaik.server.modules.xmlsign.XMLSignatureCreationProfile createProfile(at.gv.egovernment.moa.spss.api.xmlsign.SingleSignatureInfo singleSignatureInfo)
+                                                                      throws MOASystemException,
+                                                                             MOAApplicationException
+
+
Create a XMLSignatureCreationProfile for the given + SingleSignatureInfo object..
+
Parameters:
singleSignatureInfo - The SingleSignatureInfo object + containing information about the creation of a signature.
Returns:
The XMLSignatureCreationProfile containing additional + information for creating an XML signature.
Throws:
MOASystemException - A system error occurred during creation of the + profile. See message for details
MOAApplicationException - An application error occurred during + creation of the profile. See message for details.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3