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 Oct 11, 2024
1 parent c8fad81 commit b373c7a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
catch(err) {
}
//-->
var methods = {"i0":41,"i1":10,"i2":9,"i3":9,"i4":41,"i5":9,"i6":9,"i7":10,"i8":42,"i9":42,"i10":10,"i11":10,"i12":10,"i13":10,"i14":9,"i15":9,"i16":9,"i17":42,"i18":41,"i19":41,"i20":9,"i21":41,"i22":10,"i23":10,"i24":42,"i25":10,"i26":42};
var methods = {"i0":41,"i1":10,"i2":9,"i3":9,"i4":41,"i5":9,"i6":9,"i7":10,"i8":42,"i9":42,"i10":10,"i11":10,"i12":10,"i13":10,"i14":9,"i15":9,"i16":9,"i17":42,"i18":41,"i19":41,"i20":9,"i21":41,"i22":10,"i23":10,"i24":42,"i25":42,"i26":42};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
Expand Down Expand Up @@ -352,7 +352,10 @@ <h3>Method Summary</h3>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/google/crypto/tink/KeysetHandle.html#writeNoSecret-com.google.crypto.tink.KeysetWriter-">writeNoSecret</a></span>(<a href="../../../../com/google/crypto/tink/KeysetWriter.html" title="interface in com.google.crypto.tink">KeysetWriter</a>&nbsp;writer)</code>
<div class="block">Tries to write to <code>writer</code> this keyset which must not contain any secret key material.</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">New users should prefer TinkProtoKeysetFormat. Existing users can use
LegacyKeysetSerialization for exactly the same behavior.</span></div>
</div>
</td>
</tr>
<tr id="i26" class="altColor">
Expand Down Expand Up @@ -761,9 +764,12 @@ <h4>writeWithAssociatedData</h4>
<ul class="blockList">
<li class="blockList">
<h4>writeNoSecret</h4>
<pre>public&nbsp;void&nbsp;writeNoSecret(<a href="../../../../com/google/crypto/tink/KeysetWriter.html" title="interface in com.google.crypto.tink">KeysetWriter</a>&nbsp;writer)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/security/GeneralSecurityException.html?is-external=true" title="class or interface in java.security">GeneralSecurityException</a>,
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
public&nbsp;void&nbsp;writeNoSecret(<a href="../../../../com/google/crypto/tink/KeysetWriter.html" title="interface in com.google.crypto.tink">KeysetWriter</a>&nbsp;writer)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/security/GeneralSecurityException.html?is-external=true" title="class or interface in java.security">GeneralSecurityException</a>,
<a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">New users should prefer TinkProtoKeysetFormat. Existing users can use
LegacyKeysetSerialization for exactly the same behavior.</span></div>
<div class="block">Tries to write to <code>writer</code> this keyset which must not contain any secret key material.

<p>This can be used to persist public keysets or envelope encryption keysets. Users that need
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,10 @@ <h3>Uses of <a href="../../../../../com/google/crypto/tink/KeysetWriter.html" ti
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">KeysetHandle.</span><code><span class="memberNameLink"><a href="../../../../../com/google/crypto/tink/KeysetHandle.html#writeNoSecret-com.google.crypto.tink.KeysetWriter-">writeNoSecret</a></span>(<a href="../../../../../com/google/crypto/tink/KeysetWriter.html" title="interface in com.google.crypto.tink">KeysetWriter</a>&nbsp;writer)</code>
<div class="block">Tries to write to <code>writer</code> this keyset which must not contain any secret key material.</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">New users should prefer TinkProtoKeysetFormat. Existing users can use
LegacyKeysetSerialization for exactly the same behavior.</span></div>
</div>
</td>
</tr>
<tr class="altColor">
Expand Down
6 changes: 6 additions & 0 deletions javadoc/tink-android/HEAD-SNAPSHOT/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,12 @@ <h2 title="Contents">Contents</h2>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="com/google/crypto/tink/KeysetHandle.html#writeNoSecret-com.google.crypto.tink.KeysetWriter-">com.google.crypto.tink.KeysetHandle.writeNoSecret(KeysetWriter)</a>
<div class="block"><span class="deprecationComment">New users should prefer TinkProtoKeysetFormat. Existing users can use
LegacyKeysetSerialization for exactly the same behavior.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="com/google/crypto/tink/KeysetHandle.html#writeWithAssociatedData-com.google.crypto.tink.KeysetWriter-com.google.crypto.tink.Aead-byte:A-">com.google.crypto.tink.KeysetHandle.writeWithAssociatedData(KeysetWriter, Aead, byte[])</a>
<div class="block"><span class="deprecationComment">New users should prefer TinkProtoKeysetFormat. Existing users can use
LegacyKeysetSerialization for exactly the same behavior.</span></div>
Expand Down
5 changes: 4 additions & 1 deletion javadoc/tink-android/HEAD-SNAPSHOT/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -24432,7 +24432,10 @@ <h2 class="title">W</h2>
</dd>
<dt><span class="memberNameLink"><a href="com/google/crypto/tink/KeysetHandle.html#writeNoSecret-com.google.crypto.tink.KeysetWriter-">writeNoSecret(KeysetWriter)</a></span> - Method in class com.google.crypto.tink.<a href="com/google/crypto/tink/KeysetHandle.html" title="class in com.google.crypto.tink">KeysetHandle</a></dt>
<dd>
<div class="block">Tries to write to <code>writer</code> this keyset which must not contain any secret key material.</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">New users should prefer TinkProtoKeysetFormat. Existing users can use
LegacyKeysetSerialization for exactly the same behavior.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/crypto/tink/KeysetHandle.html#writeWithAssociatedData-com.google.crypto.tink.KeysetWriter-com.google.crypto.tink.Aead-byte:A-">writeWithAssociatedData(KeysetWriter, Aead, byte[])</a></span> - Method in class com.google.crypto.tink.<a href="com/google/crypto/tink/KeysetHandle.html" title="class in com.google.crypto.tink">KeysetHandle</a></dt>
<dd>
Expand Down

0 comments on commit b373c7a

Please sign in to comment.