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 25, 2024
1 parent 1980231 commit f78c62a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":10};
var methods = {"i0":9,"i1":9,"i2":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
Expand Down Expand Up @@ -162,16 +162,10 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/google/crypto/tink/signature/internal/RsaSsaPkcs1VerifyConscrypt.html#isSupported--">isSupported</a></span>()</code>
<div class="block">Returns true if the RsaSsaPkcs1 signature verification using Conscrypt works.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/google/crypto/tink/signature/internal/RsaSsaPkcs1VerifyConscrypt.html#toRsaSsaPkcs1Algo-com.google.crypto.tink.signature.RsaSsaPkcs1Parameters.HashType-">toRsaSsaPkcs1Algo</a></span>(<a href="../../../../../../com/google/crypto/tink/signature/RsaSsaPkcs1Parameters.HashType.html" title="class in com.google.crypto.tink.signature">RsaSsaPkcs1Parameters.HashType</a>&nbsp;hashType)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/google/crypto/tink/signature/internal/RsaSsaPkcs1VerifyConscrypt.html#verify-byte:A-byte:A-">verify</a></span>(byte[]&nbsp;signature,
byte[]&nbsp;data)</code>
Expand Down Expand Up @@ -217,16 +211,6 @@ <h4>FIPS</h4>
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isSupported--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSupported</h4>
<pre>public static&nbsp;boolean&nbsp;isSupported()</pre>
<div class="block">Returns true if the RsaSsaPkcs1 signature verification using Conscrypt works.</div>
</li>
</ul>
<a name="toRsaSsaPkcs1Algo-com.google.crypto.tink.signature.RsaSsaPkcs1Parameters.HashType-">
<!-- -->
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":10};
var methods = {"i0":9,"i1":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
Expand Down Expand Up @@ -159,12 +159,6 @@ <h3>Method Summary</h3>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/google/crypto/tink/signature/internal/RsaSsaPssSignConscrypt.html#create-com.google.crypto.tink.signature.RsaSsaPssPrivateKey-">create</a></span>(<a href="../../../../../../com/google/crypto/tink/signature/RsaSsaPssPrivateKey.html" title="class in com.google.crypto.tink.signature">RsaSsaPssPrivateKey</a>&nbsp;key)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/google/crypto/tink/signature/internal/RsaSsaPssSignConscrypt.html#isSupported--">isSupported</a></span>()</code>
<div class="block">Returns true if Conscrypt is available and supports RSA SSA PSS.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/google/crypto/tink/signature/internal/RsaSsaPssSignConscrypt.html#sign-byte:A-">sign</a></span>(byte[]&nbsp;data)</code>
<div class="block">Computes the signature for <code>data</code>.</div>
Expand Down Expand Up @@ -209,16 +203,6 @@ <h4>FIPS</h4>
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isSupported--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSupported</h4>
<pre>public static&nbsp;boolean&nbsp;isSupported()</pre>
<div class="block">Returns true if Conscrypt is available and supports RSA SSA PSS.</div>
</li>
</ul>
<a name="create-com.google.crypto.tink.signature.RsaSsaPssPrivateKey-">
<!-- -->
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":10};
var methods = {"i0":9,"i1":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
Expand Down Expand Up @@ -159,12 +159,6 @@ <h3>Method Summary</h3>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/google/crypto/tink/signature/internal/RsaSsaPssVerifyConscrypt.html#create-com.google.crypto.tink.signature.RsaSsaPssPublicKey-">create</a></span>(<a href="../../../../../../com/google/crypto/tink/signature/RsaSsaPssPublicKey.html" title="class in com.google.crypto.tink.signature">RsaSsaPssPublicKey</a>&nbsp;key)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/google/crypto/tink/signature/internal/RsaSsaPssVerifyConscrypt.html#isSupported--">isSupported</a></span>()</code>
<div class="block">Returns true if Conscrypt is available and supports RSA SSA PSS.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/google/crypto/tink/signature/internal/RsaSsaPssVerifyConscrypt.html#verify-byte:A-byte:A-">verify</a></span>(byte[]&nbsp;signature,
byte[]&nbsp;data)</code>
Expand Down Expand Up @@ -210,16 +204,6 @@ <h4>FIPS</h4>
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isSupported--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSupported</h4>
<pre>public static&nbsp;boolean&nbsp;isSupported()</pre>
<div class="block">Returns true if Conscrypt is available and supports RSA SSA PSS.</div>
</li>
</ul>
<a name="create-com.google.crypto.tink.signature.RsaSsaPssPublicKey-">
<!-- -->
</a>
Expand Down
12 changes: 0 additions & 12 deletions javadoc/tink-android/HEAD-SNAPSHOT/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -13939,18 +13939,6 @@ <h2 class="title">I</h2>
<dd>
<div class="block">Returns true if the JCE supports Ed25519.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/crypto/tink/signature/internal/RsaSsaPkcs1VerifyConscrypt.html#isSupported--">isSupported()</a></span> - Static method in class com.google.crypto.tink.signature.internal.<a href="com/google/crypto/tink/signature/internal/RsaSsaPkcs1VerifyConscrypt.html" title="class in com.google.crypto.tink.signature.internal">RsaSsaPkcs1VerifyConscrypt</a></dt>
<dd>
<div class="block">Returns true if the RsaSsaPkcs1 signature verification using Conscrypt works.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/crypto/tink/signature/internal/RsaSsaPssSignConscrypt.html#isSupported--">isSupported()</a></span> - Static method in class com.google.crypto.tink.signature.internal.<a href="com/google/crypto/tink/signature/internal/RsaSsaPssSignConscrypt.html" title="class in com.google.crypto.tink.signature.internal">RsaSsaPssSignConscrypt</a></dt>
<dd>
<div class="block">Returns true if Conscrypt is available and supports RSA SSA PSS.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/crypto/tink/signature/internal/RsaSsaPssVerifyConscrypt.html#isSupported--">isSupported()</a></span> - Static method in class com.google.crypto.tink.signature.internal.<a href="com/google/crypto/tink/signature/internal/RsaSsaPssVerifyConscrypt.html" title="class in com.google.crypto.tink.signature.internal">RsaSsaPssVerifyConscrypt</a></dt>
<dd>
<div class="block">Returns true if Conscrypt is available and supports RSA SSA PSS.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/google/crypto/tink/aead/KmsEnvelopeAead.html#isSupportedDekKeyType-java.lang.String-">isSupportedDekKeyType(String)</a></span> - Static method in class com.google.crypto.tink.aead.<a href="com/google/crypto/tink/aead/KmsEnvelopeAead.html" title="class in com.google.crypto.tink.aead">KmsEnvelopeAead</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/google/crypto/tink/integration/android/AndroidKeysetManager.html#isUsingKeystore--">isUsingKeystore()</a></span> - Method in class com.google.crypto.tink.integration.android.<a href="com/google/crypto/tink/integration/android/AndroidKeysetManager.html" title="class in com.google.crypto.tink.integration.android">AndroidKeysetManager</a></dt>
Expand Down

0 comments on commit f78c62a

Please sign in to comment.