Changes

Jump to navigation Jump to search
73 bytes removed ,  15:47, 15 September 2013
|-
| width='120' | '''Signatures'''
|{{Func|crypto:generate-signature|$input as node(), $canonicalization as xs:string, $digest as xs:string, $signature as xs:string, $signature-prefix as xs:string, $signature-type as xs:string|node()}}<br/>{{Func|crypto:generate-signature|$input as node(), $canonicalization as xs:string, $digest as xs:string, $signature as xs:string, $signature-prefix as xs:string, $signature-type as xs:string, $xpath as xs:string|node()}}<br/>{{Func|crypto:generate-signature|$input as node(), $canonicalization as xs:string, $digest as xs:string, $signature as xs:string, $signature-prefix as xs:string, $signature-type as xs:string, $certificate as node()|node()}}<br/>{{Func|crypto:generate-signature|$input as node(), $canonicalization as xs:string, $digest as xs:string, $signature as xs:string, $signature-prefix as xs:string, $signature-type as xs:string, $xpath as xs:string, $certificate as node()|node()}}
|-
| '''Summary'''
{{Code|$digest}} must be one of the following: {{Code|SHA1}}, {{Code|SHA256}} or {{Code|SHA512}}. '''Default is {{Code|SHA1}}'''.<br/>
{{Code|$signature}} must either be {{Code|RSA_SHA1}} or {{Code|DSA_SHA1}}. '''Default is {{Code|RSA_SHA1}}'''.<br/>
{{Code|$signature-prefix}} may be empty and prefixes the {{Code|Signature}} element accordingly.<br/>{{Code|$signature-type}} is the signature type. It must either be {{Code|enveloped}} or {{Code|enveloping}}. Detached (detached signatures are not supported so far not supported). '''Default is {{Code|enveloped}}'''.<br/>
{{Code|$xpath}} is an arbitrary XPath expression which specifies a subset of the document that is to be signed.<br/>
{{Code|$certificate}} is the digitial certificate used to sign the input document.
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu