aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorgregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d>2003-11-07 17:58:36 +0000
committergregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d>2003-11-07 17:58:36 +0000
commit69561539a64141e5ed23c4d042fc0c00a17c2bef (patch)
treec9975898784e9003baf1aa03538706acc828ea87 /common
parent2d90b02665eec9a5e7a1cdb88ddb8fce047a3a4f (diff)
downloadmoa-id-spss-69561539a64141e5ed23c4d042fc0c00a17c2bef.tar.gz
moa-id-spss-69561539a64141e5ed23c4d042fc0c00a17c2bef.tar.bz2
moa-id-spss-69561539a64141e5ed23c4d042fc0c00a17c2bef.zip
Bug 19 behoben.tags/Build-SPSS.1.1.0
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@41 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'common')
-rw-r--r--common/src/at/gv/egovernment/moa/util/Constants.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/common/src/at/gv/egovernment/moa/util/Constants.java b/common/src/at/gv/egovernment/moa/util/Constants.java
index 681bed55b..df7c843d1 100644
--- a/common/src/at/gv/egovernment/moa/util/Constants.java
+++ b/common/src/at/gv/egovernment/moa/util/Constants.java
@@ -215,4 +215,19 @@ public interface Constants {
/** URI of the Exclusive Canonical XML with commments algorithm */
public static final String EXC_C14N_WITH_COMMENTS_URI =
"http://www.w3.org/2001/10/xml-exc-c14n#WithComments";
+
+ //
+ // Local names for elements of the MOA SPSS schema
+ //
+
+ /**
+ * Local name of request for creating an XML signature.
+ */
+ public static final String MOA_SPSS_CREATE_XML_REQUEST = "CreateXMLSignatureRequest";
+
+ /**
+ * Local name of request for verifying an XML signature.
+ */
+ public static final String MOA_SPSS_VERIFY_XML_REQUEST = "VerifiyXMLSignatureRequest";
+
}