RTI Connext Java API Version 7.2.0
EndpointTrustInterceptorAlgorithmInfo Class Reference

Trust Plugins interception algorithm information associated with the discovered endpoint. More...

Inherits Struct.

Public Member Functions

 EndpointTrustInterceptorAlgorithmInfo ()
 Create an instance with the default Trust Interceptor Algorithm Info associated with the discovered endpoint. More...
 
 EndpointTrustInterceptorAlgorithmInfo (int required_mask, int supported_mask)
 Create an instance with the Trust Interceptor Algorithm Info passed as input. More...
 

Public Attributes

int required_mask
 Trust Plugins algorithms used for interception of data and metadata exchanged by the endpoint. More...
 
int supported_mask
 Trust Plugins algorithms supported for interception of data and metadata exchanged by the endpoint. More...
 

Detailed Description

Trust Plugins interception algorithm information associated with the discovered endpoint.

Constructor & Destructor Documentation

◆ EndpointTrustInterceptorAlgorithmInfo() [1/2]

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.

◆ EndpointTrustInterceptorAlgorithmInfo() [2/2]

EndpointTrustInterceptorAlgorithmInfo ( int  required_mask,
int  supported_mask 
)

Create an instance with the Trust Interceptor Algorithm Info passed as input.

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

References EndpointTrustInterceptorAlgorithmInfo.required_mask, and EndpointTrustInterceptorAlgorithmInfo.supported_mask.

Member Data Documentation

◆ required_mask

int required_mask

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

Referenced by EndpointTrustInterceptorAlgorithmInfo.EndpointTrustInterceptorAlgorithmInfo().

◆ supported_mask

int supported_mask

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

Referenced by EndpointTrustInterceptorAlgorithmInfo.EndpointTrustInterceptorAlgorithmInfo().