The IBufferedCipher type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| DoFinal()()()() | ||
| DoFinal(array<Byte>[]()[][]) | ||
| DoFinal(array<Byte>[]()[][], Int32) | ||
| DoFinal(array<Byte>[]()[][], array<Byte>[]()[][], Int32) | ||
| DoFinal(array<Byte>[]()[][], Int32, Int32) | ||
| DoFinal(array<Byte>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32) | ||
| GetBlockSize | ||
| GetOutputSize | ||
| GetUpdateOutputSize | ||
| Init | Initialise the cipher. | |
| ProcessByte(Byte) | ||
| ProcessByte(Byte, array<Byte>[]()[][], Int32) | ||
| ProcessBytes(array<Byte>[]()[][]) | ||
| ProcessBytes(array<Byte>[]()[][], array<Byte>[]()[][], Int32) | ||
| ProcessBytes(array<Byte>[]()[][], Int32, Int32) | ||
| ProcessBytes(array<Byte>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32) | ||
| Reset |
Reset the cipher. After resetting the cipher is in the same state
as it was after the last init (if there was one).
|
Properties
| Name | Description | |
|---|---|---|
| AlgorithmName | The name of the algorithm this cipher implements. |