public interface HostKeyVerifier
boolean verify(String hostname, int port, PublicKey key)
hostname
- remote hostnameport
- remote portkey
- host key of servertrue
if key is acceptable, false
otherwiseCopyright © 2009-2014. All Rights Reserved.