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) |
3-way authentication via HMAC
Definition at line 33 of file AuthHMAC.h.
AuthHMAC::AuthHMAC | ( | ) |
Constructor.
Definition at line 46 of file AuthHMAC.cpp.
|
virtualdefault |
Destructor.
bool AuthHMAC::authDest | ( | yarp::os::InputStream * | streamIn, |
yarp::os::OutputStream * | streamOut | ||
) |
Definition at line 162 of file AuthHMAC.cpp.
bool AuthHMAC::authSource | ( | yarp::os::InputStream * | streamIn, |
yarp::os::OutputStream * | streamOut | ||
) |
Definition at line 103 of file AuthHMAC.cpp.