The PaddedBufferedBlockCipher type exposes the following members.

Constructors

Methods

  NameDescription
Public methodDoFinal()()()() (Inherited from BufferedBlockCipher.)
Public methodDoFinal(array<Byte>[]()[][]) (Inherited from BufferedCipherBase.)
Public methodDoFinal(array<Byte>[]()[][], Int32) (Overrides BufferedBlockCipher..::..DoFinal(array<Byte>[]()[][], Int32).)
Public methodDoFinal(array<Byte>[]()[][], Int32, Int32) (Inherited from BufferedBlockCipher.)
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 (Inherited from BufferedBlockCipher.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOutputSize (Overrides BufferedBlockCipher..::..GetOutputSize(Int32).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUpdateOutputSize (Overrides BufferedBlockCipher..::..GetUpdateOutputSize(Int32).)
Public methodInit (Overrides BufferedBlockCipher..::..Init(Boolean, ICipherParameters).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcessByte(Byte) (Inherited from BufferedBlockCipher.)
Public methodProcessByte(Byte, array<Byte>[]()[][], Int32) (Overrides BufferedBlockCipher..::..ProcessByte(Byte, array<Byte>[]()[][], Int32).)
Public methodProcessBytes(array<Byte>[]()[][]) (Inherited from BufferedCipherBase.)
Public methodProcessBytes(array<Byte>[]()[][], Int32, Int32) (Inherited from BufferedBlockCipher.)
Public methodProcessBytes(array<Byte>[]()[][], array<Byte>[]()[][], Int32) (Inherited from BufferedCipherBase.)
Public methodProcessBytes(array<Byte>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32) (Overrides BufferedBlockCipher..::..ProcessBytes(array<Byte>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32).)
Public methodReset (Inherited from BufferedBlockCipher.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAlgorithmName (Inherited from BufferedBlockCipher.)

See Also