Beispiel #1
0
 /**
  * Returns the length of the HMAC in bytes.
  *
  * @return the HMAC length in bytes.
  */
 protected int engineGetMacLength() {
   return hmac.getDigestLength();
 }