OpenDOF Project
boolean DOFSecurityModeCCM_IsEncrypt ( const DOFSecurityMode  self)

Report whether the given DOFSecurityModeCCM specifies that data should be encrypted or not.

Data is always authenticated, regardless of this setting.

Parameters
selfThe DOFSecurityModeCCM to be queried. This must not be NULL and must represent a DOFSecurityModeCCM.
Return values
Non-zero(TRUE) if the data is to be encrypted.
Zero(FALSE) if data is to only be authenticated.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22