cipherKey property

SecretKey? cipherKey
final

Current cipher key during handshake (updated by MixKey/DH operations). null means "empty key" = encryption is identity (pass-through).

Implementation

final SecretKey? cipherKey;