C# Class dlech.SshAgentLib.Crypto.DesSsh1Engine

Inheritance: IBlockCipher
Afficher le fichier Open project: dlech/SshAgentLib Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetBlockSize ( ) : int
Résultat int

Init() public méthode

public Init ( bool encrypting, ICipherParameters parameters ) : void
encrypting bool
parameters ICipherParameters
Résultat void

ProcessBlock() public méthode

public ProcessBlock ( byte inBlock, int inOff, byte outBlock, int outOff ) : int
inBlock byte
inOff int
outBlock byte
outOff int
Résultat int

Reset() public méthode

public Reset ( ) : void
Résultat void