Searched defs:serverHostKeyAlgorithm (Results 1 – 5 of 5) sorted by relevance
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
D | ServerHostKeyVerifier.java | 32 …public boolean verifyServerHostKey(String hostname, int port, String serverHostKeyAlgorithm, byte[… in verifyServerHostKey()
|
D | ConnectionInfo.java | 46 public String serverHostKeyAlgorithm; field in ConnectionInfo
|
D | KnownHosts.java | 99 …public void addHostkey(String hostnames[], String serverHostKeyAlgorithm, byte[] serverHostKey) th… in addHostkey() 683 …public int verifyHostkey(String hostname, String serverHostKeyAlgorithm, byte[] serverHostKey) thr… in verifyHostkey() 747 …ic static void addHostkeyToFile(File knownHosts, String[] hostnames, String serverHostKeyAlgorithm, in addHostkeyToFile()
|
/external/ganymed-ssh2/examples/ |
D | SimpleVerifier.java | 24 …public boolean verifyServerHostKey(String hostname, int port, String serverHostKeyAlgorithm, byte[… in verifyServerHostKey()
|
D | SwingShell.java | 375 public boolean verifyServerHostKey(String hostname, int port, String serverHostKeyAlgorithm, in verifyServerHostKey()
|