Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/test/jdk/javax/xml/crypto/dsig/data/signature-enveloping-hmac-sha1.xml
41154 views
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/2000/09/xmldsig#hmac-sha1" />
6
<Reference URI="#object">
7
<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
8
<DigestValue>7/XTsHaBSOnJ/jXD5v0zL6VKYsk=</DigestValue>
9
</Reference>
10
</SignedInfo>
11
<SignatureValue>
12
JElPttIT4Am7Q+MNoMyv+WDfAZw=
13
</SignatureValue>
14
<Object Id="object">some text</Object>
15
</Signature>
16
17