Git init
[external/xmlsec1.git] / tests / merlin-xmldsig-twenty-three / signature-enveloped-dsa.tmpl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Envelope xmlns="http://example.org/envelope">
3   <Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
4     <SignedInfo>
5       <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
6       <SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1" />
7       <Reference URI="">
8         <Transforms>
9           <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" />
10         </Transforms>
11         <DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
12         <DigestValue></DigestValue>
13       </Reference>
14     </SignedInfo>
15     <SignatureValue>
16     </SignatureValue>
17     <KeyInfo>
18       <KeyValue>
19       </KeyValue>
20     </KeyInfo>
21   </Signature>
22 </Envelope>