public final class MessageMac
extends MAC
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public MessageMac(
String type,
byte[] key)
-
Method Details
-
public static String[] getMacs()
-
public static void checkMacs(
String[] macs)
-
public static int getKeyLength(
String type)
-
public final void initMac(int seq)
- Overrides:
initMac in class MAC
-
public final void update(byte[] packetdata,
int off,
int len)
- Overrides:
update in class MAC
-
public final void getMac(byte[] out,
int off)
- Overrides:
getMac in class MAC
-
public final int size()
- Overrides:
size in class MAC