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

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

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

Public Member Functions

 ParticipantTrustSignatureAlgorithmInfo ()=default
 Create an instance with the default Trust Signature Algorithm Info associated with the discovered DomainParticipant. More...
 
TrustAlgorithmRequirements trust_chain () const
 Get the Trust Plugins signature algorithm requirements of the DomainParticipant in the context of creating a chain of trust. More...
 
TrustAlgorithmRequirements message_auth () const
 Get the Trust Plugins signature algorithm requirements of the DomainParticipant in the context of checking that messages are authentic. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ParticipantTrustSignatureAlgorithmInfo()

rti::topic::trust::ParticipantTrustSignatureAlgorithmInfo::ParticipantTrustSignatureAlgorithmInfo ( )
default

Create an instance with the default Trust Signature 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

◆ trust_chain()

TrustAlgorithmRequirements rti::topic::trust::ParticipantTrustSignatureAlgorithmInfo::trust_chain ( ) const
inline

Get the Trust Plugins signature algorithm requirements of the DomainParticipant in the context of creating a chain of trust.

◆ message_auth()

TrustAlgorithmRequirements rti::topic::trust::ParticipantTrustSignatureAlgorithmInfo::message_auth ( ) const
inline

Get the Trust Plugins signature algorithm requirements of the DomainParticipant in the context of checking that messages are authentic.