RTI Connext C API Version 7.2.0
DDS_ParticipantTrustInterceptorAlgorithmInfo Struct Reference

Trust Plugins interception algorithm information associated with the discovered DomainParticipant. More...

Data Fields

DDS_TrustAlgorithmSet supported_mask
 Trust Plugins algorithms supported for interception of data and metadata exchanged by the DomainParticipant. More...
 
DDS_TrustAlgorithmSet builtin_endpoints_required_mask
 Trust Plugins algorithms used for interception of metadata exchanged by the builtin endpoints. More...
 
DDS_TrustAlgorithmSet builtin_kx_endpoints_required_mask
 Trust Plugins algorithms used for interception of metadata exchanged by the key exchange builtin endpoints. More...
 

Detailed Description

Trust Plugins interception algorithm information associated with the discovered DomainParticipant.

Field Documentation

◆ supported_mask

DDS_TrustAlgorithmSet DDS_ParticipantTrustInterceptorAlgorithmInfo::supported_mask

Trust Plugins algorithms supported for interception of data and metadata exchanged by the DomainParticipant.

◆ builtin_endpoints_required_mask

DDS_TrustAlgorithmSet DDS_ParticipantTrustInterceptorAlgorithmInfo::builtin_endpoints_required_mask

Trust Plugins algorithms used for interception of metadata exchanged by the builtin endpoints.

◆ builtin_kx_endpoints_required_mask

DDS_TrustAlgorithmSet DDS_ParticipantTrustInterceptorAlgorithmInfo::builtin_kx_endpoints_required_mask

Trust Plugins algorithms used for interception of metadata exchanged by the key exchange builtin endpoints.