public class RetailMAC extends Object
| Constructor and Description |
|---|
RetailMAC(Key key,
IvParameterSpec iv) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
doFinal() |
byte[] |
doFinal(byte[] data) |
int |
getMacLength() |
void |
reset() |
void |
update(byte data) |
void |
update(byte[] ibuffer,
int offset1,
int len) |
public RetailMAC(Key key, IvParameterSpec iv)
Copyright © 2017. All rights reserved.