Package net.i2p.router.crypto.ratchet
Class SplitKeys
- java.lang.Object
- 
- net.i2p.router.crypto.ratchet.SplitKeys
 
- 
 class SplitKeys extends Object Standard Noise split(). Passed from the engine to the SKM so we don't have to do it twice.- Since:
- 0.9.46
 
- 
- 
Field SummaryFields Modifier and Type Field Description SessionKeyckSessionKeyk_abSessionKeyk_ba
 - 
Constructor SummaryConstructors Constructor Description SplitKeys(HandshakeState state, HKDF hkdf)
 
- 
- 
- 
Field Detail- 
ckpublic final SessionKey ck 
 - 
k_abpublic final SessionKey k_ab 
 - 
k_bapublic final SessionKey k_ba 
 
- 
 - 
Constructor Detail- 
SplitKeyspublic SplitKeys(HandshakeState state, HKDF hkdf) 
 
- 
 
-