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)
-
-
-
Constructor Detail
-
CMacWithIV
public CMacWithIV(BlockCipher cipher)
-
CMacWithIV
public CMacWithIV(BlockCipher cipher, int macSizeInBits)
-
-