RTI Connext Modern C++ API  Version 7.0.0
rti::topic::trust::ParticipantTrustAlgorithms Class Reference

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

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

Public Member Functions

 ParticipantTrustAlgorithms ()=default
 Creates the default Trust Plugins algorithms for a DomainParticipant. More...
 
ParticipantTrustSignatureAlgorithms signature () const
 Get the Trust Plugins algorithms for validation of data and metadata exchanged by the DomainParticipant. More...
 
ParticipantTrustKeyEstablishmentAlgorithms key_establishment () const
 Get the Trust Plugins algorithms for transformation of data and metadata exchanged by the DomainParticipant. More...
 
ParticipantTrustInterceptorAlgorithms 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 algorithms associated with the discovered DomainParticipant.

Constructor & Destructor Documentation

◆ ParticipantTrustAlgorithms()

rti::topic::trust::ParticipantTrustAlgorithms::ParticipantTrustAlgorithms ( )
default

Creates the default Trust Plugins algorithms for a DomainParticipant.

Member Function Documentation

◆ signature()

ParticipantTrustSignatureAlgorithms rti::topic::trust::ParticipantTrustAlgorithms::signature ( ) const
inline

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

◆ key_establishment()

ParticipantTrustKeyEstablishmentAlgorithms rti::topic::trust::ParticipantTrustAlgorithms::key_establishment ( ) const
inline

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

◆ interceptor()

ParticipantTrustInterceptorAlgorithms rti::topic::trust::ParticipantTrustAlgorithms::interceptor ( ) const
inline

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