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

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

Méthodes publiques

Méthode Description
BlockUpdate ( byte inBytes, int inOff, int len ) : void
CMac ( IBlockCipher cipher ) : System
CMac ( IBlockCipher cipher, int macSizeInBits ) : System
DoFinal ( byte outBytes, int outOff ) : int
GetMacSize ( ) : int
Init ( ICipherParameters parameters ) : void
Reset ( ) : void
Update ( byte input ) : void

Private Methods

Méthode Description
doubleLu ( byte inBytes ) : byte[]

Method Details

BlockUpdate() public méthode

public BlockUpdate ( byte inBytes, int inOff, int len ) : void
inBytes byte
inOff int
len int
Résultat void

CMac() public méthode

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

CMac() public méthode

public CMac ( IBlockCipher cipher, int macSizeInBits ) : System
cipher IBlockCipher
macSizeInBits int
Résultat System

DoFinal() public méthode

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

GetMacSize() public méthode

public GetMacSize ( ) : int
Résultat int

Init() public méthode

public Init ( ICipherParameters parameters ) : void
parameters ICipherParameters
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Update() public méthode

public Update ( byte input ) : void
input byte
Résultat void