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