Skip to content

Commit

Permalink
tink-HEAD-SNAPSHOT Javadoc auto-pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tink Team committed Nov 21, 2024
1 parent 1454c4f commit e5584e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h2 title="Class MacKeyTemplates" class="title">Class MacKeyTemplates</h2>
<pre><code>
MacConfig.register();
KeysetHandle handle = KeysetHandle.generateNew(MacKeyTemplates.HMAC_SHA256_128BITTAG);
Mac mac = handle.getPrimitive(RegistryConfiguration.get(), Mac.java);
Mac mac = handle.getPrimitive(RegistryConfiguration.get(), Mac.class);
</code></pre></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
Expand Down

0 comments on commit e5584e8

Please sign in to comment.