YARP
Yet Another Robot Platform
yarp::os::impl::AuthHMAC Class Reference

3-way authentication via HMAC More...

#include <yarp/os/impl/AuthHMAC.h>

Public Member Functions

 AuthHMAC ()
 Constructor. More...
 
virtual ~AuthHMAC ()=default
 Destructor. More...
 
bool authSource (yarp::os::InputStream *streamIn, yarp::os::OutputStream *streamOut)
 
bool authDest (yarp::os::InputStream *streamIn, yarp::os::OutputStream *streamOut)
 

Detailed Description

3-way authentication via HMAC

Definition at line 33 of file AuthHMAC.h.

Constructor & Destructor Documentation

◆ AuthHMAC()

AuthHMAC::AuthHMAC ( )

Constructor.

Definition at line 46 of file AuthHMAC.cpp.

◆ ~AuthHMAC()

virtual yarp::os::impl::AuthHMAC::~AuthHMAC ( )
virtualdefault

Destructor.

Member Function Documentation

◆ authDest()

bool AuthHMAC::authDest ( yarp::os::InputStream streamIn,
yarp::os::OutputStream streamOut 
)

Definition at line 162 of file AuthHMAC.cpp.

◆ authSource()

bool AuthHMAC::authSource ( yarp::os::InputStream streamIn,
yarp::os::OutputStream streamOut 
)

Definition at line 103 of file AuthHMAC.cpp.


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