C# Class Org.BouncyCastle.Crypto.BufferedBlockCipher

Inheritance: BufferedCipherBase
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
BufferedBlockCipher ( IBlockCipher 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

Méthodes protégées

Méthode Description
BufferedBlockCipher ( ) : System

Method Details

BufferedBlockCipher() protected méthode

protected BufferedBlockCipher ( ) : System
Résultat System

BufferedBlockCipher() public méthode

public BufferedBlockCipher ( IBlockCipher cipher ) : System
cipher IBlockCipher
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