Uses of Class
com.southernstorm.noise.protocol.CipherStatePair
- 
Packages that use CipherStatePair Package Description com.southernstorm.noise.protocol Provides classes for communicating via the Noise protocol.
- 
- 
Uses of CipherStatePair in com.southernstorm.noise.protocolMethods in com.southernstorm.noise.protocol that return CipherStatePair Modifier and Type Method Description CipherStatePairHandshakeState. split()Splits the transport encryption CipherState objects out of this HandshakeState object once the handshake completes.CipherStatePairHandshakeState. split(byte[] secondaryKey, int offset, int length)Splits the transport encryption CipherState objects out of this HandshakeObject after mixing in a secondary symmetric key.CipherStatePairSymmetricState. split()Splits the symmetric state into two ciphers for session encryption.CipherStatePairSymmetricState. 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.
 
-