729730731732733734735736737738739740
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); }