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