| Package | Description |
|---|---|
| net.openhft.chronicle.salt |
| Modifier and Type | Field and Description |
|---|---|
Signature.PublicKey |
Signature.KeyPair.publicKey |
| Modifier and Type | Method and Description |
|---|---|
static net.openhft.chronicle.bytes.BytesStore |
Signature.verify(@Nullable net.openhft.chronicle.bytes.BytesStore result,
@NotNull net.openhft.chronicle.bytes.BytesStore message,
Signature.PublicKey publicKey)
As above, but result BytesStore is passed in first arg
|
static @NotNull net.openhft.chronicle.bytes.BytesStore |
Signature.verify(@NotNull net.openhft.chronicle.bytes.BytesStore message,
Signature.PublicKey publicKey)
Verify a signed message using the signer's public key
|
void |
Signature.MultiPart.verify(net.openhft.chronicle.bytes.BytesStore signature,
Signature.PublicKey pk)
Given a collection of messages, verify that the given signature matches
|
Copyright © 2023. All rights reserved.