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

Method check

java/com/jcraft/jsch/HostKeyRepository.java:45–45  ·  view source on GitHub ↗

Checks if host is included with the key . @return #NOT_INCLUDED, #OK or #CHANGED @see #NOT_INCLUDED @see #OK @see #CHANGED

(String host, byte[] key)

Source from the content-addressed store, hash-verified

43 * @see #CHANGED
44 */
45 int check(String host, byte[] key);
46
47 /**
48 * Adds a host key <code>hostkey</code>

Callers 10

checkHostMethod · 0.95
RFBTimerSource.cxxFile · 0.65
GWaylandSource.cxxFile · 0.65
decompressMethod · 0.65
readOpaque24AMethod · 0.65
readOpaque24BMethod · 0.65
doHandshakeMethod · 0.65
readMethod · 0.65
startMethod · 0.65

Implementers 1

KnownHostsjava/com/jcraft/jsch/KnownHosts.java

Calls

no outgoing calls

Tested by

no test coverage detected