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

Method getHostKey

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

Retuns a list for host keys managed in this repository. @see #getHostKey(String host, String type)

()

Source from the content-addressed store, hash-verified

80 * @see #getHostKey(String host, String type)
81 */
82 HostKey[] getHostKey();
83
84 /**
85 * Retuns a list for host keys managed in this repository.

Callers 1

checkHostMethod · 0.95

Implementers 1

KnownHostsjava/com/jcraft/jsch/KnownHosts.java

Calls

no outgoing calls

Tested by

no test coverage detected