Skip to content

Commit deca515

Browse files
author
GitHub Actions
committed
Update javadoc
1 parent 6375959 commit deca515

File tree

8 files changed

+73
-73
lines changed

8 files changed

+73
-73
lines changed

docs/com/bitpay/sdk/Client.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ <h3>Method Summary</h3>
456456
</tr>
457457
<tr id="i30" class="altColor">
458458
<td class="colFirst"><code>protected void</code></td>
459-
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/bitpay/sdk/Client.html#deriveIdentity-org.bitcoinj.core.ECKey-">deriveIdentity</a></span>(org.bitcoinj.core.ECKey&nbsp;ecKey)</code>
459+
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/bitpay/sdk/Client.html#deriveIdentity-org.bitcoinj.crypto.ECKey-">deriveIdentity</a></span>(org.bitcoinj.crypto.ECKey&nbsp;ecKey)</code>
460460
<div class="block">Derive identity.</div>
461461
</td>
462462
</tr>
@@ -517,13 +517,13 @@ <h3>Method Summary</h3>
517517
</td>
518518
</tr>
519519
<tr id="i40" class="altColor">
520-
<td class="colFirst"><code>protected org.bitcoinj.core.ECKey</code></td>
520+
<td class="colFirst"><code>protected org.bitcoinj.crypto.ECKey</code></td>
521521
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/bitpay/sdk/Client.html#getEcKey-com.bitpay.sdk.Config-">getEcKey</a></span>(<a href="../../../com/bitpay/sdk/Config.html" title="class in com.bitpay.sdk">Config</a>&nbsp;config)</code>
522522
<div class="block">Initialize the public/private key pair by either loading the existing one or by creating a new one.</div>
523523
</td>
524524
</tr>
525525
<tr id="i41" class="rowColor">
526-
<td class="colFirst"><code>protected org.bitcoinj.core.ECKey</code></td>
526+
<td class="colFirst"><code>protected org.bitcoinj.crypto.ECKey</code></td>
527527
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/bitpay/sdk/Client.html#getEcKey-com.bitpay.sdk.PrivateKey-">getEcKey</a></span>(<a href="../../../com/bitpay/sdk/PrivateKey.html" title="class in com.bitpay.sdk">PrivateKey</a>&nbsp;privateKey)</code>
528528
<div class="block">Gets ECKey.</div>
529529
</td>
@@ -2891,8 +2891,8 @@ <h4>getHttpClient</h4>
28912891
<ul class="blockList">
28922892
<li class="blockList">
28932893
<h4>getEcKey</h4>
2894-
<pre>protected&nbsp;org.bitcoinj.core.ECKey&nbsp;getEcKey(<a href="../../../com/bitpay/sdk/PrivateKey.html" title="class in com.bitpay.sdk">PrivateKey</a>&nbsp;privateKey)
2895-
throws <a href="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a></pre>
2894+
<pre>protected&nbsp;org.bitcoinj.crypto.ECKey&nbsp;getEcKey(<a href="../../../com/bitpay/sdk/PrivateKey.html" title="class in com.bitpay.sdk">PrivateKey</a>&nbsp;privateKey)
2895+
throws <a href="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a></pre>
28962896
<div class="block">Gets ECKey.</div>
28972897
<dl>
28982898
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -2910,8 +2910,8 @@ <h4>getEcKey</h4>
29102910
<ul class="blockList">
29112911
<li class="blockList">
29122912
<h4>getEcKey</h4>
2913-
<pre>protected&nbsp;org.bitcoinj.core.ECKey&nbsp;getEcKey(<a href="../../../com/bitpay/sdk/Config.html" title="class in com.bitpay.sdk">Config</a>&nbsp;config)
2914-
throws <a href="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a></pre>
2913+
<pre>protected&nbsp;org.bitcoinj.crypto.ECKey&nbsp;getEcKey(<a href="../../../com/bitpay/sdk/Config.html" title="class in com.bitpay.sdk">Config</a>&nbsp;config)
2914+
throws <a href="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a></pre>
29152915
<div class="block">Initialize the public/private key pair by either loading the existing one or by creating a new one.</div>
29162916
<dl>
29172917
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -2923,13 +2923,13 @@ <h4>getEcKey</h4>
29232923
</dl>
29242924
</li>
29252925
</ul>
2926-
<a name="deriveIdentity-org.bitcoinj.core.ECKey-">
2926+
<a name="deriveIdentity-org.bitcoinj.crypto.ECKey-">
29272927
<!-- -->
29282928
</a>
29292929
<ul class="blockList">
29302930
<li class="blockList">
29312931
<h4>deriveIdentity</h4>
2932-
<pre>protected&nbsp;void&nbsp;deriveIdentity(org.bitcoinj.core.ECKey&nbsp;ecKey)
2932+
<pre>protected&nbsp;void&nbsp;deriveIdentity(org.bitcoinj.crypto.ECKey&nbsp;ecKey)
29332933
throws <a href="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a></pre>
29342934
<div class="block">Derive identity.</div>
29352935
<dl>

