Uses of package net.i2p.router.crypto
Package | Description |
---|---|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.crypto.ratchet |
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
|
-
Classes in net.i2p.router.crypto used by net.i2p.router Class Description ElGamalAESEngine Handles the actual ElGamal+AES encryption and decryption scenarios using the supplied keys and data.FamilyKeyCrypto Utilities for creating, storing, retrieving the signing keys for the netdb family feature -
Classes in net.i2p.router.crypto used by net.i2p.router.crypto.ratchet Class Description TransientSessionKeyManager Implement the session key management, but keep everything in memory (don't write to disk).