You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../com/bitpay/sdk/Client.html#getEcKey-com.bitpay.sdk.Config-">getEcKey</a></span>(<ahref="../../../com/bitpay/sdk/Config.html" title="class in com.bitpay.sdk">Config</a> config)</code>
522
522
<divclass="block">Initialize the public/private key pair by either loading the existing one or by creating a new one.</div>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../com/bitpay/sdk/Client.html#getEcKey-com.bitpay.sdk.PrivateKey-">getEcKey</a></span>(<ahref="../../../com/bitpay/sdk/PrivateKey.html" title="class in com.bitpay.sdk">PrivateKey</a> privateKey)</code>
528
528
<divclass="block">Gets ECKey.</div>
529
529
</td>
@@ -2891,8 +2891,8 @@ <h4>getHttpClient</h4>
2891
2891
<ulclass="blockList">
2892
2892
<liclass="blockList">
2893
2893
<h4>getEcKey</h4>
2894
-
<pre>protected org.bitcoinj.core.ECKey getEcKey(<ahref="../../../com/bitpay/sdk/PrivateKey.html" title="class in com.bitpay.sdk">PrivateKey</a> privateKey)
2895
-
throws <ahref="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a></pre>
2894
+
<pre>protected org.bitcoinj.crypto.ECKey getEcKey(<ahref="../../../com/bitpay/sdk/PrivateKey.html" title="class in com.bitpay.sdk">PrivateKey</a> privateKey)
2895
+
throws <ahref="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a></pre>
<pre>protected org.bitcoinj.core.ECKey getEcKey(<ahref="../../../com/bitpay/sdk/Config.html" title="class in com.bitpay.sdk">Config</a> config)
2914
-
throws <ahref="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a></pre>
2913
+
<pre>protected org.bitcoinj.crypto.ECKey getEcKey(<ahref="../../../com/bitpay/sdk/Config.html" title="class in com.bitpay.sdk">Config</a> config)
2914
+
throws <ahref="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a></pre>
2915
2915
<divclass="block">Initialize the public/private key pair by either loading the existing one or by creating a new one.</div>
throws <ahref="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a></pre>
<tdclass="colLast"><spanclass="typeNameLabel">Client.</span><code><spanclass="memberNameLink"><ahref="../../../../com/bitpay/sdk/Client.html#getEcKey-com.bitpay.sdk.Config-">getEcKey</a></span>(<ahref="../../../../com/bitpay/sdk/Config.html" title="class in com.bitpay.sdk">Config</a> config)</code>
131
131
<divclass="block">Initialize the public/private key pair by either loading the existing one or by creating a new one.</div>
<tdclass="colLast"><spanclass="typeNameLabel">Client.</span><code><spanclass="memberNameLink"><ahref="../../../../com/bitpay/sdk/Client.html#getEcKey-com.bitpay.sdk.PrivateKey-">getEcKey</a></span>(<ahref="../../../../com/bitpay/sdk/PrivateKey.html" title="class in com.bitpay.sdk">PrivateKey</a> privateKey)</code>
<ahref="../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a> httpRequestFactory,
135
135
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> baseUrl,
136
-
org.bitcoinj.core.ECKey ecKey)</code>
136
+
org.bitcoinj.crypto.ECKey ecKey)</code>
137
137
<divclass="block">Instantiates a new Bit pay client.</div>
<ahref="../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a> httpRequestFactory,
143
143
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> baseUrl,
144
-
org.bitcoinj.core.ECKey ecKey,
144
+
org.bitcoinj.crypto.ECKey ecKey,
145
145
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> platformInfo)</code>
146
146
<divclass="block">Instantiates a new Bit pay client.</div>
147
147
</td>
@@ -233,7 +233,7 @@ <h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com
<ahref="../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a> httpRequestFactory,
244
244
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> baseUrl,
245
-
org.bitcoinj.core.ECKey ecKey)</pre>
245
+
org.bitcoinj.crypto.ECKey ecKey)</pre>
246
246
<divclass="block">Instantiates a new Bit pay client.</div>
<ahref="../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a> httpRequestFactory,
264
264
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> baseUrl,
265
-
org.bitcoinj.core.ECKey ecKey,
265
+
org.bitcoinj.crypto.ECKey ecKey,
266
266
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> platformInfo)</pre>
267
267
<divclass="block">Instantiates a new Bit pay client.</div>
<ahref="../../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a> httpRequestFactory,
107
107
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> baseUrl,
108
-
org.bitcoinj.core.ECKey ecKey)</code>
108
+
org.bitcoinj.crypto.ECKey ecKey)</code>
109
109
<divclass="block">Instantiates a new Bit pay client.</div>
<ahref="../../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a> httpRequestFactory,
115
115
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> baseUrl,
116
-
org.bitcoinj.core.ECKey ecKey,
116
+
org.bitcoinj.crypto.ECKey ecKey,
117
117
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> platformInfo)</code>
118
118
<divclass="block">Instantiates a new Bit pay client.</div>
<tdclass="colLast"><spanclass="typeNameLabel">Client.</span><code><spanclass="memberNameLink"><ahref="../../../../../com/bitpay/sdk/Client.html#getEcKey-com.bitpay.sdk.Config-">getEcKey</a></span>(<ahref="../../../../../com/bitpay/sdk/Config.html" title="class in com.bitpay.sdk">Config</a> config)</code>
407
407
<divclass="block">Initialize the public/private key pair by either loading the existing one or by creating a new one.</div>
<tdclass="colLast"><spanclass="typeNameLabel">Client.</span><code><spanclass="memberNameLink"><ahref="../../../../../com/bitpay/sdk/Client.html#getEcKey-com.bitpay.sdk.PrivateKey-">getEcKey</a></span>(<ahref="../../../../../com/bitpay/sdk/PrivateKey.html" title="class in com.bitpay.sdk">PrivateKey</a> privateKey)</code>
413
413
<divclass="block">Gets ECKey.</div>
414
414
</td>
@@ -1319,20 +1319,20 @@ <h3>Uses of <a href="../../../../../com/bitpay/sdk/exceptions/BitPayGenericExcep
<tdclass="colLast"><spanclass="typeNameLabel">KeyUtils.</span><code><spanclass="memberNameLink"><ahref="../../../../../com/bitpay/sdk/util/KeyUtils.html#createEcKeyFromHexString-java.lang.String-">createEcKeyFromHexString</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> privateKey)</code>
1324
1324
<divclass="block">Create EC key from hex string.</div>
<tdclass="colLast"><spanclass="typeNameLabel">KeyUtils.</span><code><spanclass="memberNameLink"><ahref="../../../../../com/bitpay/sdk/util/KeyUtils.html#createEcKeyFromHexStringFile-java.lang.String-">createEcKeyFromHexStringFile</a></span>(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> privKeyFile)</code>
1330
1330
<divclass="block">Create EC key from hex string private key file.</div>
1331
1331
</td>
1332
1332
</tr>
1333
1333
<trclass="altColor">
1334
1334
<tdclass="colFirst"><code>static <ahref="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>
@@ -1356,7 +1356,7 @@ <h3>Uses of <a href="../../../../../com/bitpay/sdk/exceptions/BitPayGenericExcep
1356
1356
</tr>
1357
1357
<trclass="altColor">
1358
1358
<tdclass="colFirst"><code>static <ahref="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>
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> input)</code>
0 commit comments