diff options
author | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-06-23 14:42:23 +0000 |
---|---|---|
committer | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-06-23 14:42:23 +0000 |
commit | 195f6140564bdbf2d486f0b152877ec5368a3ecb (patch) | |
tree | b9ad4bdaf3a0526f472c9f9f47de6f07fdb9970e /common/data/test/xml/VerifyXMLSignature/Req001.xml | |
parent | bf4ef06fcc0b236f9c7bc5013d42f327ad830118 (diff) | |
download | moa-id-spss-195f6140564bdbf2d486f0b152877ec5368a3ecb.tar.gz moa-id-spss-195f6140564bdbf2d486f0b152877ec5368a3ecb.tar.bz2 moa-id-spss-195f6140564bdbf2d486f0b152877ec5368a3ecb.zip |
Alte Testdaten entsorgt.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@363 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'common/data/test/xml/VerifyXMLSignature/Req001.xml')
-rw-r--r-- | common/data/test/xml/VerifyXMLSignature/Req001.xml | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/common/data/test/xml/VerifyXMLSignature/Req001.xml b/common/data/test/xml/VerifyXMLSignature/Req001.xml deleted file mode 100644 index 7cb71f6d2..000000000 --- a/common/data/test/xml/VerifyXMLSignature/Req001.xml +++ /dev/null @@ -1,49 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Stephan Grill (Anecon) --> -<!--the given XML Data shows a simple request w/ Supplement (but w/o SignatureManifestCheckParams) which must return a valid return codes--> -<VerifyXMLSignatureRequest xmlns="http://reference.e-government.gv.at/namespace/moa/20020822#" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"> - <DateTime>2002-12-01T09:30:47-05:00</DateTime> - <VerifySignatureInfo> - <VerifySignatureEnvironment> - <XMLContent> - <dsig:Signature> - <dsig:SignedInfo> - <dsig:CanonicalizationMethod Algorithm="aValidURI"/> - <dsig:SignatureMethod Algorithm="anValidURI"/> - <dsig:Reference> - <dsig:DigestMethod Algorithm="aValidURI"/> - <dsig:DigestValue>U3Zlbg==</dsig:DigestValue> - </dsig:Reference> - </dsig:SignedInfo> - <dsig:SignatureValue>U3Zlbg==</dsig:SignatureValue> - </dsig:Signature> - </XMLContent> - </VerifySignatureEnvironment> - <VerifySignatureLocation>anValidXPathExpression</VerifySignatureLocation> - </VerifySignatureInfo> - - <SupplementProfile> - <MetaInfo> - <MimeType>text/plain</MimeType> - <Description>aValidURI</Description> - </MetaInfo> - <Content Reference="aValidURI"> - <Base64Content>U3Zlbg==</Base64Content> - </Content> - </SupplementProfile> - - <SupplementProfileID>aValidSupplementProfileID</SupplementProfileID> - <TrustProfileID>aValidTrustProfileID</TrustProfileID> -</VerifyXMLSignatureRequest> -<!--the following modifications (individually and in combination) must return a valid response -* no Supplement/MetaInfo/Description -* no Supplement/MetaInfo -* Supplement/Content/XMLContent instead of Supplement/Content/Base64Content -* 2 Supplement elements -* 2 SupplementProfileID elements -Total: 5 Testcases--> -<!--each of the following modifications (individually) must return an error code -* an URI referenced in dsig:Signature does not resolve and no Supplement object is available -* invalid MimeType -* invalid SupplementProfileID -Total: 3 Testcases--> |