Package com.eatthepath.noise
Interface NoiseTransport
- All Superinterfaces:
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:
-
Method Summary
Methods inherited from interface com.eatthepath.noise.NoiseTransportReader
getPlaintextLength, readMessage, readMessage, readMessage, readMessage, rekeyReader
Methods inherited from interface com.eatthepath.noise.NoiseTransportWriter
getCiphertextLength, rekeyWriter, writeMessage, writeMessage, writeMessage, writeMessage