Inherits MacSpi.
|
|
int | engineGetMacLength () |
| |
|
void | engineInit (Key inkey, AlgorithmParameterSpec param) throws InvalidKeyException, InvalidAlgorithmParameterException |
| |
|
void | engineReset () |
| |
|
void | engineUpdate (byte[] input, int inputOffset, int inputLen) |
| |
|
void | engineUpdate (byte input) |
| |
|
byte[] | engineDoFinal () |
| |