RTI Connext Java API Version 7.2.0
ParticipantTrustProtectionInfo Class Reference

Trust Plugins Protection information associated with the discovered DomainParticipant. More...

Inherits Struct.

Public Member Functions

 ParticipantTrustProtectionInfo ()
 Create an instance with the default Trust Plugins Protection Info associated with the DomainParticipant. More...
 
 ParticipantTrustProtectionInfo (int bitmask, int plugin_bitmask)
 Create an instance with the Trust Plugins Protection Info passed as input. More...
 

Public Attributes

int bitmask
 Information about how RTPS wire serialization, discovery, and liveliness interact with the associated Trust Plugins Protection configuration. More...
 
int plugin_bitmask
 Internal plugin information that is opaque to DDS. More...
 

Detailed Description

Trust Plugins Protection information associated with the discovered DomainParticipant.

Constructor & Destructor Documentation

◆ ParticipantTrustProtectionInfo() [1/2]

Create an instance with the default Trust Plugins Protection Info associated with the DomainParticipant.

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

◆ ParticipantTrustProtectionInfo() [2/2]

ParticipantTrustProtectionInfo ( int  bitmask,
int  plugin_bitmask 
)

Create an instance with the Trust Plugins Protection Info passed as input.

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

References ParticipantTrustProtectionInfo.bitmask, and ParticipantTrustProtectionInfo.plugin_bitmask.

Member Data Documentation

◆ bitmask

int bitmask

Information about how RTPS wire serialization, discovery, and liveliness interact with the associated Trust Plugins Protection configuration.

The meaning of the contents of this field may vary depending on what Trust Plugins the DomainParticipant is using. For information about how this field interacts with the RTI Security Plugins, please refer to the RTI Security Plugins User's Manual.

Referenced by ParticipantTrustProtectionInfo.ParticipantTrustProtectionInfo().

◆ plugin_bitmask

int plugin_bitmask

Internal plugin information that is opaque to DDS.

The meaning of the contents of this field may vary depending on what Trust Plugins the DomainParticipant is using. For information about how this field interacts with the RTI Security Plugins, please refer to the RTI Security Plugins User's Manual.

Referenced by ParticipantTrustProtectionInfo.ParticipantTrustProtectionInfo().