I intend to develope an application that will create a xml file, encrypt, connect to a TLS server (using an USB token for certificate) and finaly send xml to server. In reply server will send a new xml.
Can do all these with your product?
SSL + USB Token
Re: SSL + USB Token
For this purpose you can use the TScSSLClient component to connect to server with support of TLS protocol. Note: SSL/TLS protocol is not self-sufficient, its using depends on the protocol that needs to be protected.
SSL client encrypts/decrypts all data transmitted by connection, therefore you don't need to encrypt your xml file separately.
To create SSL/TLS connection drop the TScSSLClient and TScCryptoAPIStorage components on form and configure them.You can find the detailed information about configuring and starting SSL/TLS client in the "Step-by-step tutorial" topic of the SecureBridge help.
SSL client encrypts/decrypts all data transmitted by connection, therefore you don't need to encrypt your xml file separately.
To create SSL/TLS connection drop the TScSSLClient and TScCryptoAPIStorage components on form and configure them.You can find the detailed information about configuring and starting SSL/TLS client in the "Step-by-step tutorial" topic of the SecureBridge help.