|
TScSSHServer
implements SSH server functionality
|
|
TScSSHClient
SSH-client, unites several logical unprotected connections to the server into one
protected connection. Logical connections can exist in different threads
|
|
TScSSHChannel
logical connection to TScSSHClient within the client secure area. Receives/sends
data from/to SSH server or forwards from the TCP port of one computer to another
computer through a secure channel
|
|
TScSSHShell
Serves for remote commands execution using abilities of an SSH server
|
|
TScSFTPServer
implements the functionality of SFTP server.
|
|
TScSFTPClient
implements the functionality of SFTP protocol.
|
|
TScSSLClient
SSL-client, supports SSL 3.0 and TLS 1.0 protocols. It validates server certificate,
encrypts/decrypts data transferred through a network
|
|
TScFileStorage
stores list of certificates, keys, and users in files
|
|
TScRegStorage
stores list of certificates, keys, and users in the system registry
|
 |
TScCryptoAPIStorage
stores list of certificates and keys in system and external storages using the CryptoAPI
functionality
|
 |
TScIdIOHandler
provides easy integration with Indy components to protect data transferred through
network by Indy
|