scclib
Stable Cloud Computing C++ Library
Public Member Functions | List of all members
scc::crypto::RandomEngineLocker Class Reference

Helper to safely lock the engine. More...

#include <random.h>

Public Member Functions

void lock ()
 Lock the engine.
 
void unlock ()
 Unlock the engine.
 

Detailed Description

Helper to safely lock the engine.

When created, the engine is locked. When the locker goes out of scope or unlock() is called, the engine is unlocked.

Definition at line 130 of file random.h.


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