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 MAC
Copyright © 2009–2016. All rights reserved.