You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

11.3.1 Compute Method

Computes the signature of the provided sequence of bytes using the supplied key.

Input Arguments

Name

Type

Mandatory

Description

Input

XPRIM_Binary

Yes

The message whose signature is to be generated

Key

XPRIM_Binary

Yes

The secret key to use

Output Arguments

Name

Type

Mandatory

Description

Result

XPRIM_Binary

Yes

The generated signature (bytes)

Return Value

None

  • No labels