Skip to content

Commit

Permalink
tink-android-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 Jul 12, 2023
1 parent 2b0153f commit de29b7d
Show file tree
Hide file tree
Showing 17 changed files with 695 additions and 39 deletions.
1 change: 1 addition & 0 deletions javadoc/tink-android/HEAD-SNAPSHOT/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/google/crypto/tink/hybrid/EciesParameters.HashType.html" title="class in com.google.crypto.tink.hybrid" target="classFrame">EciesParameters.HashType</a></li>
<li><a href="com/google/crypto/tink/hybrid/EciesParameters.PointFormat.html" title="class in com.google.crypto.tink.hybrid" target="classFrame">EciesParameters.PointFormat</a></li>
<li><a href="com/google/crypto/tink/hybrid/EciesParameters.Variant.html" title="class in com.google.crypto.tink.hybrid" target="classFrame">EciesParameters.Variant</a></li>
<li><a href="com/google/crypto/tink/hybrid/EciesPublicKey.html" title="class in com.google.crypto.tink.hybrid" target="classFrame">EciesPublicKey</a></li>
<li><a href="com/google/crypto/tink/proto/EcPointFormat.html" title="enum in com.google.crypto.tink.proto" target="classFrame">EcPointFormat</a></li>
<li><a href="com/google/crypto/tink/internal/Ed25519.html" title="class in com.google.crypto.tink.internal" target="classFrame">Ed25519</a></li>
<li><a href="com/google/crypto/tink/proto/Ed25519.html" title="class in com.google.crypto.tink.proto" target="classFrame">Ed25519</a></li>
Expand Down
1 change: 1 addition & 0 deletions javadoc/tink-android/HEAD-SNAPSHOT/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/google/crypto/tink/hybrid/EciesParameters.HashType.html" title="class in com.google.crypto.tink.hybrid">EciesParameters.HashType</a></li>
<li><a href="com/google/crypto/tink/hybrid/EciesParameters.PointFormat.html" title="class in com.google.crypto.tink.hybrid">EciesParameters.PointFormat</a></li>
<li><a href="com/google/crypto/tink/hybrid/EciesParameters.Variant.html" title="class in com.google.crypto.tink.hybrid">EciesParameters.Variant</a></li>
<li><a href="com/google/crypto/tink/hybrid/EciesPublicKey.html" title="class in com.google.crypto.tink.hybrid">EciesPublicKey</a></li>
<li><a href="com/google/crypto/tink/proto/EcPointFormat.html" title="enum in com.google.crypto.tink.proto">EcPointFormat</a></li>
<li><a href="com/google/crypto/tink/internal/Ed25519.html" title="class in com.google.crypto.tink.internal">Ed25519</a></li>
<li><a href="com/google/crypto/tink/proto/Ed25519.html" title="class in com.google.crypto.tink.proto">Ed25519</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,23 +323,29 @@ <h3>Uses of <a href="../../../../../com/google/crypto/tink/Key.html" title="clas
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/crypto/tink/hybrid/EciesPublicKey.html" title="class in com.google.crypto.tink.hybrid">EciesPublicKey</a></span></code>
<div class="block">Represents the encryption function for an ECIES hybrid encryption primitive.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/crypto/tink/hybrid/HpkePrivateKey.html" title="class in com.google.crypto.tink.hybrid">HpkePrivateKey</a></span></code>
<div class="block">Representation of the decryption function for an HPKE hybrid encryption primitive.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/crypto/tink/hybrid/HpkePublicKey.html" title="class in com.google.crypto.tink.hybrid">HpkePublicKey</a></span></code>
<div class="block">Representation of the encryption function for an HPKE hybrid encryption primitive.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/crypto/tink/hybrid/HybridPrivateKey.html" title="class in com.google.crypto.tink.hybrid">HybridPrivateKey</a></span></code>
<div class="block">Representation of the decryption function for a hybrid encryption primitive.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/crypto/tink/hybrid/HybridPublicKey.html" title="class in com.google.crypto.tink.hybrid">HybridPublicKey</a></span></code>
<div class="block">Representation of the encryption function for a hybrid encryption primitive.</div>
Expand All @@ -362,6 +368,10 @@ <h3>Uses of <a href="../../../../../com/google/crypto/tink/Key.html" title="clas
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">HpkePrivateKey.</span><code><span class="memberNameLink"><a href="../../../../../com/google/crypto/tink/hybrid/HpkePrivateKey.html#equalsKey-com.google.crypto.tink.Key-">equalsKey</a></span>(<a href="../../../../../com/google/crypto/tink/Key.html" title="class in com.google.crypto.tink">Key</a>&nbsp;o)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">EciesPublicKey.</span><code><span class="memberNameLink"><a href="../../../../../com/google/crypto/tink/hybrid/EciesPublicKey.html#equalsKey-com.google.crypto.tink.Key-">equalsKey</a></span>(<a href="../../../../../com/google/crypto/tink/Key.html" title="class in com.google.crypto.tink">Key</a>&nbsp;o)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/google/crypto/tink/hybrid/EciesParameters.PointFormat.html" title="class in com.google.crypto.tink.hybrid"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../com/google/crypto/tink/hybrid/HpkeParameters.html" title="class in com.google.crypto.tink.hybrid"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
<li><a href="../../../../../com/google/crypto/tink/hybrid/EciesPublicKey.html" title="class in com.google.crypto.tink.hybrid"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/google/crypto/tink/hybrid/EciesParameters.Variant.html" target="_top">Frames</a></li>
Expand Down Expand Up @@ -273,7 +273,7 @@ <h4>toString</h4>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/google/crypto/tink/hybrid/EciesParameters.PointFormat.html" title="class in com.google.crypto.tink.hybrid"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../com/google/crypto/tink/hybrid/HpkeParameters.html" title="class in com.google.crypto.tink.hybrid"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
<li><a href="../../../../../com/google/crypto/tink/hybrid/EciesPublicKey.html" title="class in com.google.crypto.tink.hybrid"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/google/crypto/tink/hybrid/EciesParameters.Variant.html" target="_top">Frames</a></li>
Expand Down
Loading

0 comments on commit de29b7d

Please sign in to comment.