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 Sep 17, 2024
1 parent 8b14b33 commit 196b266
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ <h2 title="Enum EllipticCurves.PointFormatType" class="title">Enum EllipticCurve
<br>
<pre>public static enum <span class="typeNameLabel">EllipticCurves.PointFormatType</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;<a href="../../../../../com/google/crypto/tink/subtle/EllipticCurves.PointFormatType.html" title="enum in com.google.crypto.tink.subtle">EllipticCurves.PointFormatType</a>&gt;</pre>
<div class="block">Point formats.</div>
<div class="block">Point format types UNCOMPRESSED and COMPRESSED are defined in https://www.secg.org/sec1-v2.pdf,
Sections 2.3.3 and 2.3.4.</div>
</li>
</ul>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ <h3>Nested Class Summary</h3>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/crypto/tink/subtle/EllipticCurves.PointFormatType.html" title="enum in com.google.crypto.tink.subtle">EllipticCurves.PointFormatType</a></span></code>
<div class="block">Point formats.</div>
<div class="block">Point format types UNCOMPRESSED and COMPRESSED are defined in https://www.secg.org/sec1-v2.pdf,
Sections 2.3.3 and 2.3.4.</div>
</td>
</tr>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,8 @@ <h1 title="Package" class="title">Package&nbsp;com.google.crypto.tink.subtle</h1
<tr class="altColor">
<td class="colFirst"><a href="../../../../../com/google/crypto/tink/subtle/EllipticCurves.PointFormatType.html" title="enum in com.google.crypto.tink.subtle">EllipticCurves.PointFormatType</a></td>
<td class="colLast">
<div class="block">Point formats.</div>
<div class="block">Point format types UNCOMPRESSED and COMPRESSED are defined in https://www.secg.org/sec1-v2.pdf,
Sections 2.3.3 and 2.3.4.</div>
</td>
</tr>
<tr class="rowColor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ <h1 title="Uses of Package com.google.crypto.tink.subtle" class="title">Uses of
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../com/google/crypto/tink/subtle/class-use/EllipticCurves.PointFormatType.html#com.google.crypto.tink.subtle">EllipticCurves.PointFormatType</a>
<div class="block">Point formats.</div>
<div class="block">Point format types UNCOMPRESSED and COMPRESSED are defined in https://www.secg.org/sec1-v2.pdf,
Sections 2.3.3 and 2.3.4.</div>
</td>
</tr>
<tr class="rowColor">
Expand Down
3 changes: 2 additions & 1 deletion javadoc/tink/HEAD-SNAPSHOT/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -5382,7 +5382,8 @@ <h2 class="title">E</h2>
</dd>
<dt><a href="com/google/crypto/tink/subtle/EllipticCurves.PointFormatType.html" title="enum in com.google.crypto.tink.subtle"><span class="typeNameLink">EllipticCurves.PointFormatType</span></a> - Enum in <a href="com/google/crypto/tink/subtle/package-summary.html">com.google.crypto.tink.subtle</a></dt>
<dd>
<div class="block">Point formats.</div>
<div class="block">Point format types UNCOMPRESSED and COMPRESSED are defined in https://www.secg.org/sec1-v2.pdf,
Sections 2.3.3 and 2.3.4.</div>
</dd>
<dt><a href="com/google/crypto/tink/internal/EllipticCurvesUtil.html" title="class in com.google.crypto.tink.internal"><span class="typeNameLink">EllipticCurvesUtil</span></a> - Class in <a href="com/google/crypto/tink/internal/package-summary.html">com.google.crypto.tink.internal</a></dt>
<dd>
Expand Down

0 comments on commit 196b266

Please sign in to comment.