コード例 #1
0
ファイル: HmacSHA1.java プロジェクト: GregBowyer/Hotspot
 /**
  * Resets the HMAC for further use, maintaining the secret key that the HMAC was initialized with.
  */
 protected void engineReset() {
   hmac.reset();
 }