Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 15th, 2012  |  syntax: None  |  size: 0.94 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Generating XADES-BES with “ds” prefix
  2. <Signature Id="orderSignature" 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#rsa-sha1"/>
  6.            .............
  7.            ......
  8.            ...
  9.     </Signature>
  10.     <Object>....</Object>
  11.        
  12. <ds:Signature Id="orderSignature" xmlns="http://www.w3.org/2000/09/xmldsig#">
  13.                             <ds:SignedInfo>
  14.                                 <ds:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
  15.                                 <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
  16.                .............
  17.                ......
  18.                ...
  19.         </ds:Signature>
  20.         <ds:Object>....</ds:Object>