RTI Connext Java API Version 7.2.0
ParticipantTrustAlgorithmInfo Class Reference

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

Inherits Struct.

Public Member Functions

 ParticipantTrustAlgorithmInfo ()
 Create an instance with the default Trust Algorithm Info associated with the discovered DomainParticipant. More...
 
 ParticipantTrustAlgorithmInfo (ParticipantTrustSignatureAlgorithmInfo signature, ParticipantTrustKeyEstablishmentAlgorithmInfo key_establishment, ParticipantTrustInterceptorAlgorithmInfo interceptor)
 Create an instance with the Trust Algorithm Info passed as input. More...
 

Public Attributes

ParticipantTrustSignatureAlgorithmInfo signature
 Information regarding algorithms for validation of data and metadata exchanged by the DomainParticipant. More...
 
ParticipantTrustKeyEstablishmentAlgorithmInfo key_establishment
 Information regarding algorithms for transformation of data and metadata exchanged between two DomainParticipants. More...
 
ParticipantTrustInterceptorAlgorithmInfo interceptor
 Information regarding algorithms for interception of data and metadata exchanged by the DomainParticipant. More...
 

Detailed Description

Trust Plugins algorithm information associated with the discovered DomainParticipant.

Constructor & Destructor Documentation

◆ ParticipantTrustAlgorithmInfo() [1/2]

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

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

◆ ParticipantTrustAlgorithmInfo() [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 DomainParticipant is using.

References ParticipantTrustAlgorithmInfo.interceptor, ParticipantTrustAlgorithmInfo.key_establishment, and ParticipantTrustAlgorithmInfo.signature.

Member Data Documentation

◆ signature

Information regarding algorithms for validation of data and metadata exchanged by the DomainParticipant.

Referenced by ParticipantTrustAlgorithmInfo.ParticipantTrustAlgorithmInfo().

◆ key_establishment

Information regarding algorithms for transformation of data and metadata exchanged between two DomainParticipants.

Referenced by ParticipantTrustAlgorithmInfo.ParticipantTrustAlgorithmInfo().

◆ interceptor

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

Referenced by ParticipantTrustAlgorithmInfo.ParticipantTrustAlgorithmInfo().