Uses of Class
com.southernstorm.noise.protocol.CipherStatePair
Packages that use CipherStatePair
Package
Description
Provides classes for communicating via the Noise protocol.
- 
Uses of CipherStatePair in com.southernstorm.noise.protocol
Methods in com.southernstorm.noise.protocol that return CipherStatePairModifier and TypeMethodDescriptionHandshakeState.split()Splits the transport encryption CipherState objects out of this HandshakeState object once the handshake completes.HandshakeState.split(byte[] secondaryKey, int offset, int length) Splits the transport encryption CipherState objects out of this HandshakeObject after mixing in a secondary symmetric key.SymmetricState.split()Splits the symmetric state into two ciphers for session encryption.SymmetricState.split(byte[] secondaryKey, int offset, int length) Splits the symmetric state into two ciphers for session encryption, and optionally mixes in a secondary symmetric key.