| Package | Description |
|---|---|
| net.openhft.chronicle.salt |
| Modifier and Type | Method and Description |
|---|---|
static EasyBox.KeyPair |
EasyBox.KeyPair.deterministic(net.openhft.chronicle.bytes.BytesStore seed)
Returns a new generated deterministic public/private key pair from BytesStore accessing full 32 seed bytes
|
static EasyBox.KeyPair |
EasyBox.KeyPair.deterministic(long id)
Returns a new generated deterministic public/private key pair from simple long id (which only uses 8 out of 32 seed bytes)
|
static EasyBox.KeyPair |
EasyBox.KeyPair.generate()
Returns a new generated random public/private key pair.
|
| Modifier and Type | Method and Description |
|---|---|
static EasyBox.SharedKey |
EasyBox.SharedKey.precalc(EasyBox.KeyPair alice,
EasyBox.KeyPair bob) |
Copyright © 2023. All rights reserved.