RTI Connext C API Version 7.3.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 discovery, service request, and liveliness 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...
 
DDS_TrustAlgorithmSet user_endpoints_default_required_mask
 Default trust plugin algorithms used for interception of data exchanged by the user endpoints. This is the algorithm that remote DomainParticipants should assume when DDS_EndpointTrustInterceptorAlgorithmInfo is not serialized. 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 discovery, service request, and liveliness 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.

◆ user_endpoints_default_required_mask

DDS_TrustAlgorithmSet DDS_ParticipantTrustInterceptorAlgorithmInfo::user_endpoints_default_required_mask

Default trust plugin algorithms used for interception of data exchanged by the user endpoints. This is the algorithm that remote DomainParticipants should assume when DDS_EndpointTrustInterceptorAlgorithmInfo is not serialized.