Uses of Interface
com.southernstorm.noise.protocol.Destroyable
| Package | Description |
|---|---|
| com.southernstorm.noise.crypto |
Fallback implementations of cryptographic primitives.
|
| com.southernstorm.noise.protocol |
Provides classes for communicating via the Noise protocol.
|
-
Uses of Destroyable in com.southernstorm.noise.crypto
Classes in com.southernstorm.noise.crypto that implement Destroyable Modifier and Type Class Description classPoly1305Simple implementation of the Poly1305 message authenticator. -
Uses of Destroyable in com.southernstorm.noise.protocol
Subinterfaces of Destroyable in com.southernstorm.noise.protocol Modifier and Type Interface Description interfaceCipherStateInterface to an authenticated cipher for use in the Noise protocol.interfaceDHStateInterface to a Diffie-Hellman algorithm for the Noise protocol.Classes in com.southernstorm.noise.protocol that implement Destroyable Modifier and Type Class Description classChaChaPolyCipherStateImplements the ChaChaPoly cipher for Noise.classCipherStatePairClass that contains a pair of CipherState objects.(package private) classCurve25519DHStateImplementation of the Curve25519 algorithm for the Noise protocol.classHandshakeStateInterface to a Noise handshake.(package private) classSymmetricStateSymmetric state for helping manage a Noise handshake.