RTI Connext Traditional C++ API  Version 7.0.0
DDS_ParticipantTrustAlgorithms Struct Reference

Trust Plugins algorithms associated with the discovered DomainParticipant. More...

Public Attributes

DDS_ParticipantTrustSignatureAlgorithms signature
 Trust Plugins algorithms for validation of data and metadata exchanged by the DomainParticipant. More...
 
DDS_ParticipantTrustKeyEstablishmentAlgorithms key_establishment
 Algorithms for transformation of data and metadata exchanged between two DomainParticipants. More...
 
DDS_ParticipantTrustInterceptorAlgorithms interceptor
 Algorithms for interception of data and metadata exchanged by the DomainParticipant. More...
 

Detailed Description

Trust Plugins algorithms associated with the discovered DomainParticipant.

Member Data Documentation

◆ signature

DDS_ParticipantTrustSignatureAlgorithms DDS_ParticipantTrustAlgorithms::signature

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

◆ key_establishment

DDS_ParticipantTrustKeyEstablishmentAlgorithms DDS_ParticipantTrustAlgorithms::key_establishment

Algorithms for transformation of data and metadata exchanged between two DomainParticipants.

◆ interceptor

DDS_ParticipantTrustInterceptorAlgorithms DDS_ParticipantTrustAlgorithms::interceptor

Algorithms for interception of data and metadata exchanged by the DomainParticipant.