RTI Connext Java API Version 7.2.0
EndpointTrustAlgorithmInfo Class Reference

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

Inherits Struct.

Public Member Functions

 EndpointTrustAlgorithmInfo ()
 Create an instance with the default Trust Algorithm Info associated with the discovered endpoint. More...
 
 EndpointTrustAlgorithmInfo (EndpointTrustInterceptorAlgorithmInfo interceptor)
 Create an instance with the Trust Algorithm Info passed as input. More...
 

Public Attributes

EndpointTrustInterceptorAlgorithmInfo interceptor
 Information regarding algorithms for interception of data and metadata exchanged by the endpoint. More...
 

Detailed Description

Trust Plugins algorithm information associated with the discovered endpoint.

Constructor & Destructor Documentation

◆ EndpointTrustAlgorithmInfo() [1/2]

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

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

◆ EndpointTrustAlgorithmInfo() [2/2]

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

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

References EndpointTrustAlgorithmInfo.interceptor.

Member Data Documentation

◆ interceptor

Information regarding algorithms for interception of data and metadata exchanged by the endpoint.

Referenced by EndpointTrustAlgorithmInfo.EndpointTrustAlgorithmInfo().