docs/com/bitpay/sdk/class-use/Config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3>Uses of <a href="../../../../com/bitpay/sdk/Config.html" title="class in com
126126
</tr>
127127
<tbody>
128128
<tr class="altColor">
129-
<td class="colFirst"><code>protected org.bitcoinj.core.ECKey</code></td>
129+
<td class="colFirst"><code>protected org.bitcoinj.crypto.ECKey</code></td>
130130
<td class="colLast"><span class="typeNameLabel">Client.</span><code><span class="memberNameLink"><a href="../../../../com/bitpay/sdk/Client.html#getEcKey-com.bitpay.sdk.Config-">getEcKey</a></span>(<a href="../../../../com/bitpay/sdk/Config.html" title="class in com.bitpay.sdk">Config</a>&nbsp;config)</code>
131131
<div class="block">Initialize the public/private key pair by either loading the existing one or by creating a new one.</div>
132132
</td>

docs/com/bitpay/sdk/class-use/PrivateKey.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h3>Uses of <a href="../../../../com/bitpay/sdk/PrivateKey.html" title="class in
122122
</td>
123123
</tr>
124124
<tr class="altColor">
125-
<td class="colFirst"><code>protected org.bitcoinj.core.ECKey</code></td>
125+
<td class="colFirst"><code>protected org.bitcoinj.crypto.ECKey</code></td>
126126
<td class="colLast"><span class="typeNameLabel">Client.</span><code><span class="memberNameLink"><a href="../../../../com/bitpay/sdk/Client.html#getEcKey-com.bitpay.sdk.PrivateKey-">getEcKey</a></span>(<a href="../../../../com/bitpay/sdk/PrivateKey.html" title="class in com.bitpay.sdk">PrivateKey</a>&nbsp;privateKey)</code>
127127
<div class="block">Gets ECKey.</div>
128128
</td>

