Uses of Interface
com.southernstorm.noise.protocol.Destroyable
Packages that use Destroyable
Package
Description
Fallback implementations of cryptographic primitives.
Provides classes for communicating via the Noise protocol.
-
Uses of Destroyable in com.southernstorm.noise.crypto
Classes in com.southernstorm.noise.crypto that implement DestroyableModifier and TypeClassDescriptionfinal class
Simple implementation of the Poly1305 message authenticator. -
Uses of Destroyable in com.southernstorm.noise.protocol
Subinterfaces of Destroyable in com.southernstorm.noise.protocolModifier and TypeInterfaceDescriptioninterface
Interface to an authenticated cipher for use in the Noise protocol.interface
Interface to a Diffie-Hellman algorithm for the Noise protocol.Classes in com.southernstorm.noise.protocol that implement DestroyableModifier 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.