Page 1 of 1
					
				SSL + USB Token
				Posted: Tue  12 Feb 2013 15:54
				by bubulina
				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?
			 
			
					
				Re: SSL + USB Token
				Posted: Thu  14 Feb 2013 14:17
				by Dimon
				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.