C# Class Org.BouncyCastle.Crypto.StreamBlockCipher

Inheritance: IStreamCipher
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : void
Reset ( ) : void
ReturnByte ( byte input ) : byte
StreamBlockCipher ( IBlockCipher cipher ) : System

Method Details

Init() public méthode

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

ProcessBytes() public méthode

public ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : void
input byte
inOff int
length int
output byte
outOff int
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

ReturnByte() public méthode

public ReturnByte ( byte input ) : byte
input byte
Résultat byte

StreamBlockCipher() public méthode

public StreamBlockCipher ( IBlockCipher cipher ) : System
cipher IBlockCipher
Résultat System