OpcUaCryptoSymmetricDecrypt (FUN)ΒΆ
FUNCTION OpcUaCryptoSymmetricDecrypt : OpcUa_StatusCode
Decrypts data by using the encryption algorithm defined by the crypto provider.
- InOut:
Scope
Name
Type
Comment
Return
OpcUaCryptoSymmetricDecryptOpcUa_StatusCodeInput
pCryptoProviderPOINTER TO OpcUa_CryptoProvider
Provider handle.
cipherTextOpcUa_ByteStringCipher text to decrypt.
pKeyPOINTER TO OpcUa_Key
The encryption/decryption key.
ivOpcUa_ByteStringThe initial vector.
Inout
plainTextOpcUa_ByteStringThe decrypted text.