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) |
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.