public final class PromiscuousVerifier extends Object implements HostKeyVerifier
Constructor and Description |
---|
PromiscuousVerifier() |
Modifier and Type | Method and Description |
---|---|
boolean |
verify(String hostname,
int port,
PublicKey key)
This callback is invoked when the server's host key needs to be verified.
|
public boolean verify(String hostname, int port, PublicKey key)
HostKeyVerifier
verify
in interface HostKeyVerifier
hostname
- remote hostnameport
- remote portkey
- host key of servertrue
if key is acceptable, false
otherwiseCopyright © 2009–2017. All rights reserved.