Package org.kapott.cryptalgs
Class RetailMAC
- java.lang.Object
-
- org.kapott.cryptalgs.RetailMAC
-
public class RetailMAC extends Object
-
-
Constructor Summary
Constructors Constructor Description RetailMAC(Key key, IvParameterSpec iv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]doFinal()byte[]doFinal(byte[] data)intgetMacLength()voidreset()voidupdate(byte data)voidupdate(byte[] ibuffer, int offset1, int len)
-
-
-
Constructor Detail
-
RetailMAC
public RetailMAC(Key key, IvParameterSpec iv)
-
-