sign data()
This function returns the signed data a by using charset b, certificate c, signature algorithm d and encoding e. If f is "true", the data a is added to the signed data.
Parameter Description
Parameter |
Description |
a |
Data to sign. |
b |
(optional) Charset. Default: "8859_1". Note: Use the three dots to select a value. |
c |
Certificate ID (local certificate). Note: Use the three dots to select a value. |
d |
(optional) Signature algorithm. Default: "SHA-1". Note: Use the three dots to select a value. |
e |
(optional) Encoding. Default: "p7m". Note: Use the three dots to select a value. |
f |
(optional) If "true", the data a is added to the signed data. Default: "true". |