This topic presents a brief description of the components included in the SecureBridge Components library. Click on the name of each component for more information. These components are added to the SecureBridge page of the Component palette.
SSH client unites several logical unprotected connections to the server into one protected connection. Logical connections can exist in different threads. |
|||
Logical connection to SSH client 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. |
|||
Serves for remote commands execution using abilities of an SSH server. |
|||
Serves for implementing the functionality of SFTP protocol that provides secure file transfer. |
|||
Implements the SSH server functionality. |
|||
Implements the SFTP server functionality. |
|||
TLS/SSL client, supports TLS 1.3, 1.2, 1.1, 1.0, and SSL 3.0 protocols. It validates server certificate, encrypts/decrypts data transferred through a network. |
|||
Implements the TLS/SSL server functionality. It supports TLS 1.3, 1.2, 1.1, 1.0, and SSL 3.0 protocols. The server validates client certificates and encrypts/decrypts data transferred through a network. |
|||
Serves for implementing the functionality of FTP/FTPS protocols that provides file transfer. |
|||
Stores list of certificates, keys, and users in RAM memory. |
|||
Stores list of certificates, keys, and users in files. |
|||
Stores list of certificates, keys, and users in the system registry. |
|||
Stores list of certificates and keys in system and external storages using CryptoAPI functionality. |
|||
Provides a simple interface to encrypt, decrypt, sign, and verify content of any type and store them in CMS/PKCS #7 format. |
|||
Provides client-side functionality for accessing data by the HTTP/HTTPS protocols. |
|||
Provides client-side functionality for accessing data by the WebSocket protocol. |
|||
Provides client-side functionality for connecting to the SignalR server. |
|||
Implements the functionality of an SMTP/SMTPS client that uses the SMTP protocol to send email messages to recipients using the SMTP server.
|
|||
Implements the functionality of a TCP/IP server. |
|||
Provides easy integration with Indy components to protect data transferred through network by Indy. |
|||
TCRSSHIOHandler |
Enables MyDAC to connect to the MySQL server through the SSH protocol (this component is included into MyDAC as a demo project). |
||
TCRSSLIOHandler |
Enables MyDAC to connect to the MySQL server through an SSL connection (this component is included into MyDAC as a demo project). |
See Also