#include <cel_crypt.h>
List of all members.
Detailed Description
This class is used to encrypt/decrypt the data in Stream.
Member Function Documentation
This method creates a new CipherStream instance for write.
- Parameters:
-
| inCipher | Pointer to a Cipher instance. It should be properly initialized before calling this method. |
| inSalt | A salt value. |
This method creates a new CipherStream instance for read.
- Parameters:
-
| inCipher | Pointer to a Cipher instance. It should be properly initialized before calling this method. |
The documentation for this class was generated from the following file: