DHWCtrl.AesEncrypt

Encrypts a block

Properties

Parameters (request frame)

Name Type/Size Description
WrappedKeyNr Enumeration (8 bits) Values:
  • WrapNone (0x00)
  • WrapDHUK (0x01)
Length of Block Integer (8 bits) Length of Block in bytes
Block Raw data Block to encrypt
Length of Key Integer (8 bits) Length of Key in bytes
Key Raw data Key to use for encryption

Returned values (response frame)

Name Type/Size Description
Length of EncBlock Integer (8 bits) Length of EncBlock in bytes
EncBlock Raw data Encrypted block