docs/com/bitpay/sdk/client/BitPayClient.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,18 +130,18 @@ <h3>Constructor Summary</h3>
130130
<th class="colOne" scope="col">Constructor and Description</th>
131131
</tr>
132132
<tr class="altColor">
133-
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/bitpay/sdk/client/BitPayClient.html#BitPayClient-org.apache.http.client.HttpClient-com.bitpay.sdk.client.HttpRequestFactory-java.lang.String-org.bitcoinj.core.ECKey-">BitPayClient</a></span>(org.apache.http.client.HttpClient&nbsp;httpClient,
133+
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/bitpay/sdk/client/BitPayClient.html#BitPayClient-org.apache.http.client.HttpClient-com.bitpay.sdk.client.HttpRequestFactory-java.lang.String-org.bitcoinj.crypto.ECKey-">BitPayClient</a></span>(org.apache.http.client.HttpClient&nbsp;httpClient,
134134
<a href="../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a>&nbsp;httpRequestFactory,
135135
<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>&nbsp;baseUrl,
136-
org.bitcoinj.core.ECKey&nbsp;ecKey)</code>
136+
org.bitcoinj.crypto.ECKey&nbsp;ecKey)</code>
137137
<div class="block">Instantiates a new Bit pay client.</div>
138138
</td>
139139
</tr>
140140
<tr class="rowColor">
141-
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/bitpay/sdk/client/BitPayClient.html#BitPayClient-org.apache.http.client.HttpClient-com.bitpay.sdk.client.HttpRequestFactory-java.lang.String-org.bitcoinj.core.ECKey-java.lang.String-">BitPayClient</a></span>(org.apache.http.client.HttpClient&nbsp;httpClient,
141+
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/bitpay/sdk/client/BitPayClient.html#BitPayClient-org.apache.http.client.HttpClient-com.bitpay.sdk.client.HttpRequestFactory-java.lang.String-org.bitcoinj.crypto.ECKey-java.lang.String-">BitPayClient</a></span>(org.apache.http.client.HttpClient&nbsp;httpClient,
142142
<a href="../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a>&nbsp;httpRequestFactory,
143143
<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>&nbsp;baseUrl,
144-
org.bitcoinj.core.ECKey&nbsp;ecKey,
144+
org.bitcoinj.crypto.ECKey&nbsp;ecKey,
145145
<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>&nbsp;platformInfo)</code>
146146
<div class="block">Instantiates a new Bit pay client.</div>
147147
</td>
@@ -233,7 +233,7 @@ <h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com
233233
<!-- -->
234234
</a>
235235
<h3>Constructor Detail</h3>
236-
<a name="BitPayClient-org.apache.http.client.HttpClient-com.bitpay.sdk.client.HttpRequestFactory-java.lang.String-org.bitcoinj.core.ECKey-">
236+
<a name="BitPayClient-org.apache.http.client.HttpClient-com.bitpay.sdk.client.HttpRequestFactory-java.lang.String-org.bitcoinj.crypto.ECKey-">
237237
<!-- -->
238238
</a>
239239
<ul class="blockList">
@@ -242,7 +242,7 @@ <h4>BitPayClient</h4>
242242
<pre>public&nbsp;BitPayClient(org.apache.http.client.HttpClient&nbsp;httpClient,
243243
<a href="../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a>&nbsp;httpRequestFactory,
244244
<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>&nbsp;baseUrl,
245-
org.bitcoinj.core.ECKey&nbsp;ecKey)</pre>
245+
org.bitcoinj.crypto.ECKey&nbsp;ecKey)</pre>
246246
<div class="block">Instantiates a new Bit pay client.</div>
247247
<dl>
248248
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -253,7 +253,7 @@ <h4>BitPayClient</h4>
253253
</dl>
254254
</li>
255255
</ul>
256-
<a name="BitPayClient-org.apache.http.client.HttpClient-com.bitpay.sdk.client.HttpRequestFactory-java.lang.String-org.bitcoinj.core.ECKey-java.lang.String-">
256+
<a name="BitPayClient-org.apache.http.client.HttpClient-com.bitpay.sdk.client.HttpRequestFactory-java.lang.String-org.bitcoinj.crypto.ECKey-java.lang.String-">
257257
<!-- -->
258258
</a>
259259
<ul class="blockListLast">
@@ -262,7 +262,7 @@ <h4>BitPayClient</h4>
262262
<pre>public&nbsp;BitPayClient(org.apache.http.client.HttpClient&nbsp;httpClient,
263263
<a href="../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a>&nbsp;httpRequestFactory,
264264
<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>&nbsp;baseUrl,
265-
org.bitcoinj.core.ECKey&nbsp;ecKey,
265+
org.bitcoinj.crypto.ECKey&nbsp;ecKey,
266266
<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>&nbsp;platformInfo)</pre>
267267
<div class="block">Instantiates a new Bit pay client.</div>
268268
<dl>

