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

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

Méthodes publiques

Méthode Description
BlockUpdate ( byte input, int inOff, int len ) : void
DoFinal ( byte output, int outOff ) : int
GetMacSize ( ) : int
ISO9797Alg3Mac ( IBlockCipher cipher ) : System
ISO9797Alg3Mac ( IBlockCipher cipher, IBlockCipherPadding padding ) : System
ISO9797Alg3Mac ( IBlockCipher cipher, int macSizeInBits ) : System
ISO9797Alg3Mac ( IBlockCipher cipher, int macSizeInBits, IBlockCipherPadding padding ) : System
Init ( ICipherParameters parameters ) : void
Reset ( ) : void
Update ( byte input ) : void

Method Details

BlockUpdate() public méthode

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

DoFinal() public méthode

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

GetMacSize() public méthode

public GetMacSize ( ) : int
Résultat int

ISO9797Alg3Mac() public méthode

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

ISO9797Alg3Mac() public méthode

public ISO9797Alg3Mac ( IBlockCipher cipher, IBlockCipherPadding padding ) : System
cipher IBlockCipher
padding IBlockCipherPadding
Résultat System

ISO9797Alg3Mac() public méthode

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

ISO9797Alg3Mac() public méthode

public ISO9797Alg3Mac ( IBlockCipher cipher, int macSizeInBits, IBlockCipherPadding padding ) : System
cipher IBlockCipher
macSizeInBits int
padding IBlockCipherPadding
Résultat System

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