RTI Connext Java API Version 7.2.0
ParticipantTrustKeyEstablishmentAlgorithmInfo Class Reference

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

Inherits Struct.

Public Member Functions

 ParticipantTrustKeyEstablishmentAlgorithmInfo ()
 Create an instance with the default Trust Key Establishment Algorithm Info associated with the discovered DomainParticipant. More...
 
 ParticipantTrustKeyEstablishmentAlgorithmInfo (TrustAlgorithmRequirements shared_secret)
 Create an instance with the Trust Key Establishment Algorithm Info passed as input. More...
 

Public Attributes

TrustAlgorithmRequirements shared_secret
 Trust Plugins key establishment algorithm requirements of the DomainParticipant in the context of deriving a shared secret. More...
 

Detailed Description

Trust Plugins key establishment algorithm information associated with the discovered DomainParticipant.

Constructor & Destructor Documentation

◆ ParticipantTrustKeyEstablishmentAlgorithmInfo() [1/2]

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

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

◆ ParticipantTrustKeyEstablishmentAlgorithmInfo() [2/2]

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

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

References ParticipantTrustKeyEstablishmentAlgorithmInfo.shared_secret.

Member Data Documentation

◆ shared_secret

Trust Plugins key establishment algorithm requirements of the DomainParticipant in the context of deriving a shared secret.

Referenced by ParticipantTrustKeyEstablishmentAlgorithmInfo.ParticipantTrustKeyEstablishmentAlgorithmInfo().