OpcUaCryptoSymmetricEncrypt (FUN)ΒΆ
FUNCTION OpcUaCryptoSymmetricEncrypt : OpcUa_StatusCode
Encrypts data by using the encryption algorithm defined by the crypto provider.
- InOut:
Scope
Name
Type
Comment
Return
OpcUaCryptoSymmetricEncryptOpcUa_StatusCodeInput
pCryptoProviderPOINTER TO OpcUa_CryptoProvider
Provider handle.
plainTextOpcUa_ByteStringPlain text to encrypt.
pKeyPOINTER TO OpcUa_Key
The encryption/decryption key.
ivOpcUa_ByteStringThe initial vector.
Inout
cipherTextOpcUa_ByteStringThe encrypted text.