|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SshHostKeys | |
---|---|
com.jscape.inet.ipclientssh | Contains classes for creating secure TCP/IP client applications using an SSH encrypted tunnel. |
com.jscape.inet.scp | Contains client classes for communicating with an SSH server using SCP protocol (Secure Copy over SSH). |
com.jscape.inet.sftp | Contains client classes for communicating with a server using SFTP protocol (FTP over SSH) |
com.jscape.inet.ssh | Contains classes for communicating with SSH (Secure Shell) servers. |
com.jscape.inet.ssh.util | Contains utility classes for use in authenticating with an SSH server. |
Uses of SshHostKeys in com.jscape.inet.ipclientssh |
---|
Methods in com.jscape.inet.ipclientssh that return SshHostKeys | |
---|---|
SshHostKeys |
IpClientSsh.getHostKeys()
Returns SSH host keys for further use. |
Uses of SshHostKeys in com.jscape.inet.scp |
---|
Methods in com.jscape.inet.scp that return SshHostKeys | |
---|---|
SshHostKeys |
Scp.getHostKeys()
Returns SSH host keys for further use. |
Uses of SshHostKeys in com.jscape.inet.sftp |
---|
Methods in com.jscape.inet.sftp that return SshHostKeys | |
---|---|
SshHostKeys |
Sftp.getHostKeys()
Gets SSH host keys for further use. |
Uses of SshHostKeys in com.jscape.inet.ssh |
---|
Methods in com.jscape.inet.ssh that return SshHostKeys | |
---|---|
SshHostKeys |
Ssh.getHostKeys()
Returns SSH host keys for further use. |
Uses of SshHostKeys in com.jscape.inet.ssh.util |
---|
Methods in com.jscape.inet.ssh.util that return SshHostKeys | |
---|---|
SshHostKeys |
HostKeyFingerprintVerifier.getKnownKeys()
Returns allowed host keys. |
Constructors in com.jscape.inet.ssh.util with parameters of type SshHostKeys | |
---|---|
HostKeyFingerprintVerifier(KeyFingerprintFormatter formatter,
SshHostKeys knownKeys)
|
|
HostKeyFingerprintVerifier(SshHostKeys knownKeys)
Creates a new verifier instance. |
|
SshHostKeys(SshHostKeys that)
|
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |