RTI Connext Modern C++ API Version 7.3.0
rti::topic::trust::ParticipantTrustAlgorithmInfo Class Reference

<<extension>> <<value-type>> Trust Plugins algorithm information associated with the discovered DomainParticipant. More...

#include <rti/topic/trust/ParticipantTrustAlgorithmInfo.hpp>

Public Member Functions

 ParticipantTrustAlgorithmInfo ()=default
 Create an instance with the default Trust Algorithm Info associated with the discovered DomainParticipant. More...
 
ParticipantTrustSignatureAlgorithmInfo signature () const
 Get the Trust Plugins algorithms for validation of data and metadata exchanged by the DomainParticipant. More...
 
ParticipantTrustKeyEstablishmentAlgorithmInfo key_establishment () const
 Get the Trust Plugins algorithms for transformation of data and metadata exchanged by the DomainParticipant. More...
 
ParticipantTrustInterceptorAlgorithmInfo interceptor () const
 Get the Trust Plugins algorithms for interception of data and metadata exchanged by the DomainParticipant. More...
 

Detailed Description

<<extension>> <<value-type>> Trust Plugins algorithm information associated with the discovered DomainParticipant.

Constructor & Destructor Documentation

◆ ParticipantTrustAlgorithmInfo()

rti::topic::trust::ParticipantTrustAlgorithmInfo::ParticipantTrustAlgorithmInfo ( )
default

Create an instance with the default Trust Algorithm Info associated with the discovered DomainParticipant.

The meaning of this field may vary depending on what Trust Plugins the DomainParticipant is using.

Member Function Documentation

◆ signature()

ParticipantTrustSignatureAlgorithmInfo rti::topic::trust::ParticipantTrustAlgorithmInfo::signature ( ) const
inline

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

◆ key_establishment()

ParticipantTrustKeyEstablishmentAlgorithmInfo rti::topic::trust::ParticipantTrustAlgorithmInfo::key_establishment ( ) const
inline

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

◆ interceptor()

ParticipantTrustInterceptorAlgorithmInfo rti::topic::trust::ParticipantTrustAlgorithmInfo::interceptor ( ) const
inline

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