Secure iNet Factory

Uses of Package
com.jscape.inet.ssh.util

Packages that use com.jscape.inet.ssh.util
com.jscape.filetransfer Contains wrapper classes for all file transfer protocols including FTP, SFTP (FTP over SSH) and FTPS (FTP over SSL) 
com.jscape.inet.httpssh Contains classes for securely communicating with HTTP servers using an encrypted SSH tunnel. 
com.jscape.inet.imapssh Contains classes for securely communicating with an IMAP server using an encrypted SSH tunnel. 
com.jscape.inet.ipclientssh Contains classes for creating secure TCP/IP client applications using an SSH encrypted tunnel. 
com.jscape.inet.nntpssh Contains classes for securely communicating with NNTP (Network News Transport Protocol) servers using an encrypted SSH tunnel. 
com.jscape.inet.popssh Contains classes for securely communicating with POP3 (Post Office Protocol version 3) servers using an encrypted SSH 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.smtpssh Contains classes for securely communicating with SMTP (Simple Mail Transport Protocol) servers using an encrypted SSH tunnel. 
com.jscape.inet.ssh Contains classes for communicating with SSH (Secure Shell) servers. 
com.jscape.inet.ssh.authentication   
com.jscape.inet.ssh.authentication.requests   
com.jscape.inet.ssh.transport   
com.jscape.inet.ssh.util Contains utility classes for use in authenticating with an SSH server. 
com.jscape.inet.telnetssh Contains classes for securely communicating with telnet servers using an encryted SSH tunnel. 
 

Classes in com.jscape.inet.ssh.util used by com.jscape.filetransfer
SshParameters
          Contains information used in establishing a connection to and authenticating with an SSH server.
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.httpssh
SshParameters
          Contains information used in establishing a connection to and authenticating with an SSH server.
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.imapssh
SshParameters
          Contains information used in establishing a connection to and authenticating with an SSH server.
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.ipclientssh
SshHostKeys
          Associative host keys store.
SshParameters
          Contains information used in establishing a connection to and authenticating with an SSH server.
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.nntpssh
SshParameters
          Contains information used in establishing a connection to and authenticating with an SSH server.
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.popssh
SshParameters
          Contains information used in establishing a connection to and authenticating with an SSH server.
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.scp
SshHostKeys
          Associative host keys store.
SshParameters
          Contains information used in establishing a connection to and authenticating with an SSH server.
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.sftp
SshHostKeys
          Associative host keys store.
SshParameters
          Contains information used in establishing a connection to and authenticating with an SSH server.
User
          Unified container for the user parameters such as "name", "password" and "public key".
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.smtpssh
SshParameters
          Contains information used in establishing a connection to and authenticating with an SSH server.
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.ssh
SshHostKeys
          Associative host keys store.
SshParameters
          Contains information used in establishing a connection to and authenticating with an SSH server.
User
          Unified container for the user parameters such as "name", "password" and "public key".
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.ssh.authentication
User
          Unified container for the user parameters such as "name", "password" and "public key".
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.ssh.authentication.requests
User
          Unified container for the user parameters such as "name", "password" and "public key".
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.ssh.transport
HostKeyVerifier
          Defines the host key validation contract.
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.ssh.util
HostKeyVerifier
          Defines the host key validation contract.
HostKeyVerifier.VerificationException
           
KeyFingerprintFormatter
          Host key fingerprint formatter.
SshHostKeys
          Associative host keys store.
SshParameters
          Contains information used in establishing a connection to and authenticating with an SSH server.
User
          Unified container for the user parameters such as "name", "password" and "public key".
VerifyHostKeyEvent
          Verify host key event.
 

Classes in com.jscape.inet.ssh.util used by com.jscape.inet.telnetssh
SshParameters
          Contains information used in establishing a connection to and authenticating with an SSH server.
 


Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved