IBR-DTN  1.0.0
dtn::security::QRCodeProtocol Class Reference

#include <QRCodeProtocol.h>

Inheritance diagram for dtn::security::QRCodeProtocol:
Inheritance graph
Collaboration diagram for dtn::security::QRCodeProtocol:
Collaboration graph

Public Member Functions

 QRCodeProtocol (KeyExchangeManager &manager)
 
virtual ~QRCodeProtocol ()
 
virtual void begin (KeyExchangeSession &session, KeyExchangeData &data)
 
virtual void step (KeyExchangeSession &session, KeyExchangeData &data)
 
- Public Member Functions inherited from dtn::security::KeyExchangeProtocol
 KeyExchangeProtocol (KeyExchangeManager &manager, int protocol_id)
 
virtual ~KeyExchangeProtocol ()
 
int getProtocol () const
 
void add (std::map< int, KeyExchangeProtocol * > &list)
 
virtual KeyExchangeSessioncreateSession (const dtn::data::EID &peer, unsigned int uniqueId)
 
virtual void initialize ()
 

Additional Inherited Members

- Static Public Member Functions inherited from dtn::security::KeyExchangeProtocol
static void sha256 (std::ostream &stream, const std::string &data)
 
static std::string toHex (const std::string &data)
 
- Protected Attributes inherited from dtn::security::KeyExchangeProtocol
KeyExchangeManagermanager
 

Detailed Description

Definition at line 32 of file QRCodeProtocol.h.

Constructor & Destructor Documentation

dtn::security::QRCodeProtocol::QRCodeProtocol ( KeyExchangeManager manager)

Definition at line 32 of file QRCodeProtocol.cpp.

dtn::security::QRCodeProtocol::~QRCodeProtocol ( )
virtual

Definition at line 37 of file QRCodeProtocol.cpp.

Member Function Documentation

void dtn::security::QRCodeProtocol::step ( KeyExchangeSession session,
KeyExchangeData data 
)
virtual

Implements dtn::security::KeyExchangeProtocol.

Definition at line 67 of file QRCodeProtocol.cpp.


The documentation for this class was generated from the following files: