|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.common.ui.SshToolsApplicationClientPanel.SinkHostKeyVerification
class SshToolsApplicationClientPanel.SinkHostKeyVerification
Constructor Summary | |
---|---|
SshToolsApplicationClientPanel.SinkHostKeyVerification()
|
Method Summary | |
---|---|
boolean |
verifyHost(java.lang.String host,
SshPublicKey pk)
Called by the transport protocol to verify the identity of the server through the supplied public key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
SshToolsApplicationClientPanel.SinkHostKeyVerification()
Method Detail |
---|
public boolean verifyHost(java.lang.String host, SshPublicKey pk) throws TransportProtocolException
HostKeyVerification
Called by the transport protocol to verify the identity of the server through the supplied public key.
verifyHost
in interface HostKeyVerification
host
- the name of the hostpk
- the public key supplied during key-exchange
TransportProtocolException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |