| Constructor and Description |
|---|
Zuc256Mac(int pLength)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
doFinal(byte[] out,
int outOff)
Finalize the mac.
|
java.lang.String |
getAlgorithmName()
Obtain Algorithm Name.
|
int |
getMacSize()
Obtain Mac Size.
|
void |
init(CipherParameters pParams)
Initialise the Mac.
|
void |
reset()
Reset the Mac.
|
void |
update(byte in)
Update the mac with a single byte.
|
void |
update(byte[] in,
int inOff,
int len)
Update the mac.
|
public Zuc256Mac(int pLength)
pLength - the bit length of the Macpublic java.lang.String getAlgorithmName()
getAlgorithmName in interface Macpublic int getMacSize()
getMacSize in interface Macpublic void init(CipherParameters pParams)
public void update(byte in)
public void update(byte[] in,
int inOff,
int len)
public int doFinal(byte[] out,
int outOff)