Uses of Class
net.i2p.router.crypto.ratchet.MuxedPQSKM
Packages that use MuxedPQSKM
Package
Description
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
-
Uses of MuxedPQSKM in net.i2p.router.crypto.ratchet
Methods in net.i2p.router.crypto.ratchet with parameters of type MuxedPQSKMModifier and TypeMethodDescriptionECIESAEADEngine.decrypt(byte[] data, PrivateKey ecKey, PrivateKey pqKey, MuxedPQSKM keyManager) Try to decrypt the message with one or both of the given private keysMuxedPQEngine.decrypt(byte[] data, PrivateKey ecKey, PrivateKey pqKey, MuxedPQSKM keyManager) Decrypt the message with the given private keys