MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / init

Method init

java/com/jcraft/jsch/KeyExchange.java:70–71  ·  view source on GitHub ↗
(Session session, 
			    byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C)

Source from the content-addressed store, hash-verified

68 protected byte[] K_S=null;
69
70 public abstract void init(Session session,
71 byte[] V_S, byte[] V_C, byte[] I_S, byte[] I_C) throws Exception;
72 public abstract boolean next(Buffer buf) throws Exception;
73
74 public abstract int getState();

Callers 2

receive_kexinitMethod · 0.95
checkKexMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected