Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/com/bitpay/sdk/Client.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ <h3>Method Summary</h3>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<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>
<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>
<div class="block">Derive identity.</div>
</td>
</tr>
Expand Down Expand Up @@ -517,13 +517,13 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code>protected org.bitcoinj.core.ECKey</code></td>
<td class="colFirst"><code>protected org.bitcoinj.crypto.ECKey</code></td>
<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>
<div class="block">Initialize the public/private key pair by either loading the existing one or by creating a new one.</div>
</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code>protected org.bitcoinj.core.ECKey</code></td>
<td class="colFirst"><code>protected org.bitcoinj.crypto.ECKey</code></td>
<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>
<div class="block">Gets ECKey.</div>
</td>
Expand Down Expand Up @@ -2891,8 +2891,8 @@ <h4>getHttpClient</h4>
<ul class="blockList">
<li class="blockList">
<h4>getEcKey</h4>
<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)
throws <a href="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a></pre>
<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)
throws <a href="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a></pre>
<div class="block">Gets ECKey.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
Expand All @@ -2910,8 +2910,8 @@ <h4>getEcKey</h4>
<ul class="blockList">
<li class="blockList">
<h4>getEcKey</h4>
<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)
throws <a href="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a></pre>
<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)
throws <a href="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a></pre>
<div class="block">Initialize the public/private key pair by either loading the existing one or by creating a new one.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
Expand All @@ -2923,13 +2923,13 @@ <h4>getEcKey</h4>
</dl>
</li>
</ul>
<a name="deriveIdentity-org.bitcoinj.core.ECKey-">
<a name="deriveIdentity-org.bitcoinj.crypto.ECKey-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deriveIdentity</h4>
<pre>protected&nbsp;void&nbsp;deriveIdentity(org.bitcoinj.core.ECKey&nbsp;ecKey)
<pre>protected&nbsp;void&nbsp;deriveIdentity(org.bitcoinj.crypto.ECKey&nbsp;ecKey)
throws <a href="../../../com/bitpay/sdk/exceptions/BitPayGenericException.html" title="class in com.bitpay.sdk.exceptions">BitPayGenericException</a></pre>
<div class="block">Derive identity.</div>
<dl>
Expand Down
2 changes: 1 addition & 1 deletion docs/com/bitpay/sdk/class-use/Config.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h3>Uses of <a href="../../../../com/bitpay/sdk/Config.html" title="class in com
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected org.bitcoinj.core.ECKey</code></td>
<td class="colFirst"><code>protected org.bitcoinj.crypto.ECKey</code></td>
<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>
<div class="block">Initialize the public/private key pair by either loading the existing one or by creating a new one.</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/com/bitpay/sdk/class-use/PrivateKey.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h3>Uses of <a href="../../../../com/bitpay/sdk/PrivateKey.html" title="class in
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected org.bitcoinj.core.ECKey</code></td>
<td class="colFirst"><code>protected org.bitcoinj.crypto.ECKey</code></td>
<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>
<div class="block">Gets ECKey.</div>
</td>
Expand Down
16 changes: 8 additions & 8 deletions docs/com/bitpay/sdk/client/BitPayClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,18 +130,18 @@ <h3>Constructor Summary</h3>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<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,
<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,
<a href="../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a>&nbsp;httpRequestFactory,
<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,
org.bitcoinj.core.ECKey&nbsp;ecKey)</code>
org.bitcoinj.crypto.ECKey&nbsp;ecKey)</code>
<div class="block">Instantiates a new Bit pay client.</div>
</td>
</tr>
<tr class="rowColor">
<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,
<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,
<a href="../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a>&nbsp;httpRequestFactory,
<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,
org.bitcoinj.core.ECKey&nbsp;ecKey,
org.bitcoinj.crypto.ECKey&nbsp;ecKey,
<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>
<div class="block">Instantiates a new Bit pay client.</div>
</td>
Expand Down Expand Up @@ -233,7 +233,7 @@ <h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="BitPayClient-org.apache.http.client.HttpClient-com.bitpay.sdk.client.HttpRequestFactory-java.lang.String-org.bitcoinj.core.ECKey-">
<a name="BitPayClient-org.apache.http.client.HttpClient-com.bitpay.sdk.client.HttpRequestFactory-java.lang.String-org.bitcoinj.crypto.ECKey-">
<!-- -->
</a>
<ul class="blockList">
Expand All @@ -242,7 +242,7 @@ <h4>BitPayClient</h4>
<pre>public&nbsp;BitPayClient(org.apache.http.client.HttpClient&nbsp;httpClient,
<a href="../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a>&nbsp;httpRequestFactory,
<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,
org.bitcoinj.core.ECKey&nbsp;ecKey)</pre>
org.bitcoinj.crypto.ECKey&nbsp;ecKey)</pre>
<div class="block">Instantiates a new Bit pay client.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
Expand All @@ -253,7 +253,7 @@ <h4>BitPayClient</h4>
</dl>
</li>
</ul>
<a name="BitPayClient-org.apache.http.client.HttpClient-com.bitpay.sdk.client.HttpRequestFactory-java.lang.String-org.bitcoinj.core.ECKey-java.lang.String-">
<a name="BitPayClient-org.apache.http.client.HttpClient-com.bitpay.sdk.client.HttpRequestFactory-java.lang.String-org.bitcoinj.crypto.ECKey-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
Expand All @@ -262,7 +262,7 @@ <h4>BitPayClient</h4>
<pre>public&nbsp;BitPayClient(org.apache.http.client.HttpClient&nbsp;httpClient,
<a href="../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a>&nbsp;httpRequestFactory,
<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,
org.bitcoinj.core.ECKey&nbsp;ecKey,
org.bitcoinj.crypto.ECKey&nbsp;ecKey,
<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>
<div class="block">Instantiates a new Bit pay client.</div>
<dl>
Expand Down
8 changes: 4 additions & 4 deletions docs/com/bitpay/sdk/client/class-use/HttpRequestFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,18 +102,18 @@ <h3>Uses of <a href="../../../../../com/bitpay/sdk/client/HttpRequestFactory.htm
</tr>
<tbody>
<tr class="altColor">
<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,
<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,
<a href="../../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a>&nbsp;httpRequestFactory,
<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,
org.bitcoinj.core.ECKey&nbsp;ecKey)</code>
org.bitcoinj.crypto.ECKey&nbsp;ecKey)</code>
<div class="block">Instantiates a new Bit pay client.</div>
</td>
</tr>
<tr class="rowColor">
<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,
<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,
<a href="../../../../../com/bitpay/sdk/client/HttpRequestFactory.html" title="class in com.bitpay.sdk.client">HttpRequestFactory</a>&nbsp;httpRequestFactory,
<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,
org.bitcoinj.core.ECKey&nbsp;ecKey,
org.bitcoinj.crypto.ECKey&nbsp;ecKey,
<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>
<div class="block">Instantiates a new Bit pay client.</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ <h3>Uses of <a href="../../../../../com/bitpay/sdk/exceptions/BitPayGenericExcep
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<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>
<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>
<div class="block">Derive identity.</div>
</td>
</tr>
Expand Down Expand Up @@ -402,13 +402,13 @@ <h3>Uses of <a href="../../../../../com/bitpay/sdk/exceptions/BitPayGenericExcep
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected org.bitcoinj.core.ECKey</code></td>
<td class="colFirst"><code>protected org.bitcoinj.crypto.ECKey</code></td>
<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>
<div class="block">Initialize the public/private key pair by either loading the existing one or by creating a new one.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected org.bitcoinj.core.ECKey</code></td>
<td class="colFirst"><code>protected org.bitcoinj.crypto.ECKey</code></td>
<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>
<div class="block">Gets ECKey.</div>
</td>
Expand Down Expand Up @@ -1319,20 +1319,20 @@ <h3>Uses of <a href="../../../../../com/bitpay/sdk/exceptions/BitPayGenericExcep
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static org.bitcoinj.core.ECKey</code></td>
<td class="colFirst"><code>static org.bitcoinj.crypto.ECKey</code></td>
<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>
<div class="block">Create EC key from hex string.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.bitcoinj.core.ECKey</code></td>
<td class="colFirst"><code>static org.bitcoinj.crypto.ECKey</code></td>
<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>
<div class="block">Create EC key from hex string private key file.</div>
</td>
</tr>
<tr 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"><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>
<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>
<div class="block">Derive sin string.</div>
</td>
</tr>
Expand All @@ -1356,7 +1356,7 @@ <h3>Uses of <a href="../../../../../com/bitpay/sdk/exceptions/BitPayGenericExcep
</tr>
<tr 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"><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,
<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,
<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>
<div class="block">Sign EC Key.</div>
</td>
Expand Down
Loading