#include <OnixS/FIXEngine/Cryptography/SecureString.h>
Definition at line 29 of file SecureString.h.
Constructs the SecureString which stores the encrypted plainText.
- Parameters
-
plainText | The plain text to be encrypted and stored. |
SecureString |
( |
const char * |
plainText, |
|
|
size_t |
plainTextLength |
|
) |
| |
Constructs the SecureString which stores the encrypted plainText.
- Parameters
-
plainText | The plain text to be encrypted and stored. |
plainTextLength | The plain text length. |
Initializes the instance as a shallow copy of other one.
Disposes all internal data structures.
The length of the plain string.
The documentation for this class was generated from the following file: