CryptoAsymmetricDecrypt (FUN)ΒΆ
FUNCTION CryptoAsymmetricDecrypt : RTS_IEC_RESULT
Perform a asymmetric decryption using the algorithm handle.
- InOut:
Scope
Name
Type
Comment
Return
CryptoAsymmetricDecryptRTS_IEC_RESULTResult of the operation
Input
hAlgoRTS_IEC_HANDLEHandle to the algorithm.
pCipherTextPOINTER TO RtsByteString
Data to be decrypted
privateKeyRtsCryptoKeyPrivate key used to decrypt the data.
pPlainTextPOINTER TO RtsByteString
Decrypted data.