C# Class dlech.SshAgentLib.Crypto.DesSsh1Engine

Inheritance: IBlockCipher
Mostra file Open project: dlech/SshAgentLib Class Usage Examples

Public Methods

Method Description
GetBlockSize ( ) : int
Init ( bool encrypting, ICipherParameters parameters ) : void
ProcessBlock ( byte inBlock, int inOff, byte outBlock, int outOff ) : int
Reset ( ) : void

Method Details

GetBlockSize() public method

public GetBlockSize ( ) : int
return int

Init() public method

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

ProcessBlock() public method

public ProcessBlock ( byte inBlock, int inOff, byte outBlock, int outOff ) : int
inBlock byte
inOff int
outBlock byte
outOff int
return int

Reset() public method

public Reset ( ) : void
return void