mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 20:55:50 +00:00
add secure signing for java
This commit is contained in:
@@ -95,6 +95,8 @@ Here are examples of how to sign transaction instructions locally using the foll
|
||||
|
||||
* **Python** - [`xrpl-py`](https://github.com/XRPLF/xrpl-py)
|
||||
|
||||
* **Java** - [`xrpl4j-crypto-bouncycastle`](https://javadoc.io/doc/org.xrpl/xrpl4j-crypto-bouncycastle/latest/index.html)
|
||||
|
||||
<!-- MULTICODE_BLOCK_START -->
|
||||
|
||||
*JavaScript*
|
||||
@@ -109,6 +111,11 @@ Here are examples of how to sign transaction instructions locally using the foll
|
||||
{% include '_code-samples/secure-signing/py/sign-payment.py' %}
|
||||
```
|
||||
|
||||
*Java*
|
||||
|
||||
```java
|
||||
{% include '_code-samples/secure-signing/java/SignPayment.java' %}
|
||||
```
|
||||
<!-- MULTICODE_BLOCK_END -->
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user