public final class MAC extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
checkMacList(String[] macs) |
static int |
getKeyLen(String type) |
void |
getMac(byte[] out,
int off) |
static String[] |
getMacList() |
void |
initMac(int seq) |
int |
size() |
void |
update(byte[] packetdata,
int off,
int len) |
public MAC(String type, byte[] key)
public static final String[] getMacList()
public static final void checkMacList(String[] macs)
public static final int getKeyLen(String type)
public final void initMac(int seq)
public final void update(byte[] packetdata,
int off,
int len)
public final void getMac(byte[] out,
int off)
public final int size()
Copyright © 2013. All Rights Reserved.