Changes

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

edits

Navigation menu