The BufferedBlockCipher type exposes the following members.

Constructors

Methods

  NameDescription
Public methodDoFinal()()()() (Overrides BufferedCipherBase..::..DoFinal()()()().)
Public methodDoFinal(array<Byte>[]()[][]) (Inherited from BufferedCipherBase.)
Public methodDoFinal(array<Byte>[]()[][], Int32) (Overrides BufferedCipherBase..::..DoFinal(array<Byte>[]()[][], Int32).)
Public methodDoFinal(array<Byte>[]()[][], Int32, Int32) (Overrides BufferedCipherBase..::..DoFinal(array<Byte>[]()[][], Int32, Int32).)
Public methodDoFinal(array<Byte>[]()[][], array<Byte>[]()[][], Int32) (Inherited from BufferedCipherBase.)
Public methodDoFinal(array<Byte>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32) (Inherited from BufferedCipherBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBlockSize (Overrides BufferedCipherBase..::..GetBlockSize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOutputSize (Overrides BufferedCipherBase..::..GetOutputSize(Int32).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUpdateOutputSize (Overrides BufferedCipherBase..::..GetUpdateOutputSize(Int32).)
Public methodInit (Overrides BufferedCipherBase..::..Init(Boolean, ICipherParameters).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcessByte(Byte) (Overrides BufferedCipherBase..::..ProcessByte(Byte).)
Public methodProcessByte(Byte, array<Byte>[]()[][], Int32) (Overrides BufferedCipherBase..::..ProcessByte(Byte, array<Byte>[]()[][], Int32).)
Public methodProcessBytes(array<Byte>[]()[][]) (Inherited from BufferedCipherBase.)
Public methodProcessBytes(array<Byte>[]()[][], Int32, Int32) (Overrides BufferedCipherBase..::..ProcessBytes(array<Byte>[]()[][], Int32, Int32).)
Public methodProcessBytes(array<Byte>[]()[][], array<Byte>[]()[][], Int32) (Inherited from BufferedCipherBase.)
Public methodProcessBytes(array<Byte>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32) (Overrides BufferedCipherBase..::..ProcessBytes(array<Byte>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32).)
Public methodReset (Overrides BufferedCipherBase..::..Reset()()()().)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

See Also