Collapse imageExpand ImageCopy imageCopyHover image
            





iTextSharp documentation
IBufferedCipher Members
IBufferedCipher Interface Methods Properties See Also Send Feedback

The IBufferedCipher type exposes the following members.

Methods

  NameDescription
Public methodDoFinal()()()()
Public methodDoFinal(array<Byte>[]()[][])
Public methodDoFinal(array<Byte>[]()[][], Int32)
Public methodDoFinal(array<Byte>[]()[][], array<Byte>[]()[][], Int32)
Public methodDoFinal(array<Byte>[]()[][], Int32, Int32)
Public methodDoFinal(array<Byte>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32)
Public methodGetBlockSize
Public methodGetOutputSize
Public methodGetUpdateOutputSize
Public methodInit
Initialise the cipher.
Public methodProcessByte(Byte)
Public methodProcessByte(Byte, array<Byte>[]()[][], Int32)
Public methodProcessBytes(array<Byte>[]()[][])
Public methodProcessBytes(array<Byte>[]()[][], array<Byte>[]()[][], Int32)
Public methodProcessBytes(array<Byte>[]()[][], Int32, Int32)
Public methodProcessBytes(array<Byte>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32)
Public methodReset
Reset the cipher. After resetting the cipher is in 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.

See Also

IBufferedCipher Interface
Org.BouncyCastle.Crypto Namespace
Footer image