|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HostKeyVerification
An interface to allow the transport protocol to verify the public key supplied by the server during key-exchange
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. |
Method Detail |
---|
boolean verifyHost(java.lang.String host, SshPublicKey pk) throws TransportProtocolException
Called by the transport protocol to verify the identity of the server through the supplied public key.
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 |