Class | Description |
---|---|
SSLBase |
SSL base class used by client and server to be able to send/receive data that is first encrypted.
|
SSLClient |
SSLClient used to encrypt data
|
SSLServer |
SSLServer used to encrypt data
|
Each virtual socket can use TLS, instead of having the real socket using TLS. This allows for other virtual sockets to not use encryption.
Copyright © 1999–2019 ViaOA. All rights reserved.