net.sf.jftp.net.wrappers
Class SftpVerification
java.lang.Object
AbstractKnownHostsKeyVerification
net.sf.jftp.net.wrappers.SftpVerification
public class SftpVerification
- extends AbstractKnownHostsKeyVerification
Method Summary |
void |
onDeniedHost(java.lang.String host)
|
void |
onHostKeyMismatch(java.lang.String host,
SshPublicKey recordedFingerprint,
SshPublicKey actualFingerprint)
|
void |
onUnknownHost(java.lang.String host,
SshPublicKey fingerprint)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SftpVerification
public SftpVerification(java.lang.String tmp)
throws InvalidHostFileException
- Throws:
InvalidHostFileException
onDeniedHost
public void onDeniedHost(java.lang.String host)
throws TransportProtocolException
- Throws:
TransportProtocolException
onHostKeyMismatch
public void onHostKeyMismatch(java.lang.String host,
SshPublicKey recordedFingerprint,
SshPublicKey actualFingerprint)
throws TransportProtocolException
- Throws:
TransportProtocolException
onUnknownHost
public void onUnknownHost(java.lang.String host,
SshPublicKey fingerprint)
throws TransportProtocolException
- Throws:
TransportProtocolException