sign data(a, b, c, d, e, f)


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. Allowed values: See here. Default: 8859_1.

c

Certificate ID (local certificate). Allowed values: See here.

d

(optional) Signature algorithm. Allowed values: See here. Default: SHA-1.

e

(optional) Encoding. Allowed values: See here. Default: p7m.

f

(optional) If true, the data a is added to the signed data. Default: true.