summaryrefslogtreecommitdiff
path: root/tests/aleksey-xmldsig-01/signature-two-keynames.xml
blob: b166690b68371534b39306df861b1ae9a90c713f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
  <SignedInfo>
    <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
    <SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
    <Reference URI="http://www.w3.org/TR/xml-stylesheet">
      <DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
      <DigestValue>ITIkrxsTd8x8DE+Ui4ZehAiisH4=</DigestValue>
    </Reference>
  </SignedInfo>
  <SignatureValue>0UobNm5XqAHYfuzowI7e6SYQYyedx/YOBjvA0mQd6TDHxNvBs7QYuDaTuwjJGD9V
8jXAQT5NktcwRHZm6E49jw==</SignatureValue>
  <KeyInfo>
    <KeyName>key1</KeyName>
    <KeyName>key2</KeyName>
  </KeyInfo>
</Signature>