Git init
[external/xmlsec1.git] / tests / aleksey-xmldsig-01 / enveloping-sha512-hmac-sha512-64.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-sha512">
6       <HMACOutputLength>80</HMACOutputLength>
7     </SignatureMethod>
8     <Reference URI="#object">
9       <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha512"/>
10       <DigestValue>E2Jo801uUCgAIa65niLU7jPSWPWUbsgT+okPgBcw/h72V7bmI0J2faJ+8EbwVwah
11 XDnbRaf22WqerzX1vL0QzA==</DigestValue>
12     </Reference>
13   </SignedInfo>
14   <SignatureValue>shktZYjrs58vuA==</SignatureValue>
15   <Object Id="object">some text</Object>
16 </Signature>