DDS::Security::CryptoKeyExchange Interface Reference
import "DdsSecurityCore.idl";
List of all members.
Public Member Functions |
boolean | create_local_participant_crypto_tokens (inout ParticipantCryptoTokenSeq local_participant_crypto_tokens, in ParticipantCryptoHandle local_participant_crypto, in ParticipantCryptoHandle remote_participant_crypto, inout SecurityException ex) |
boolean | set_remote_participant_crypto_tokens (in ParticipantCryptoHandle local_participant_crypto, in ParticipantCryptoHandle remote_participant_crypto, in ParticipantCryptoTokenSeq remote_participant_tokens, inout SecurityException ex) |
boolean | create_local_datawriter_crypto_tokens (inout DatawriterCryptoTokenSeq local_datawriter_crypto_tokens, in DatawriterCryptoHandle local_datawriter_crypto, in DatareaderCryptoHandle remote_datareader_crypto, inout SecurityException ex) |
boolean | set_remote_datawriter_crypto_tokens (in DatareaderCryptoHandle local_datareader_crypto, in DatawriterCryptoHandle remote_datawriter_crypto, in DatawriterCryptoTokenSeq remote_datawriter_tokens, inout SecurityException ex) |
boolean | create_local_datareader_crypto_tokens (inout DatareaderCryptoTokenSeq local_datareader_cryto_tokens, in DatareaderCryptoHandle local_datareader_crypto, in DatawriterCryptoHandle remote_datawriter_crypto, inout SecurityException ex) |
boolean | set_remote_datareader_crypto_tokens (in DatawriterCryptoHandle local_datawriter_crypto, in DatareaderCryptoHandle remote_datareader_crypto, in DatareaderCryptoTokenSeq remote_datareader_tokens, inout SecurityException ex) |
boolean | return_crypto_tokens (in CryptoTokenSeq crypto_tokens, inout SecurityException ex) |
Detailed Description
Definition at line 635 of file DdsSecurityCore.idl.
Member Function Documentation
The documentation for this interface was generated from the following file: