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