public class Bridge extends Object
See https://github.com/OpenHFT/Chronicle-Salt/issues/13
| Modifier and Type | Field and Description |
|---|---|
static boolean |
LOADED |
| Constructor and Description |
|---|
Bridge() |
| Modifier and Type | Method and Description |
|---|---|
static int |
crypto_box_easy(long result,
long message,
long length,
long nonce,
long publicKey,
long secretKey) |
static int |
crypto_box_open_easy(long result,
long ciphertext,
long length,
long nonce,
long publicKey,
long secretKey) |
Copyright © 2023. All rights reserved.