CryptoSignatureGenerate (FUN)ΒΆ
FUNCTION CryptoSignatureGenerate : RTS_IEC_RESULT
Sign the data using a specific message digest and the private key.
- InOut:
Scope
Name
Type
Comment
Return
CryptoSignatureGenerateRTS_IEC_RESULTResult of the operation.
Input
hAlgoRTS_IEC_HANDLEHandle to the algorithm.
pDataPOINTER TO RtsByteString
Data to be signed.
privateKeyRtsCryptoKeyKey to be used signing. Has to be a private key.
pSignaturePOINTER TO RtsByteString
Calculated signature of the data.