DOSSecurityConfig Structure. More...
Data Fields | |
uint8 | CipherCount |
The number of DOSCiphers in the ciphers table. | |
const DOSCipher * | ciphers |
A table of DOSCiphers that can be used by secure sessions. | |
DOSObjectIDDomain | domain |
This is the domain that the Identity is known in. | |
DOSObjectIDAuthentication | identity |
The Identity used for security. | |
uint8 | secret [32] |
The secret of the Identity in the domain it is known in. | |
DOSSecurityConfig Structure.
This represents the configuration of security of the COS node. The data may or may not need to change after calling DOS_Init(). The data fields will state if they will.