The IBlockCipher type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetBlockSize | |
![]() | Init | Initialise the cipher. |
![]() | ProcessBlock | Process a block. |
![]() | Reset |
Reset the cipher to 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. |
![]() | IsPartialBlockOkay | Indicates whether this cipher can handle partial blocks. |