Author: buildbot Date: Fri Dec 19 08:18:18 2014 New Revision: 933320 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/xml-security-component.html Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/xml-security-component.html ============================================================================== --- websites/production/camel/content/xml-security-component.html (original) +++ websites/production/camel/content/xml-security-component.html Fri Dec 19 08:18:18 2014 @@ -93,7 +93,7 @@ <!-- use the same version as your Camel core version --> </dependency> ]]></script> -</div></div><h3 id="XMLSecuritycomponent-XMLSignaturewrappingmodes">XML Signature wrapping modes</h3><p>XML Signature differs between enveloped, enveloping, and detached XML signature. In the <a shape="rect" class="external-link" href="http://www.w3.org/TR/xmldsig-core1/#def-SignatureEnveloped" rel="nofollow">enveloped</a> XML signature case, the XML Signature is wrapped by the signed XML Document; which means that the XML signature element is a child element of a parent element, which belongs to the signed XML Document. In the <a shape="rect" class="external-link" href="http://www.w3.org/TR/xmldsig-core1/#def-SignatureEnveloping" rel="nofollow">enveloping</a> XML signature case, the XML Signature contains the signed content. All other cases are called <a shape="rect" class="external-link" href="http://www.w3.org/TR/xmldsig-core1/#def-SignatureDetached" rel="nofollow">detached</a> XML signatures. A certain form of detached XML signature is supported since <strong>2.14.0</strong>.</p ><p>In the <strong>enveloped XML signature</strong> case, the supported >generated XML signature has the following structure (Variables are surrounded >by []).</p><div class="code panel pdl" style="border-width: 1px;"><div >class="codeContent panelContent pdl"> +</div></div><h3 id="XMLSecuritycomponent-XMLSignatureWrappingModes">XML Signature Wrapping Modes</h3><p>XML Signature differs between enveloped, enveloping, and detached XML signature. In the <a shape="rect" class="external-link" href="http://www.w3.org/TR/xmldsig-core1/#def-SignatureEnveloped" rel="nofollow">enveloped</a> XML signature case, the XML Signature is wrapped by the signed XML Document; which means that the XML signature element is a child element of a parent element, which belongs to the signed XML Document. In the <a shape="rect" class="external-link" href="http://www.w3.org/TR/xmldsig-core1/#def-SignatureEnveloping" rel="nofollow">enveloping</a> XML signature case, the XML Signature contains the signed content. All other cases are called <a shape="rect" class="external-link" href="http://www.w3.org/TR/xmldsig-core1/#def-SignatureDetached" rel="nofollow">detached</a> XML signatures. A certain form of detached XML signature is supported since <strong>2.14.0</strong>.</p ><p>In the <strong>enveloped XML signature</strong> case, the supported >generated XML signature has the following structure (Variables are surrounded >by []).</p><div class="code panel pdl" style="border-width: 1px;"><div >class="codeContent panelContent pdl"> <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[ <[parent element]> ... <!-- Signature element is added as last child of the parent element--> <Signature Id="generated_unique_signature_id"> @@ -165,7 +165,7 @@ <SignatureValue> (<KeyInfo Id="[generated_keyinfo_id]">)? </Signature>)+]]></script> -</div></div><p> </p><h3 id="XMLSecuritycomponent-URIformat">URI format</h3><p>The camel component consists of two endpoints which have the following URI format.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> +</div></div><p> </p><h3 id="XMLSecuritycomponent-URIFormat">URI Format</h3><p>The camel component consists of two endpoints which have the following URI format.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl"> <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[ xmlsecurity:sign:name[?options] xmlsecurity:verify:name[?options] ]]></script>