|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.crypto.macs.Zuc128Mac
Zuc128 Mac implementation. Based on https://www.qtc.jp/3GPP/Specs/eea3eia3specificationv16.pdf
| Constructor Summary | |
Zuc128Mac()
Constructor. |
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Zuc128Mac()
| Method Detail |
public java.lang.String getAlgorithmName()
getAlgorithmName in interface Macpublic int getMacSize()
getMacSize in interface Macpublic void init(CipherParameters pParams)
init in interface MacpParams - the parameterspublic void update(byte in)
update in interface Macin - the byte to update with
public void update(byte[] in,
int inOff,
int len)
update in interface Macin - the input bufferinOff - the starting offset in the input bufferlen - the length of data to process
public int doFinal(byte[] out,
int outOff)
doFinal in interface Macout - the output bufferoutOff - the starting offset in the input buffer
public void reset()
Mac
reset in interface Mac
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||