Path: blob/master/test/jdk/javax/xml/crypto/dsig/data/signature-enveloping-rsa.xml
41154 views
<?xml version="1.0" encoding="UTF-8"?>1<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">2<SignedInfo>3<CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />4<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" />5<Reference URI="#object">6<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />7<DigestValue>7/XTsHaBSOnJ/jXD5v0zL6VKYsk=</DigestValue>8</Reference>9</SignedInfo>10<SignatureValue>11ov3HOoPN0w71N3DdGNhN+dSzQm6NJFUB5qGKRp9Q986nVzMb8wCIVxCQu+x3vMtq12p4/R3KEcPtEJSaoR+thGq++GPIh2mZXyWJs3xHy9P4xmoTVwli7/l7s8ebDSmnbZ137xZU4Iy1BSMZSxGKnRG+Z/0GJIfTz8jhH6wCe3l03L4=14</SignatureValue>15<KeyInfo>16<KeyValue>17<RSAKeyValue>18<Modulus>19q07hpxA5DGFfvJFZueFl/LI85XxQxrvqgVugL25V090A9MrlLBg5PmAsxFTe+G6a20xvWJQwYOVHj/nuiCnNLa9a7uAtPFiTtW+v5H3wlLaY3ws4atRBNOQlYkIBp38sTf21QBkk4i8PEU1GQ2M0CLIJq4/2Akfv1wxzSQ9+8oWkArc=22</Modulus>23<Exponent>24AQAB25</Exponent>26</RSAKeyValue>27</KeyValue>28</KeyInfo>29<Object Id="object">some text</Object>30</Signature>313233