Package org.bouncycastle.crypto.macs
Class CMacWithIV
- java.lang.Object
-
- org.bouncycastle.crypto.macs.CMac
-
- org.bouncycastle.crypto.macs.CMacWithIV
-
-
Constructor Summary
Constructors Constructor Description CMacWithIV(BlockCipher cipher)
CMacWithIV(BlockCipher cipher, int macSizeInBits)
-
Method Summary
-
Methods inherited from class org.bouncycastle.crypto.macs.CMac
doFinal, getAlgorithmName, getMacSize, init, reset, update, update
-
-
-
-
Constructor Detail
-
CMacWithIV
public CMacWithIV(BlockCipher cipher)
-
CMacWithIV
public CMacWithIV(BlockCipher cipher, int macSizeInBits)
-
-