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

Inheritance: IMac
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method 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 method

public BlockUpdate ( byte input, int inOff, int len ) : void
input byte
inOff int
len int
return void

DoFinal() public method

public DoFinal ( byte output, int outOff ) : int
output byte
outOff int
return int

GetMacSize() public method

public GetMacSize ( ) : int
return int

ISO9797Alg3Mac() public method

public ISO9797Alg3Mac ( IBlockCipher cipher ) : System
cipher IBlockCipher
return System

ISO9797Alg3Mac() public method

public ISO9797Alg3Mac ( IBlockCipher cipher, IBlockCipherPadding padding ) : System
cipher IBlockCipher
padding IBlockCipherPadding
return System

ISO9797Alg3Mac() public method

public ISO9797Alg3Mac ( IBlockCipher cipher, int macSizeInBits ) : System
cipher IBlockCipher
macSizeInBits int
return System

ISO9797Alg3Mac() public method

public ISO9797Alg3Mac ( IBlockCipher cipher, int macSizeInBits, IBlockCipherPadding padding ) : System
cipher IBlockCipher
macSizeInBits int
padding IBlockCipherPadding
return System

Init() public method

public Init ( ICipherParameters parameters ) : void
parameters ICipherParameters
return void

Reset() public method

public Reset ( ) : void
return void

Update() public method

public Update ( byte input ) : void
input byte
return void