Qt Cryptographic Architecture
|
#include <QtCrypto>
Public Member Functions | |
Initializer (MemoryMode m=Practical, int prealloc=64) | |
Convenience method for initialising and cleaning up QCA.
To ensure that QCA is properly initialised and cleaned up, it is convenient to create an Initializer object, and let it go out of scope at the end of QCA usage.
|
explicit |
Standard constructor.
m | the MemoryMode to use for secure memory |
prealloc | the amount of secure memory to pre-allocate, in units of 1024 bytes (1K). |