Beispiel #1
0
 /**
  * Resets the HMAC for further use, maintaining the secret key that the HMAC was initialized with.
  */
 protected void engineReset() {
   hmac.reset();
 }