|
QuickCrypt Library |
C++ Interface |
|
CRijndael::GetContext
void* GetContext();
Remarks
Returns the pointer to the
context, which is a private member data of the CRijndael class.
Note.
-
To perform encryption/decryption, you
don't need to use this member function. It is used by modes of operations
classes to directly access the
context.
-
Instead of CRijndael you can use CAES
which is an alias for CRijndael.
CRijndael Overview
| Class Members
|
Useful Links
|