919920921922923924925926927928929930
Digest hash = kex.getHash(); Cipher s2ccipher; Cipher c2scipher; Mac s2cmac; Mac c2smac; Compression s2ccomp; Compression c2scomp; if (sessionId == null) { sessionId = new byte[H.length]; System.arraycopy(H, 0, sessionId, 0, H.length); }
775776777778779780781782783784785786
905906907908909910911912913914915916
730731732733734735736737738739740741
908909910911912913914915916917918919
757758759760761762763764765766767768
687688689690691692693694695696697698
713714715716717718719720721722723724
676677678679680681682683684685686687