public ISO9797Alg3Mac(
IBlockCipher cipher,
int macSizeInBits
)
Public Sub New (
cipher As IBlockCipher,
macSizeInBits As Integer
)
public:
ISO9797Alg3Mac(
IBlockCipher^ cipher,
int macSizeInBits
)
Org.BouncyCastle.Crypto.Macs.ISO9797Alg3Mac = function(cipher, macSizeInBits);