RTI Connext Java API Version 7.2.0
ParticipantTrustSignatureAlgorithmInfo Class Reference

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

Inherits Struct.

Public Member Functions

 ParticipantTrustSignatureAlgorithmInfo ()
 Create an instance with the default Trust Signature Algorithm Info associated with the discovered DomainParticipant. More...
 
 ParticipantTrustSignatureAlgorithmInfo (TrustAlgorithmRequirements trust_chain, TrustAlgorithmRequirements message_auth)
 Create an instance with the Trust Signature Algorithm Info passed as input. More...
 

Public Attributes

TrustAlgorithmRequirements trust_chain
 Trust Plugins signature algorithm requirements of the DomainParticipant in the context of creating a chain of trust. More...
 
TrustAlgorithmRequirements message_auth
 Trust Plugins signature algorithm requirements of the DomainParticipant in the context of checking that messages are authentic. More...
 

Detailed Description

Trust Plugins signature algorithm information associated with the discovered DomainParticipant.

Constructor & Destructor Documentation

◆ ParticipantTrustSignatureAlgorithmInfo() [1/2]

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

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

◆ ParticipantTrustSignatureAlgorithmInfo() [2/2]

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

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

References ParticipantTrustSignatureAlgorithmInfo.message_auth, and ParticipantTrustSignatureAlgorithmInfo.trust_chain.

Member Data Documentation

◆ trust_chain

Trust Plugins signature algorithm requirements of the DomainParticipant in the context of creating a chain of trust.

Referenced by ParticipantTrustSignatureAlgorithmInfo.ParticipantTrustSignatureAlgorithmInfo().

◆ message_auth

Trust Plugins signature algorithm requirements of the DomainParticipant in the context of checking that messages are authentic.

Referenced by ParticipantTrustSignatureAlgorithmInfo.ParticipantTrustSignatureAlgorithmInfo().