1<?xml version="1.0" encoding="UTF-8"?> 2<signtest> 3<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"> 4 <SignedInfo> 5 <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /> 6 <SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /> 7 <Reference URI="#target"> 8 <DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> 9 <DigestValue> </DigestValue> 10 </Reference> 11 </SignedInfo> 12 <SignatureValue> </SignatureValue> 13 <KeyInfo> 14 <X509Data> 15 <X509IssuerSerial> 16 <X509IssuerName>CN=Test Issuer</X509IssuerName> 17 <X509SerialNumber>123450005</X509SerialNumber> 18 </X509IssuerSerial> 19 </X509Data> 20 </KeyInfo> 21</Signature> 22<office:document id="target" xmlns:office="http://openoffice.org/2000/office" xmlns:style="http://openoffice.org/2000/style" xmlns:text="http://openoffice.org/2000/text" xmlns:table="http://openoffice.org/2000/table" xmlns:draw="http://openoffice.org/2000/drawing" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="http://openoffice.org/2000/meta" xmlns:number="http://openoffice.org/2000/datastyle" xmlns:svg="http://www.w3.org/2000/svg" xmlns:chart="http://openoffice.org/2000/chart" xmlns:dr3d="http://openoffice.org/2000/dr3d" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="http://openoffice.org/2000/form" xmlns:script="http://openoffice.org/2000/script" xmlns:config="http://openoffice.org/2001/config" office:class="text" office:version="1.0" > 23 24<office:body text:bullet-char="•" >你好</office:body> 25 26</office:document> 27</signtest>