docs/com/bitpay/sdk/client/class-use/HttpRequestFactory.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,18 @@ <h3>Uses of <a href="../../../../../com/bitpay/sdk/client/HttpRequestFactory.htm
102102
</tr>
103103
<tbody>
104104
<tr class="altColor">
105-
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/client/BitPayClient.html#BitPayClient-org.apache.http.client.HttpClient-com.bitpay.sdk.client.HttpRequestFactory-java.lang.String-org.bitcoinj.core.ECKey-">BitPayClient</a></span>(org.apache.http.client.HttpClient&nbsp;httpClient,
105+
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/client/BitPayClient.html#BitPayClient-org.apache.http.client.HttpClient-com.bitpay.sdk.client.HttpRequestFactory-java.lang.String-org.bitcoinj.crypto.ECKey-">BitPayClient</a></span>(org.apache.http.client.HttpClient&nbsp;httpClient,
106106
<a href="../../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a>&nbsp;httpRequestFactory,
107107
<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>&nbsp;baseUrl,
108-
org.bitcoinj.core.ECKey&nbsp;ecKey)</code>
108+
org.bitcoinj.crypto.ECKey&nbsp;ecKey)</code>
109109
<div class="block">Instantiates a new Bit pay client.</div>
110110
</td>
111111
</tr>
112112
<tr class="rowColor">
113-
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/client/BitPayClient.html#BitPayClient-org.apache.http.client.HttpClient-com.bitpay.sdk.client.HttpRequestFactory-java.lang.String-org.bitcoinj.core.ECKey-java.lang.String-">BitPayClient</a></span>(org.apache.http.client.HttpClient&nbsp;httpClient,
113+
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/client/BitPayClient.html#BitPayClient-org.apache.http.client.HttpClient-com.bitpay.sdk.client.HttpRequestFactory-java.lang.String-org.bitcoinj.crypto.ECKey-java.lang.String-">BitPayClient</a></span>(org.apache.http.client.HttpClient&nbsp;httpClient,
114114
<a href="../../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a>&nbsp;httpRequestFactory,
115115
<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>&nbsp;baseUrl,
116-
org.bitcoinj.core.ECKey&nbsp;ecKey,
116+
org.bitcoinj.crypto.ECKey&nbsp;ecKey,
117117
<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>&nbsp;platformInfo)</code>
118118
<div class="block">Instantiates a new Bit pay client.</div>
119119
</td>

