| Modifier and Type | Method and Description |
|---|---|
static JCryptoBox |
JCryptoBox.boxing(KeyPair senderKeyPair,
PublicKey recipientKey)
Initializes a box to box data from the provided sender to the provided recipient.
|
static JCryptoBox |
JCryptoBox.opening(KeyPair recipientKeyPair,
PublicKey senderKey)
Initializes a box to open data from the provided sender to the provided recipient.
|
Copyright © 2021. All rights reserved.