class SplitKeys extends Object
| Modifier and Type | Field and Description |
|---|---|
SessionKey | ckThe chain key |
SessionKey | k_abThe session key for direction {A to B} |
SessionKey | k_baThe session key for direction {B to A} |
| Constructor and Description |
|---|
SplitKeys(HandshakeState state,
HKDF hkdf)Derives ck, k_ab, k_ba from Noise handshake split stage. |
public final SessionKey ck
public final SessionKey k_ab
public final SessionKey k_ba
public SplitKeys(HandshakeState state, HKDF hkdf)