| Package | Description |
|---|---|
| net.openhft.chronicle.salt |
| Modifier and Type | Field and Description |
|---|---|
SealedBox.SecretKey |
SealedBox.KeyPair.secretKey |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull net.openhft.chronicle.bytes.BytesStore |
SealedBox.decrypt(@Nullable net.openhft.chronicle.bytes.BytesStore result,
@NotNull net.openhft.chronicle.bytes.BytesStore ciphertext,
@NotNull SealedBox.PublicKey publicKey,
@NotNull SealedBox.SecretKey secretKey)
As above, but result BytesStore is passed in first arg
|
static @NotNull net.openhft.chronicle.bytes.BytesStore |
SealedBox.decrypt(@NotNull net.openhft.chronicle.bytes.BytesStore ciphertext,
@NotNull SealedBox.PublicKey publicKey,
@NotNull SealedBox.SecretKey secretKey)
Decrypt a message given own (receiver's) public and secret keys
|
Copyright © 2023. All rights reserved.