| Package | Description |
|---|---|
| net.openhft.chronicle.salt |
| Modifier and Type | Method and Description |
|---|---|
static Signature.KeyPair |
Signature.KeyPair.deterministic(net.openhft.chronicle.bytes.BytesStore seed)
Generate deterministic public/private key pair from BytesStore accessing full 32 seed bytes
|
static Signature.KeyPair |
Signature.KeyPair.deterministic(long id)
Generate deterministic public/private key pair from simple long id (which only uses 8 out of 32 seed bytes)
|
static Signature.KeyPair |
Signature.KeyPair.generate()
Generate random public/private key pair
|
Copyright © 2023. All rights reserved.