#include <OnixS/FIXEngine/Cryptography/SecureString.h>
Definition at line 70 of file SecureString.h.
Constructs the SecureStringBuilder which stores the encrypted plainText as an initial value.
- Parameters
-
plainText | The plain text to be encrypted and stored. |
Constructs the SecureStringBuilder which stores the encrypted plainText as an initial value.
- Parameters
-
plainText | The plain text to be encrypted and stored. |
plainTextLength | The plain text length. |
Initializes the instance as a deep copy of other one.
Appends a character to the end of the current secure string.
Replaces the secure value with a new one.
- Parameters
-
plainText | plain text to be encrypted and stored. |
void assign |
( |
const char * |
plainText, |
|
|
size_t |
plainTextLength |
|
) |
| |
Replaces internal value with a new one.
- Parameters
-
plainText | The plain text to be encrypted and stored. |
plainTextLength | The plain text length. |
Deletes the value of the current secure string.
void erase |
( |
size_t |
index | ) |
|
Removes the character at the specified index position from this secure string.
void insert |
( |
size_t |
index, |
|
|
char |
c |
|
) |
| |
Inserts a character in this secure string at the specified index position.
Gets the number of characters in the current secure string.
void replace |
( |
size_t |
index, |
|
|
char |
c |
|
) |
| |
Replaces the existing character at the specified index position with another character.
The documentation for this class was generated from the following file: