C# Class Org.BouncyCastle.Crypto.BufferedAeadBlockCipher

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

Méthodes publiques

Méthode Description
BufferedAeadBlockCipher ( IAeadBlockCipher 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

Method Details

BufferedAeadBlockCipher() public méthode

public BufferedAeadBlockCipher ( IAeadBlockCipher cipher ) : System
cipher IAeadBlockCipher
Résultat System

DoFinal() public méthode

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

DoFinal() public méthode

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

DoFinal() public méthode

public DoFinal ( byte output, int outOff ) : int
output byte
outOff int
Résultat int

GetBlockSize() public méthode

public GetBlockSize ( ) : int
Résultat int

GetOutputSize() public méthode

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

GetUpdateOutputSize() public méthode

public GetUpdateOutputSize ( int length ) : int
length 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[]

ProcessByte() public méthode

public ProcessByte ( byte input, byte output, int outOff ) : int
input byte
output byte
outOff int
Résultat int

ProcessBytes() public méthode

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

ProcessBytes() public méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void