The IBlockCipher type exposes the following members.

Methods

  NameDescription
Public methodGetBlockSize
Public methodInit
Initialise the cipher.
Public methodProcessBlock
Process a block.
Public methodReset
Reset the cipher to the same state as it was after the last init (if there was one).

Properties

  NameDescription
Public propertyAlgorithmName
The name of the algorithm this cipher implements.
Public propertyIsPartialBlockOkay
Indicates whether this cipher can handle partial blocks.

See Also