|
BSL v1.1.1 - 19.g31939de
AMMOS Bundle Protocol Security Library (BSL)
|
Represents the output following execution of a security operation. More...
#include <backend/SecOutcome.h>
Collaboration diagram for BSL_SecOutcome_t:Data Fields | |
| bool | is_success |
| Boolean indicating true when successful. | |
| const BSL_SecOper_t * | sec_oper |
| Non-NULL pointer to Security Operation that provided the input. | |
| BSLB_IdValPairPtrList_t | param_list |
| List of security parameters with metadata for receiver. Must be encoded into the BTSD. | |
| BSLB_IdValPairPtrList_t | result_list |
| List of security results with metadata for receiver. Must be encoded into BTSD. | |
Represents the output following execution of a security operation.
| bool BSL_SecOutcome_t::is_success |
Boolean indicating true when successful.
| BSLB_IdValPairPtrList_t BSL_SecOutcome_t::param_list |
List of security parameters with metadata for receiver. Must be encoded into the BTSD.
| BSLB_IdValPairPtrList_t BSL_SecOutcome_t::result_list |
List of security results with metadata for receiver. Must be encoded into BTSD.
| const BSL_SecOper_t* BSL_SecOutcome_t::sec_oper |
Non-NULL pointer to Security Operation that provided the input.