-
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.
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.