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

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

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

Public Member Functions

 EndpointTrustInterceptorAlgorithmInfo ()=default
 Create an instance with the default Trust Interceptor Algorithm Info associated with the discovered endpoint. More...
 
uint32_t required_mask () const
 Get the Trust Plugins algorithms used for interception of data and metadata exchanged by the endpoint. More...
 
uint32_t supported_mask () const
 Get the Trust Plugins algorithms supported for interception of data and metadata exchanged by the endpoint. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ EndpointTrustInterceptorAlgorithmInfo()

rti::topic::trust::EndpointTrustInterceptorAlgorithmInfo::EndpointTrustInterceptorAlgorithmInfo ( )
default

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

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

Member Function Documentation

◆ required_mask()

uint32_t rti::topic::trust::EndpointTrustInterceptorAlgorithmInfo::required_mask ( ) const
inline

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

◆ supported_mask()

uint32_t rti::topic::trust::EndpointTrustInterceptorAlgorithmInfo::supported_mask ( ) const
inline

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