|
pure virtual |
This method initlizes the component for use and must be called prior to calling any other method.
| flags | [ in ] Control specific aspects of encryption / decryption |
| mode | [ in ] Specifies the crypto cipher to use for encryption and decryption. |
| Success | P6R::eOk | |
| Failure< | eAlreadyInitialized | This function can only be called once successfully. |
| eInvalidCipher | The mode parameter does no represent a supported cipher. | |
| eNoMemory | Insufficient memory to initialize the object. |