| Package | Description |
|---|---|
| net.i2p.router.crypto.ratchet | Implementation of ECIES-X25519-AEAD-Ratchet cryptographic protocol
(I2P proposal 144), providing forward secrecy and enhanced security
for I2P transport communications. |
| Modifier and Type | Method and Description |
|---|---|
CloveSet | ECIESAEADEngine.decrypt(byte[] data,
PrivateKey ecKey,
PrivateKey pqKey,
MuxedPQSKM keyManager)Try to decrypt the message with one or both of the given private keys |
CloveSet | MuxedPQEngine.decrypt(byte[] data,
PrivateKey ecKey,
PrivateKey pqKey,
MuxedPQSKM keyManager)Decrypt the message with the given private keys |