RTI Connext Java API Version 7.2.0
EndpointTrustProtectionInfo Class Reference

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

Inherits Struct.

Public Member Functions

 EndpointTrustProtectionInfo ()
 Create an instance with the default Trust Plugins Protection Info associated with the discovered endpoint. More...
 
 EndpointTrustProtectionInfo (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 endpoint.

Constructor & Destructor Documentation

◆ EndpointTrustProtectionInfo() [1/2]

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

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

◆ EndpointTrustProtectionInfo() [2/2]

EndpointTrustProtectionInfo ( 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 endpoint is using.

References EndpointTrustProtectionInfo.bitmask, and EndpointTrustProtectionInfo.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 endpoint 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 EndpointTrustProtectionInfo.EndpointTrustProtectionInfo().

◆ 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 endpoint 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 EndpointTrustProtectionInfo.EndpointTrustProtectionInfo().