docs/com/bitpay/sdk/exceptions/class-use/BitPayGenericException.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ <h3>Uses of <a href="../../../../../com/bitpay/sdk/exceptions/BitPayGenericExcep
353353
</tr>
354354
<tr class="rowColor">
355355
<td class="colFirst"><code>protected void</code></td>
356-
<td class="colLast"><span class="typeNameLabel">Client.</span><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/Client.html#deriveIdentity-org.bitcoinj.core.ECKey-">deriveIdentity</a></span>(org.bitcoinj.core.ECKey&nbsp;ecKey)</code>
356+
<td class="colLast"><span class="typeNameLabel">Client.</span><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/Client.html#deriveIdentity-org.bitcoinj.crypto.ECKey-">deriveIdentity</a></span>(org.bitcoinj.crypto.ECKey&nbsp;ecKey)</code>
357357
<div class="block">Derive identity.</div>
358358
</td>
359359
</tr>
@@ -402,13 +402,13 @@ <h3>Uses of <a href="../../../../../com/bitpay/sdk/exceptions/BitPayGenericExcep
402402
</td>
403403
</tr>
404404
<tr class="rowColor">
405-
<td class="colFirst"><code>protected org.bitcoinj.core.ECKey</code></td>
405+
<td class="colFirst"><code>protected org.bitcoinj.crypto.ECKey</code></td>
406406
<td class="colLast"><span class="typeNameLabel">Client.</span><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/Client.html#getEcKey-com.bitpay.sdk.Config-">getEcKey</a></span>(<a href="../../../../../com/bitpay/sdk/Config.html" title="class in com.bitpay.sdk">Config</a>&nbsp;config)</code>
407407
<div class="block">Initialize the public/private key pair by either loading the existing one or by creating a new one.</div>
408408
</td>
409409
</tr>
410410
<tr class="altColor">
411-
<td class="colFirst"><code>protected org.bitcoinj.core.ECKey</code></td>
411+
<td class="colFirst"><code>protected org.bitcoinj.crypto.ECKey</code></td>
412412
<td class="colLast"><span class="typeNameLabel">Client.</span><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/Client.html#getEcKey-com.bitpay.sdk.PrivateKey-">getEcKey</a></span>(<a href="../../../../../com/bitpay/sdk/PrivateKey.html" title="class in com.bitpay.sdk">PrivateKey</a>&nbsp;privateKey)</code>
413413
<div class="block">Gets ECKey.</div>
414414
</td>
@@ -1319,20 +1319,20 @@ <h3>Uses of <a href="../../../../../com/bitpay/sdk/exceptions/BitPayGenericExcep
13191319
</tr>
13201320
<tbody>
13211321
<tr class="altColor">
1322-
<td class="colFirst"><code>static org.bitcoinj.core.ECKey</code></td>
1322+
<td class="colFirst"><code>static org.bitcoinj.crypto.ECKey</code></td>
13231323
<td class="colLast"><span class="typeNameLabel">KeyUtils.</span><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/util/KeyUtils.html#createEcKeyFromHexString-java.lang.String-">createEcKeyFromHexString</a></span>(<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>&nbsp;privateKey)</code>
13241324
<div class="block">Create EC key from hex string.</div>
13251325
</td>
13261326
</tr>
13271327
<tr class="rowColor">
1328-
<td class="colFirst"><code>static org.bitcoinj.core.ECKey</code></td>
1328+
<td class="colFirst"><code>static org.bitcoinj.crypto.ECKey</code></td>
13291329
<td class="colLast"><span class="typeNameLabel">KeyUtils.</span><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/util/KeyUtils.html#createEcKeyFromHexStringFile-java.lang.String-">createEcKeyFromHexStringFile</a></span>(<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>&nbsp;privKeyFile)</code>
13301330
<div class="block">Create EC key from hex string private key file.</div>
13311331
</td>
13321332
</tr>
13331333
<tr class="altColor">
13341334
<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>
1335-
<td class="colLast"><span class="typeNameLabel">KeyUtils.</span><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/util/KeyUtils.html#deriveSin-org.bitcoinj.core.ECKey-">deriveSin</a></span>(org.bitcoinj.core.ECKey&nbsp;ecKey)</code>
1335+
<td class="colLast"><span class="typeNameLabel">KeyUtils.</span><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/util/KeyUtils.html#deriveSin-org.bitcoinj.crypto.ECKey-">deriveSin</a></span>(org.bitcoinj.crypto.ECKey&nbsp;ecKey)</code>
13361336
<div class="block">Derive sin string.</div>
13371337
</td>
13381338
</tr>
@@ -1356,7 +1356,7 @@ <h3>Uses of <a href="../../../../../com/bitpay/sdk/exceptions/BitPayGenericExcep
13561356
</tr>
13571357
<tr class="altColor">
13581358
<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>
1359-
<td class="colLast"><span class="typeNameLabel">KeyUtils.</span><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/util/KeyUtils.html#sign-org.bitcoinj.core.ECKey-java.lang.String-">sign</a></span>(org.bitcoinj.core.ECKey&nbsp;key,
1359+
<td class="colLast"><span class="typeNameLabel">KeyUtils.</span><code><span class="memberNameLink"><a href="../../../../../com/bitpay/sdk/util/KeyUtils.html#sign-org.bitcoinj.crypto.ECKey-java.lang.String-">sign</a></span>(org.bitcoinj.crypto.ECKey&nbsp;key,
13601360
<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>&nbsp;input)</code>
13611361
<div class="block">Sign EC Key.</div>
13621362
</td>

0 commit comments

Comments
 (0)