Git init
[external/xmlsec1.git] / tests / aleksey-xmldsig-01 / enveloping-sha256-hmac-sha256.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
3   <SignedInfo>
4     <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
5     <SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#hmac-sha256"/>
6     <Reference URI="#object">
7       <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
8       <DigestValue>iDhYt78o294fA6pzQ7k44+eejrQMi+WX3l3UrUdtL1Q=</DigestValue>
9     </Reference>
10   </SignedInfo>
11   <SignatureValue>6E34uTISXH5HLnt9wyOB8dxwz/Z31S+qxWF+rULRnhU=</SignatureValue>
12   <Object Id="object">some text</Object>
13 </Signature>