| Package | Description |
|---|---|
| net.openhft.chronicle.salt |
| Modifier and Type | Field and Description |
|---|---|
Signature.SecretKey |
Signature.KeyPair.secretKey |
| Modifier and Type | Method and Description |
|---|---|
static net.openhft.chronicle.bytes.BytesStore |
Signature.sign(net.openhft.chronicle.bytes.BytesStore result,
net.openhft.chronicle.bytes.BytesStore message,
Signature.SecretKey secretKey)
As above, but result BytesStore is passed in first arg
|
static net.openhft.chronicle.bytes.BytesStore |
Signature.sign(net.openhft.chronicle.bytes.BytesStore message,
Signature.SecretKey secretKey)
Sign a message given a secret key
|
net.openhft.chronicle.bytes.BytesStore |
Signature.MultiPart.sign(Signature.SecretKey sk)
Sign the collection of messages with a single overall signature
|
Copyright © 2023. All rights reserved.