C# Class Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher

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

Méthodes publiques

Méthode Description
GetBlockSize ( ) : int
GetMacBlock ( byte mac ) : void
Init ( bool forEncryption, ICipherParameters parameters ) : void
MacCFBBlockCipher ( IBlockCipher cipher, int bitBlockSize ) : System
ProcessBlock ( byte input, int inOff, byte outBytes, int outOff ) : int
Reset ( ) : void

Method Details

GetBlockSize() public méthode

public GetBlockSize ( ) : int
Résultat int

GetMacBlock() public méthode

public GetMacBlock ( byte mac ) : void
mac byte
Résultat void

Init() public méthode

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

MacCFBBlockCipher() public méthode

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

ProcessBlock() public méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void