Uses of Package
com.eatthepath.noise
Packages that use com.eatthepath.noise
Package
Description
Provides classes and interfaces for performing handshakes and exchanging messages via a Noise protocol.
-
Classes in com.eatthepath.noise used by com.eatthepath.noiseClassDescriptionA
NamedProtocolHandshakeBuilder
constructsNoiseHandshake
instances given a full Noise protocol name and a role (initiator or responder).ANoiseHandshake
instance is responsible for encrypting and decrypting the messages that comprise a Noise handshake.An enumeration of roles within a Noise handshake.A Noise handshake builder constructsNoiseHandshake
instances with known handshake patterns and roles.A Noise transport is an interactive reader and writer of Noise transport messages.A Noise transport reader decrypts Noise transport messages.A Noise transport writer encrypts Noise transport messages.Indicates that a named pattern is not a recognized fundamental or deferred Noise handshake pattern and cannot be derived by modifying a recognized fundamental or deferred Noise handshake pattern.