Uses of Interface
com.southernstorm.noise.protocol.Destroyable
Package
Description
Fallback implementations of cryptographic primitives.
Provides classes for communicating via the Noise protocol.
-
Uses of Destroyable in com.southernstorm.noise.crypto
Modifier and TypeClassDescriptionfinal class
Simple implementation of the Poly1305 message authenticator. -
Uses of Destroyable in com.southernstorm.noise.protocol
Modifier and TypeInterfaceDescriptioninterface
Interface to an authenticated cipher for use in the Noise protocol.interface
Interface to a Diffie-Hellman algorithm for the Noise protocol.Modifier and TypeClassDescriptionclass
Implements the ChaChaPoly cipher for Noise.final class
Class that contains a pair of CipherState objects.(package private) class
Implementation of the Curve25519 algorithm for the Noise protocol.class
Interface to a Noise handshake.(package private) class
Symmetric state for helping manage a Noise handshake.