Changes

Jump to navigation Jump to search
51 bytes removed ,  17:12, 10 October 2011
m
=XML Signature=
XML Signatures are used to sign data. In our case, the data which is signed is an XQuery node. The following example shows the basic structure of an XML signature.
'''XML Signature'''
<pre class="brush:xquery">
<Signature>
<SignedInfo> <CanonicalizationMethod /> <SignatureMethod /> <Reference> <Transforms> <DigestMethod> <DigestValue> </Reference> <Reference /> etc. </SignedInfo> <SignatureValue /> <KeyInfo /> <Object />
</Signature>
</pre>
administrator, Bureaucrats, editor, reviewer, Administrators
408

edits

Navigation menu