OpenDOF Project
Data Fields
DOSSecurityConfig Struct Reference

DOSSecurityConfig Structure. More...

Data Fields

uint8 CipherCount
 The number of DOSCiphers in the ciphers table.
 
const DOSCipherciphers
 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.
 

Detailed Description

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.

Note
This is not required if DOSCONFIG_DISABLE_DPS_SESSIONS is defined.
core-c-cos Version 7.0.1 Build 0
2018-02-08