The IStreamCipher type exposes the following members.

Collapse imageMethods

  NameDescription
Public methodInit
Initialise the cipher.
Public methodProcessBytes
Process a block of bytes from input putting the result into output.
Public methodReset
Reset the cipher to the same state as it was after the last init (if there was one).
Public methodReturnByte
encrypt/decrypt a single byte returning the result.

Collapse imageProperties

  NameDescription
Public propertyAlgorithmName
The name of the algorithm this cipher implements.

Collapse imageSee Also