|
swift
|
Channel config DTO. More...
Public Member Functions | |
| QJsonObject | toJson () const |
| To JSON. | |
Static Public Member Functions | |
| static CryptoDtoChannelConfigDto | fromJson (const QJsonObject &json) |
| From JSON. | |
Public Attributes | |
| QString | channelTag |
| Properties. | |
| QByteArray | aeadReceiveKey |
| Properties. | |
| QByteArray | aeadTransmitKey |
| Properties. | |
| QByteArray | hmacKey |
| Properties. | |
Channel config DTO.