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