Definition at line 29 of file SecureString.h.
◆ SecureString() [1/5]
◆ SecureString() [2/5]
Constructs the SecureString which stores the encrypted plainText.
- Parameters
-
plainText | The plain text to be encrypted and stored. |
◆ SecureString() [3/5]
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. |
◆ SecureString() [4/5]
Initializes the instance as a shallow copy of other one.
◆ ~SecureString()
Disposes all internal data structures.
◆ SecureString() [5/5]
◆ empty()
◆ length()
The length of the plain string.
◆ operator=()