public interface Mac extends MacInformation
| Modifier and Type | Method and Description |
|---|---|
default byte[] |
doFinal() |
default void |
doFinal(byte[] buf) |
void |
doFinal(byte[] buf,
int offset) |
void |
init(byte[] key) |
default void |
update(byte[] buf) |
void |
update(byte[] buf,
int start,
int len) |
void |
updateUInt(long foo) |
getAlgorithm, getBlockSize, getDefaultBlockSizeCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.