C# Class Org.BouncyCastle.Crypto.BufferedIesCipher

Inheritance: BufferedCipherBase
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
BufferedIesCipher ( IesEngine engine ) : System
DoFinal ( ) : byte[]
DoFinal ( byte input, int inOff, int length ) : byte[]
GetBlockSize ( ) : int
GetOutputSize ( int inputLen ) : int
GetUpdateOutputSize ( int inputLen ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessByte ( byte input ) : byte[]
ProcessBytes ( byte input, int inOff, int length ) : byte[]
Reset ( ) : void

Method Details

BufferedIesCipher() public méthode

public BufferedIesCipher ( IesEngine engine ) : System
engine Org.BouncyCastle.Crypto.Engines.IesEngine
Résultat System

DoFinal() public méthode

public DoFinal ( ) : byte[]
Résultat byte[]

DoFinal() public méthode

public DoFinal ( byte input, int inOff, int length ) : byte[]
input byte
inOff int
length int
Résultat byte[]

GetBlockSize() public méthode

public GetBlockSize ( ) : int
Résultat int

GetOutputSize() public méthode

public GetOutputSize ( int inputLen ) : int
inputLen int
Résultat int

GetUpdateOutputSize() public méthode

public GetUpdateOutputSize ( int inputLen ) : int
inputLen int
Résultat int

Init() public méthode

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

ProcessByte() public méthode

public ProcessByte ( byte input ) : byte[]
input byte
Résultat byte[]

ProcessBytes() public méthode

public ProcessBytes ( byte input, int inOff, int length ) : byte[]
input byte
inOff int
length int
Résultat byte[]

Reset() public méthode

public Reset ( ) : void
Résultat void