public class BaseMAC extends Object implements MAC
MAC implementations based on the JCE provider.| Constructor and Description |
|---|
BaseMAC(String algorithm,
int bsize,
int defbsize) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
doFinal() |
byte[] |
doFinal(byte[] input) |
void |
doFinal(byte[] buf,
int offset) |
int |
getBlockSize() |
void |
init(byte[] key) |
void |
update(byte[] foo) |
void |
update(byte[] foo,
int s,
int l) |
void |
update(long i) |
public BaseMAC(String algorithm, int bsize, int defbsize)
public int getBlockSize()
getBlockSize in interface MACCopyright © 2009–2014. All rights reserved.