DHWCtrl.AesEncrypt
Encrypts a block
Properties
- Command code: 0xE069
- Command timeout: 100 ms
- Possible status codes: General status codes
Parameters (request frame)
| Name | Type/Size | Description | |
|---|---|---|---|
| WrappedKeyNr | Enumeration (8 bits) |
Values:
|
|
| 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 |