The IStreamCipher type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Init | Initialise the cipher. | |
| ProcessBytes |
Process a block of bytes from input putting the result into output.
| |
| Reset |
Reset the cipher to the same state as it was after the last init (if there was one).
| |
| ReturnByte | encrypt/decrypt a single byte returning the result. |
Properties
| Name | Description | |
|---|---|---|
| AlgorithmName | The name of the algorithm this cipher implements. |