TAO_Security 4.0.0
Loading...
Searching...
No Matches
Functions
TAO::CSI_Utils Namespace Reference

Functions

void create_sas_service_context (const CSI::SASContextBody &sas_context, IOP::ServiceContext &sc)
 Populate given IOP::ServiceContext with given CSI::SASContextBody.
 
bool extract_sas_service_context (const IOP::ServiceContext &sc, CSI::SASContextBody &sas_context)
 Extract CSI::SASContextBody from given IOP::ServiceContext.
 

Function Documentation

◆ create_sas_service_context()

void TAO::CSI_Utils::create_sas_service_context ( const CSI::SASContextBody & sas_context,
IOP::ServiceContext & sc )

Populate given IOP::ServiceContext with given CSI::SASContextBody.

◆ extract_sas_service_context()

bool TAO::CSI_Utils::extract_sas_service_context ( const IOP::ServiceContext & sc,
CSI::SASContextBody & sas_context )

Extract CSI::SASContextBody from given IOP::ServiceContext.

Returns
Success == true, Failure == false.