3-way authentication via HMAC More...
#include <yarp/os/impl/AuthHMAC.h>
Public Member Functions | |
| AuthHMAC () | |
| Constructor. | |
| virtual | ~AuthHMAC ()=default |
| Destructor. | |
| 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 28 of file AuthHMAC.h.
| AuthHMAC::AuthHMAC | ( | ) |
Constructor.
Definition at line 43 of file AuthHMAC.cpp.
|
virtualdefault |
Destructor.
| bool AuthHMAC::authDest | ( | yarp::os::InputStream * | streamIn, |
| yarp::os::OutputStream * | streamOut | ||
| ) |
Definition at line 159 of file AuthHMAC.cpp.
| bool AuthHMAC::authSource | ( | yarp::os::InputStream * | streamIn, |
| yarp::os::OutputStream * | streamOut | ||
| ) |
Definition at line 100 of file AuthHMAC.cpp.