RTI Connext C API Version 7.3.0
DDS_ParticipantTrustAlgorithmInfo Struct Reference

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

Data Fields

DDS_ParticipantTrustSignatureAlgorithmInfo signature
 Information regarding algorithms for validation of data and metadata exchanged by the DomainParticipant. More...
 
DDS_ParticipantTrustKeyEstablishmentAlgorithmInfo key_establishment
 Information regarding algorithms for transformation of data and metadata exchanged between two DomainParticipants. More...
 
DDS_ParticipantTrustInterceptorAlgorithmInfo interceptor
 Information regarding algorithms for interception of data and metadata exchanged by the DomainParticipant. More...
 

Detailed Description

Trust Plugins algorithm information associated with the discovered DomainParticipant.

Field Documentation

◆ signature

DDS_ParticipantTrustSignatureAlgorithmInfo DDS_ParticipantTrustAlgorithmInfo::signature

Information regarding algorithms for validation of data and metadata exchanged by the DomainParticipant.

◆ key_establishment

DDS_ParticipantTrustKeyEstablishmentAlgorithmInfo DDS_ParticipantTrustAlgorithmInfo::key_establishment

Information regarding algorithms for transformation of data and metadata exchanged between two DomainParticipants.

◆ interceptor

DDS_ParticipantTrustInterceptorAlgorithmInfo DDS_ParticipantTrustAlgorithmInfo::interceptor

Information regarding algorithms for interception of data and metadata exchanged by the DomainParticipant.