C# Class Org.BouncyCastle.Crypto.Modes.CfbBlockCipher

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

Méthodes publiques

Méthode Description
CfbBlockCipher ( IBlockCipher cipher, int bitBlockSize ) : System
DecryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int
EncryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int
GetBlockSize ( ) : int
GetUnderlyingCipher ( ) : IBlockCipher
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int
Reset ( ) : void

Method Details

CfbBlockCipher() public méthode

public CfbBlockCipher ( IBlockCipher cipher, int bitBlockSize ) : System
cipher IBlockCipher
bitBlockSize int
Résultat System

DecryptBlock() public méthode

public DecryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int
input byte
inOff int
outBytes byte
outOff int
Résultat int

EncryptBlock() public méthode

public EncryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int
input byte
inOff int
outBytes byte
outOff int
Résultat int

GetBlockSize() public méthode

public GetBlockSize ( ) : int
Résultat int

GetUnderlyingCipher() public méthode

public GetUnderlyingCipher ( ) : IBlockCipher
Résultat IBlockCipher

Init() public méthode

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

ProcessBlock() public méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void