| Package | Description |
|---|---|
| net.i2p.router.crypto.ratchet |
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
|
| Modifier and Type | Method and Description |
|---|---|
CloveSet |
MuxedEngine.decrypt(byte[] data,
net.i2p.data.PrivateKey elgKey,
net.i2p.data.PrivateKey ecKey,
MuxedSKM keyManager)
Decrypt the message with the given private keys
|
CloveSet |
ECIESAEADEngine.decrypt(byte[] data,
net.i2p.data.PrivateKey elgKey,
net.i2p.data.PrivateKey ecKey,
MuxedSKM keyManager)
Try to decrypt the message with one or both of the given private keys
|