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

Method remove

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

Removes a host key if there exists mached key with host , type . @see #remove(String host, String type, byte[] key)

(String host, String type)

Source from the content-addressed store, hash-verified

60 * @see #remove(String host, String type, byte[] key)
61 */
62 void remove(String host, String type);
63
64 /**
65 * Removes a host key if there exists a matched key with

Callers 15

checkHostMethod · 0.95
callMethod · 0.65
~ImageMethod · 0.65
~TXWindowMethod · 0.65
RemHookFunction · 0.65
DisableSecTypeMethod · 0.65
runMethod · 0.65
remove_screenMethod · 0.65
acceptMethod · 0.65
TcpSocketMethod · 0.65
removeCallbackMethod · 0.65
deleteMethod · 0.65

Implementers 1

KnownHostsjava/com/jcraft/jsch/KnownHosts.java

Calls

no outgoing calls

Tested by

no test coverage detected