Interface NoiseTransport

All Superinterfaces:
NoiseTransportReader, NoiseTransportWriter

public interface NoiseTransport extends NoiseTransportReader, NoiseTransportWriter

A Noise transport is an interactive reader and writer of Noise transport messages. In the terminology of the Noise Protocol Framework specification, a NoiseTransport instance encapsulates the two "cipher states" produced by "splitting" a NoiseHandshake.

Noise transport instances are stateful and are not thread-safe.

See Also: