C# Class Org.BouncyCastle.Crypto.BufferedBlockCipher

Inheritance: BufferedCipherBase
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
BufferedBlockCipher ( IBlockCipher cipher ) : System
DoFinal ( ) : byte[]
DoFinal ( byte input, int inOff, int inLen ) : byte[]
DoFinal ( byte output, int outOff ) : int
GetBlockSize ( ) : int
GetOutputSize ( int length ) : int
GetUpdateOutputSize ( int length ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessByte ( byte input ) : byte[]
ProcessByte ( byte input, byte output, int outOff ) : int
ProcessBytes ( byte input, int inOff, int length ) : byte[]
ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int
Reset ( ) : void

Protected Methods

Method Description
BufferedBlockCipher ( ) : System

Method Details

BufferedBlockCipher() protected method

protected BufferedBlockCipher ( ) : System
return System

BufferedBlockCipher() public method

public BufferedBlockCipher ( IBlockCipher cipher ) : System
cipher IBlockCipher
return System

DoFinal() public method

public DoFinal ( ) : byte[]
return byte[]

DoFinal() public method

public DoFinal ( byte input, int inOff, int inLen ) : byte[]
input byte
inOff int
inLen int
return byte[]

DoFinal() public method

public DoFinal ( byte output, int outOff ) : int
output byte
outOff int
return int

GetBlockSize() public method

public GetBlockSize ( ) : int
return int

GetOutputSize() public method

public GetOutputSize ( int length ) : int
length int
return int

GetUpdateOutputSize() public method

public GetUpdateOutputSize ( int length ) : int
length int
return int

Init() public method

public Init ( bool forEncryption, ICipherParameters parameters ) : void
forEncryption bool
parameters ICipherParameters
return void

ProcessByte() public method

public ProcessByte ( byte input ) : byte[]
input byte
return byte[]

ProcessByte() public method

public ProcessByte ( byte input, byte output, int outOff ) : int
input byte
output byte
outOff int
return int

ProcessBytes() public method

public ProcessBytes ( byte input, int inOff, int length ) : byte[]
input byte
inOff int
length int
return byte[]

ProcessBytes() public method

public ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int
input byte
inOff int
length int
output byte
outOff int
return int

Reset() public method

public Reset ( ) : void
return void