Uses of Package
com.southernstorm.noise.protocol
Packages that use com.southernstorm.noise.protocol
Package
Description
Fallback implementations of cryptographic primitives.
Provides classes for communicating via the Noise protocol.
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
The NTCP transport allows passing I2P messages on top of TCP.
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Classes in com.southernstorm.noise.protocol used by com.southernstorm.noise.crypto
-
Classes in com.southernstorm.noise.protocol used by com.southernstorm.noise.protocolClassDescriptionImplements the ChaChaPoly cipher for Noise.Interface to an authenticated cipher for use in the Noise protocol.Class that contains a pair of CipherState objects.Implementation of the Curve25519 algorithm for the Noise protocol.Interface for objects that implement destroying.Interface to a Diffie-Hellman algorithm for the Noise protocol.Interface to a Noise handshake.Symmetric state for helping manage a Noise handshake.
-
Classes in com.southernstorm.noise.protocol used by net.i2p.router.crypto.ratchet
-
Classes in com.southernstorm.noise.protocol used by net.i2p.router.transport.ntcpClassDescriptionInterface to an authenticated cipher for use in the Noise protocol.Interface to a Noise handshake.
-
Classes in com.southernstorm.noise.protocol used by net.i2p.router.transport.udpClassDescriptionInterface to an authenticated cipher for use in the Noise protocol.Interface to a Noise handshake.