|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HostKeyVerification | |
| com.maverick.ssh | This package contains a set of general interface contracts for SSH communication that provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications. |
| com.maverick.ssh1 | This package contains an SSH1 implementation of the com.maverick.ssh interfaces. |
| com.maverick.ssh2 | This package contains an SSH2 implementation of the com.maverick.ssh interfaces. |
| com.sshtools.publickey | This package contains utility classes for loading/storing public/private keys and is based on the SSHTools key format architecture. |
| Uses of HostKeyVerification in com.maverick.ssh |
| Methods in com.maverick.ssh that return HostKeyVerification | |
HostKeyVerification |
SshContext.getHostKeyVerification()
Get the host key verification implementation. |
| Methods in com.maverick.ssh with parameters of type HostKeyVerification | |
void |
SshConnector.setKnownHosts(HostKeyVerification hkv)
Set the HostKeyVerification instance for both protocols. |
void |
SshContext.setHostKeyVerification(HostKeyVerification verify)
Set the host key verification implementation. |
| Uses of HostKeyVerification in com.maverick.ssh1 |
| Methods in com.maverick.ssh1 that return HostKeyVerification | |
HostKeyVerification |
Ssh1Context.getHostKeyVerification()
|
| Methods in com.maverick.ssh1 with parameters of type HostKeyVerification | |
void |
Ssh1Context.setHostKeyVerification(HostKeyVerification verify)
|
| Uses of HostKeyVerification in com.maverick.ssh2 |
| Methods in com.maverick.ssh2 that return HostKeyVerification | |
HostKeyVerification |
Ssh2Context.getHostKeyVerification()
Get the host key verification implementation |
| Methods in com.maverick.ssh2 with parameters of type HostKeyVerification | |
void |
Ssh2Context.setHostKeyVerification(HostKeyVerification verify)
Set the host key verification implementation |
| Uses of HostKeyVerification in com.sshtools.publickey |
| Classes in com.sshtools.publickey that implement HostKeyVerification | |
class |
AbstractKnownHostsKeyVerification
An abstract HostKeyVerification class implementation providing validation against the known_hosts format. |
class |
ConsoleKnownHostsKeyVerification
Implements the AbstractKnownHostsKeyVerification to provide host key verification through the console. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||