public interface Mac
| Modifier and Type | Method and Description |
|---|---|
void |
doFinal(byte[] buf,
int offset) |
int |
getBlockSize() |
void |
init(byte[] key) |
void |
update(byte[] foo,
int start,
int len) |
void |
updateUInt(long foo) |
int getBlockSize()
void init(byte[] key)
throws java.lang.Exception
java.lang.Exceptionvoid update(byte[] foo,
int start,
int len)
void updateUInt(long foo)
void doFinal(byte[] buf,
int offset)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.