OpenDDS::Security::SharedSecret Struct Reference

Inheritance diagram for OpenDDS::Security::SharedSecret:
Inheritance graph
[legend]
Collaboration diagram for OpenDDS::Security::SharedSecret:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SharedSecret (DDS::OctetSeq challenge1, DDS::OctetSeq challenge2, DDS::OctetSeq sharedSecret)
DDS::OctetSeqchallenge1 ()
DDS::OctetSeqchallenge2 ()
DDS::OctetSeqsharedSecret ()

Public Attributes

DDS::OctetSeq challenge1_
DDS::OctetSeq challenge2_
DDS::OctetSeq shared_secret_

Detailed Description

Definition at line 56 of file AuthenticationBuiltInImpl.cpp.


Constructor & Destructor Documentation

OpenDDS::Security::SharedSecret::SharedSecret ( DDS::OctetSeq  challenge1,
DDS::OctetSeq  challenge2,
DDS::OctetSeq  sharedSecret 
) [inline]

Definition at line 58 of file AuthenticationBuiltInImpl.cpp.


Member Function Documentation

DDS::OctetSeq* OpenDDS::Security::SharedSecret::challenge1 (  )  [inline]

Definition at line 66 of file AuthenticationBuiltInImpl.cpp.

References challenge1_.

00066 { return new DDS::OctetSeq(challenge1_); }

DDS::OctetSeq* OpenDDS::Security::SharedSecret::challenge2 (  )  [inline]

Definition at line 67 of file AuthenticationBuiltInImpl.cpp.

References challenge2_.

00067 { return new DDS::OctetSeq(challenge2_); }

DDS::OctetSeq* OpenDDS::Security::SharedSecret::sharedSecret (  )  [inline]

Definition at line 68 of file AuthenticationBuiltInImpl.cpp.

References shared_secret_.

00068 { return new DDS::OctetSeq(shared_secret_); }


Member Data Documentation

Definition at line 70 of file AuthenticationBuiltInImpl.cpp.

Referenced by challenge1().

Definition at line 70 of file AuthenticationBuiltInImpl.cpp.

Referenced by challenge2().

Definition at line 70 of file AuthenticationBuiltInImpl.cpp.

Referenced by sharedSecret().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1